/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");

/***** General CSS *****/

body {
    font: 15px/25px "Inter", sans-serif;
    color: #000;
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

/***** Custom Classes *****/

/* Heading CLasses */

h1 {
    font-size: 92px;
    line-height: 90px;
    font-family: "Merriweather", serif;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: capitalize;
}

h2 {
    font-size: 60px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Merriweather", serif;
    text-transform: capitalize;
}

h3 {
    font-family: "Merriweather", serif;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

h4 {
    font-family: "Merriweather", serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
}

h5 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
}

h6 {
    font-size: 18px;
    font-family: "Merriweather", serif;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #676767cc;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*header css start */

header .menuSec {
    padding: 40px 60px;
    position: relative;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 40px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 15px;
    font-family: "Inter";
    font-weight: 400;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* ================ */

.siteImg {
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px #44444426;
    transition: 0.9s;
    object-fit: cover;
}

/*.siteImg:hover {*/
/*  transform: translate(0, -4px);*/
/*}*/

.section {
    padding: 80px 60px 80px;
    position: relative;
}

.over {
    overflow: hidden;
}

.siteBtn {
    display: inline-block;
}

.siteBtn .p-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.9s;
    gap: 5px;
}

.siteBtn .p-btn span.btnTxt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 14px 20px;
    background: linear-gradient(to right, #f8b215, #ee9012);
    color: #fff;
    transition: 0.9s;
    display: flex;
    border-radius: 6px;
    /* font-family: "Poppins"; */
}

.siteBtn .p-btn span.btnImg {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
    transition: 0.9s;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to right, #f8b215, #ee9012) border-box;
    border: 2px solid transparent;
}

section.banner .siteBtn .p-btn span.btnImg {
    border: 3px solid #e1e1e1;
}

.siteBtn .p-btn:hover span.btnImg {
    background: #f09612;
}

.siteBtn .p-btn span.btnImg::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 10px;
}

.siteBtn .p-btn span.btnImg img.img-fluid {
    transition: 0.9s;
    width: 20px;
    margin: 0px auto;
    display: table;
}

.siteBtn .p-btn:hover {
    filter: brightness(0.9);
    box-shadow: 0px 0px 13px 0px #89868670;
    background: linear-gradient(to right, #f8b215, #ee9012);
    border-radius: 5px;
}

.siteBtn .p-btn:hover span.btnTxt {
    background: linear-gradient(to right, #f8b215, #ee9012);
}

.siteBtn .p-btn:hover span.btnImg {
    background: linear-gradient(to right, #f8b215, #ee9012);
    width: 20px;
    border: transparent !important;
}

.siteBtn .p-btn:hover span.btnImg img {
    filter: brightness(0) invert(1);
    transform: translate(-10px, 0px);
}

/* GENERAL CSS FOR IMG  */

/* Custom Header Css Start  */

header {
    position: relative;
}

header .menuSec .row {
    align-items: center;
}

header .menuSec .header-logo {
    position: absolute;
    top: 0;
    z-index: 99;
    filter: drop-shadow(0px 0px 3px #999);
}

header .menuSec .header-logo img {
    width: 85%;
}

header .headbtns {
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

header .headbtns .search {
    position: relative;
    display: flex;
    align-items: center;
    height: 45px;
    border-radius: 8px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #818284a3;
}

header .headbtns .search input {
    border: 0px;
    color: #000;
    font-family: "Inter";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding-top: 2px;
}

header .headbtns .cartbt {
    display: flex;
    justify-content: center;
}

header .headbtns .cartbt a {
    position: relative;
    display: flex;
    align-items: center;
    height: 44px;
    border-radius: 3px;
    padding: 0 20px;
    box-shadow: 0px 0px 2px 1px #4444442e;
    gap: 14px;
    background: linear-gradient(to right, #f8b215, #ee9012);
    color: #fff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
}

header .headbtns .userBtn {
    display: flex;
}

header .headbtns .userBtn a {
    position: relative;
    display: flex;
    align-items: center;
    height: 41px;
    border-radius: 6px;
    padding: 0 16px;
    box-shadow: 0px 0px 2px 1px #4444446b;
    gap: 22px;
    color: #000;
    transition: 0.2s;
}

/* Custom Header Css End */

/* flaty Social start  */
section.main_slider .flatyLinks .followUs {
    position: relative;
}

section.main_slider .flatyLinks .followUs h5 {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #ffff;
    letter-spacing: 1px;
    writing-mode: sideways-rl;
    font-family: "blenderPro";
    padding-bottom: 50px;
}

section.main_slider .flatyLinks .links-ss ul {
    flex-direction: column;
    gap: 16px;
    margin: 0px;
}

section.main_slider .flatyLinks .links-ss ul li a:hover {
    background: #fff;
    border: 1px solid;
}

/* flaty Social end */

/* Banner  Css Start  */

section.banner {
    position: relative;
    overflow: hidden;
    padding: 40px 80px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/bannerBgImg.png);
}

section.banner .row {
    align-items: center;
}

section.banner .bannerImgs {
    position: relative;
    /* width: 94%; */
    margin: 0 0 auto auto;
}

section.banner .slick-track {
    padding: 80px 0;
    overflow: hidden;
}

section.banner .artImg {
    position: relative;
}

section.banner .artImg img.img-fluid {
    height: 380px;
    width: 100%;
    outline: 10px solid #333333;
    outline-offset: -10px;
    object-fit: cover;
    transition: 0.9s;
    color: #333333;
    /* transform: scaleX(1.09); */
}

section.banner .slick-current.slick-active .artImg img.img-fluid {
    transform: scaleY(1.25) scaleX(1.2);
}

section.banner .item.slick-slide.slick-cloned {
    opacity: 1;
}

section.banner .item.slick-slide.slick-active {
    opacity: 1;
}

.headerEl {
    position: relative;
}

.headerEl h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Inter";
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 8px;
}

.headerEl h2 {
    font-size: 75px;
    line-height: 80px;
    color: #000;
    font-family: "Merriweather", serif;
    font-weight: 500;
    text-transform: capitalize;
}

.bannerTxt p {
    color: #000;
    padding-right: 20px;
    opacity: 46%;
}

header .headbtns .search i {
    opacity: 51%;
}

header .headbtns .cartbt a:hover {
    opacity: 69%;
    filter: drop-shadow(1px 5px 27px #888);
}

header .headbtns .userBtn a:hover {
    opacity: 90%;
    background: #fff;
    filter: drop-shadow(6px 5px 27px #888);
}

header .headbtns .userBtn a i::before {
    background: linear-gradient(to right, #f8b215, #ee9012);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    transition: all 0.3s ease;
}

/* numbers  */
section.banner .nike-zoom-silder-number .slide_counter {
    width: 70px;
    position: relative;
    z-index: 3;
}

.nike-zoom-silder-number .slide_counter h2 {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 9px 0 0;
}

.nike-zoom-silder-number .slide_counter h2 span {
    font-size: 26px;
    color: #878787;
    line-height: 30px;
    font-family: "Inter";
}

.nike-zoom-silder-number h2 span.current-number {
    font-size: 30px !important;
    color: #000 !important;
}

section.banner .cssWraps .nike-zoom-silder-number {
    width: 90px;
    position: absolute;
    top: 159px;
    right: 190px;
    display: inline-block;
}

/* FLATY SOCIAL CSS START */

section.banner .flatyLinks {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    margin-top: 40px;
}

section.banner .flatyLinks .followUs {
    position: relative;
}

section.banner .flatyLinks .followUs h5 {
    display: inline-block;
    text-transform: capitalize;
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Merriweather", serif;
    padding-right: 200px;
    position: relative;
}

section.banner .flatyLinks .links-ss {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

/* ==================== */

section.banner .flatyLinks .followUs h5:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background: #999;
    right: 20px;
    top: 49%;
    opacity: 30%;
}

section.banner .nike-zoom-silder-number {
    display: inline-block;
    position: absolute;
    right: 9%;
    bottom: 47px;
}

/* PREV & NEXT BTN START  */

.slick-prev:before,
.slick-next:before {
    display: none;
}

button.slick-prev,
button.slick-next {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.9s;
    background-color: #818284;
    border-radius: 45px;
    outline: 2px solid #fff;
    filter: drop-shadow(2px 4px 76px black);
}

button.slick-prev::after,
button.slick-next::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    transition: 0.9s;
}

button.slick-prev::after {
    background-image: url(../images/prevArrow.png);
    background-position: 52% 56%;
    background-size: 24px 14px;
}

button.slick-next::after {
    background-image: url(../images/nextArrow.png);
    background-position: 51% 58%;
    background-size: 24px 14px;
}

button.slick-prev:hover,
button.slick-next:hover {
    -webkit-text-fill-color: #fff;
    background-image: linear-gradient(to right, #f8b215, #ee9012);
    background-clip: border-box;
    background-origin: border-box;
    outline: 2px solid #fff;
    filter: drop-shadow(2px 4px 76px black);
}

section.banner button.slick-prev {
    position: absolute;
    left: 73%;
    z-index: 12;
}

section.banner button.slick-next {
    position: absolute;
    right: 3px;
}

section.banner button.slick-prev,
section.banner button.slick-next {
    top: 110.6%;
}

/* PREV & NEXT BTN ENDED */

.slick-prev:focus,
.slick-next:focus {
    background-color: #818284;
}

/* Banner  Css End */

/* About start  */

section.about {
    padding: 100px 0;
}

section.about .wraperab {
    width: 90%;
    margin: 0px auto 60px auto;
    position: relative;
}

section.about .abimg {
    position: relative;
    margin-bottom: 32px;
}

section.about .abimg img.img-fluid.siteImg {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.imgShape {
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 10px solid #212121;*/
    padding: 18px;
    /*box-shadow: 2px -1px 10px 0px #666666eb inset;*/
    transition: 0.9s;
}

/*.imgShape:hover {*/
/*  box-shadow: 2px -1px 20px 13px #00000052 inset;*/
/*}*/

section.about h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 7px;
}

section.about .abcol1Txt {
    position: relative;
    text-align: center;
}

section.about .colright {
    padding-left: 60px;
}

.headerSecEl h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Inter";
    font-weight: 600;
    line-height: 26px;
}

.abimgRigh {
    margin-top: 58px;
}

.abcol2Txt .siteBtn {
    margin-top: 24px;
}

.abimgRigh img.img-fluid.siteImg {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.abcol2Txt p {
    line-height: 28px;
}

section.about .abcol1Txt p {
    line-height: 26px;
}

.abimgBtm {
    display: inline-block;
    position: relative;
}

.abimgBtm img.img-fluid.siteImg {
    padding: 4px;
    height: 500px;
    width: 100%;
    box-shadow: 0px 0px 20px 0px transparent;
}

.abimgBtm img.img-fluid.siteImg:hover {
    box-shadow: unset;
}

/* About end */
/* ----------------- work start -------------------  */

section.work {
    background: #f5f3f1;
    padding-bottom: 40px;
}

.heading {
    margin-bottom: 50px;
}

.heading p {
    width: 60%;
    margin: 0px auto;
}

.art_box {
    position: relative;
    margin: 0px 5px 60px;
}

.art_box .imgShape {
    padding: 40px 44px;
    position: relative;
    border: 0px;
    box-sizing: border-box;
    box-shadow: unset;
    /*background-image: url(../images/product-shape.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.art_box .imgShape img {
    height: 370px;
    width: 96%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.artbox_text {
    margin-top: 24px;
}

.artbox_text h3 {
    font-size: 33px;
    line-height: 40px;
}

.artbox_text .addlinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.artbox_text .addlinks a {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    height: 54px;
    border-radius: 7px;
    padding: 0 18px;
    box-shadow: 0px 0px 2px 1px #4444442e;
    gap: 10px;
    background: linear-gradient(to right, #f8b215, #ee9012);
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 600;
    transition: 0.2s;
}

.artbox_text .addlinks .price {
    display: inline-block;
}

.artbox_text .addlinks .price ins {
    text-decoration: unset;
    color: #ee9012;
    margin-right: 20px;
}

.artbox_text .addlinks .price del {
    font-size: 18px;
    color: #000;
    opacity: 32%;
    font-weight: 600;
}

/*.artbox_text .addlinks span {*/
/*  position: relative;*/
/*  padding-right: 20px;*/
/*  margin-right: 10px;*/
/*}*/

.artbox_text .addlinks span:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #ffffff8f;
}

.artbox_text .addlinks a:hover {
    opacity: 69%;
    filter: drop-shadow(1px 5px 27px #888);
}

/* ----------------- work end -------------------  */

/* ------------------------------- Art Gallery Start  -----------------  */

section.artSec {
    position: relative;
    overflow: hidden;
    padding: 80px 50px 30px;
}

section.artSec .heading {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #88888852;
    margin: 0px 30px 20px;
}

section.artSec .heading p {
    margin: 0 0 auto;
    font-size: 13px;
    line-height: 24px;
    width: 60%;
}

section.artSec .glwrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

section.artSec .smallImges {
    position: relative;
    width: 100%;
}

section.artSec .smallImges img {
    height: 239px;
    width: 100%;
    padding: 4px;
    border: 8px solid #212121;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 9px #44444440;
    box-sizing: border-box;
    object-fit: fill;
}

section.artSec .smallImges a {
    width: 100%;
    display: flex;
}

.glwrapRigh {
    position: relative;
}

.BigImg img {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border: 8px solid #1f1f1f;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 9px #44444440;
    height: 500px;
    object-fit: fill;
}

.BigImg a {
    display: flex;
    width: 100%;
}

section.artSec .colLeft .smallImges {
    display: inline-block;
    margin-bottom: 22px;
}

section.artSec .fulWiImg img {
    margin-top: 20px;
    padding: 4px;
    box-sizing: border-box;
    border: 8px solid #1f1f1f;
    border-radius: 10px;
    width: 100%;
    height: 239px;
    box-shadow: 0px 0px 20px 9px #44444440;
    object-fit: fill;
}

section.artSec .item.slick-slide {
    padding: 20px 14px;
}

section.artSec button.slick-prev {
    position: absolute;
    left: 87%;
    top: -22%;
}

section.artSec button.slick-next {
    position: absolute;
    right: 60px;
    top: -22%;
}

section.artSec button.slick-prev {
    position: absolute;
    left: 87%;
}

section.artSec button.slick-next {
    position: absolute;
    right: 39px;
}

section.artSec button.slick-prev,
section.artSec button.slick-next {
    width: 58px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    outline: 2px solid #e4e4e4;
    transition: 0.9s;
    background: transparent;
    filter: unset;
    top: -12%;
}

section.artSec button.slick-prev::after {
    background-image: url(../images/galleryPrevArrow.png);
    opacity: 20%;
}

section.artSec button.slick-next::after {
    background-image: url(../images/galleryNextArrow.png);
}

section.artSec button.slick-prev:hover:after,
section.artSec button.slick-next:hover::after {
    opacity: 1;
    filter: brightness(0) invert(1);
}

section.artSec button.slick-prev:hover,
section.artSec button.slick-next:hover {
    -webkit-text-fill-color: #fff;
    background-image: linear-gradient(to right, #f8b215, #ee9012);
    background-clip: border-box;
    background-origin: border-box;
    outline: 2px solid #fff;
    filter: drop-shadow(2px 4px 76px black);
}

/* ------------------------------- Art Gallery End -----------------  */

/* --------------------- Art Classes St -------------------------- */

section.artClass .artCBox {
    position: relative;
    margin: 0 8px;
}

section.artClass .artCBox .artclassImg img {
    height: 340px;
    width: 100%;
}

section.artClass .artCBox .artclassTxt {
    padding: 40px 0;
}

section.artClass .artCBox .artclassTxt h5 {
    font-size: 35px;
    line-height: 45px;
}

section.artClass .artCBox .artclassTxt p {
    font-size: 16px;
    width: 95%;
    margin: 0px auto 20px auto;
}

section.artClass {
    padding-bottom: 100px;
}

/* --------------------- Art Classes end -------------------------- */

/* ---------------------------- GET In Touch start ------------------- */

section.conactSec {
    overflow: hidden;
    background: #ededed;
    padding: 0 80px;
}

section.conactSec .contactImg {
    position: relative;
    padding-left: 30px;
}

section.conactSec .contactImg .contactShape {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #212121;
    padding: 24px;
    transition: 0.9s;
}

section.conactSec .contactImg .contactShape img {
    width: 100%;
    height: 550px;
}

section.conactSec .row {
    align-items: center;
}

section.conactSec .heading-header h2 {
    text-transform: capitalize;
    margin-bottom: 24px;
}

section.conactSec form input {
    width: 100%;
    padding: 14px 14px;
    margin-bottom: 32px;
    border: 1px solid #aeaeae;
    background: transparent;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
}

section.conactSec form textarea {
    width: 100%;
    padding: 14px 14px;
    margin-bottom: 28px;
    border: 1px solid #aeaeae;
    background: transparent;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    resize: unset;
    height: 150px;
}

.siteBtn button.p-btn {
    padding: 0;
    border: 0px;
}

/* ---------------------------- GET In Touch End ------------------- */

/* ========================= People Say Start =================== */

.our-client-sec .head-effect::after {
    width: 50%;
}

.our-client-sec .slick-slide {
    opacity: 0;
}

.client-sli .slick-active {
    opacity: 1 !important;
}

section.our-client-sec .client-sli .slick-prev,
section.our-client-sec .client-sli .slick-next {
    top: 9%;
    width: 0px;
    padding: 0px;
    height: auto;
    outline: 0;
    border: 0;
}

.client-sli .slick-prev {
    left: -30px;
}

.client-box {
    margin: 0px 0;
    transition: all 0.2s;
}

.client-sli {
    position: relative;
    z-index: 1;
}

.client-sli::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9%;
    border: 1px dotted #000000;
    width: 100%;
    z-index: -1;
}

.client-sli .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #7f7f7f;
    opacity: 3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
}

.client-sli .slick-next:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #7f7f7f;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    content: "\f105";
}

.client-box h6 {
    color: #f6ae15;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #f3a2145c;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.client-box .quotess::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #f3a214;
    color: #fff;
    font-size: 30px;
}

.client-box * {
    transition: all 0.9s;
}

.client-box:hover * {
    color: #fff;
}

.client-box .quotess::before {
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.client-ineer-box::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
    z-index: 2;
    padding: 30px 30px;
    position: relative;
    box-shadow: -5px 4px 5px 0 #00000012;
    background: #fff;
}

.client-ineer-box ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.client-ineer-box ul li h4 {
    color: #ec8911;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.client-ineer-box ul li h4 span {
    font-size: 18px;
    display: block;
    color: #ec8911;
    text-transform: capitalize !important;
    margin-top: 0px;
}

.client-ineer-box ul li i {
    color: #ffc107;
    margin-right: 5px;
}

section.our-client-sec.slick-track {
    margin-bottom: 30px;
}

h2.themes-h2.head-effect {
    font-size: 62px;
    color: #000;
    margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
    background: #f6ae15;
}

.client-sli .slick-next {
    right: 0px;
}

.client-ineer-box p {
    margin: 0;
    font-weight: 400;
    color: #7c7c7cbd;
    font-style: italic;
    /* font-family: "poppins"; */
    width: 97%;
    font-size: 15px;
}

section.our-client-sec .client-box:hover .client-ineer-box {
    background: #f6ae15;
}

section.our-client-sec .client-box:hover .client-ineer-box:hover {
    color: #fff;
}

section.our-client-sec .client-box:hover .client-ineer-box::before {
    filter: brightness(0) saturate(100%) invert(81%) sepia(32%) saturate(3516%) hue-rotate(349deg) brightness(99%) contrast(95%);
}

section.our-client-sec button.slick-prev::after {
    display: none;
}

section.our-client-sec button.slick-next::after {
    display: none;
}

section.our-client-sec .slick-track {
    padding-bottom: 30px;
}

/* ========================= People Say End ===================== */

/* ========================= News Latter  Start  ===================== */

section.newsLater {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #f8b215, #ee9012);
    color: #fff;
    padding: 40px 100px;
}

section.newsLater .row {
    align-items: center;
}

section.newsLater h3 {
    font-size: 38px;
    line-height: 44px;
    color: #fff;
}

section.newsLater .news {
    position: relative;
}

section.newsLater .news form {
    display: flex;
    position: relative;
    width: 100%;
}

section.newsLater .news form {
    width: 100%;
    background: #fff;
    border-radius: 45px;
    color: #000;
    padding: 14px 30px;
    border: 1px solid transparent;
    position: relative;
}

section.newsLater .news form button {
    padding: 0;
    border: 0px;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 100px;
}

section.newsLater .news form input::placeholder {
    color: #000;
    text-transform: capitalize;
    /* font-size: 10px; */
    opacity: 0.8;
}

/* ========================= News Latter  End ===================== */

/* FOOTER CSS START  */

.footerSec {
    background: #0b0b0b;
    position: relative;
}

.footerSec p {
    font-weight: 300;
    transition: 0.9s;
    color: #fff;
    opacity: 60%;
    font-size: 15px;
}

footer ul li a {
    color: #fff;
    transition: 0.6s;
    font-size: 14px;
    line-height: 30px;
    /* font-family: "Poppins"; */
    font-weight: 300;
    opacity: 0.6;
}

.footerSec .row {
    position: relative;
    padding: 60px 100px 0;
}

.footerSec .footer-btm .row {
    padding-top: 18px;
    padding-bottom: 16px;
    margin-top: 20px;
}

.footerSec .footer-btm .row p {
    opacity: 59%;
    font-weight: 300;
    font-size: 14px;
}

.footerSec .footer-btm .row:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #fff;
    opacity: 50%;
}

.news-letter ul li a {
    gap: 20px;
    line-height: 25px;
    margin: 20px 0;
    opacity: 1;
}

.news-letter ul li a:hover {
    transform: translate(3px, 0px);
}

footer ul li a:hover {
    opacity: 1;
    color: #fff !important;
}

footer .foot-products {
    position: relative;
}

footer .ftLoo.mb-2 {
    padding-bottom: 10px;
}

footer.footerSec h5.text-light {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
}

footer.footerSec h5.subscribe.text-light.py-2 {
    margin-bottom: 6px;
}

section.newsLater h6 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: initial;
    font-family: "Inter";
    font-weight: 400;
}

section.newsLater .mailbox {
    align-items: center;
    gap: 20px;
}

section.newsLater .mailbox .mailImg img {
    width: 78px;
}

section.newsLater .news form input {
    background: transparent;
    border: 0px;
    width: 75%;
    font-size: 15px;
    line-height: 26px;
    color: #555;
    letter-spacing: 0px;
}

section.newsLater .news form input::placeholder {
    font-size: 15px;
    color: #555;
}

section.newsLater .news form button:hover span.btnTxt {
    border-radius: 55px;
}

section.newsLater .news form button span.btnTxt {
    border-radius: 100px;
    font-size: 15px;
    font-family: "Inter";
}

section.newsLater .news form button:hover {
    border-radius: 50px;
}

.footerSec .moveRightTxt {
    position: relative;
    left: 40px;
}

.footerSec .news-letter.moveRightTxt {
    left: 60px;
}

/* FOOTER CSS END  */

ul.social {
    gap: 18px;
    margin: 0px;
}

ul.social li a i {
    position: relative;
    width: 45px;
    height: 45px;
    background: linear-gradient(#f1ebe8, #f1ebe8) padding-box,
        linear-gradient(to right, #f8b215, #ee9012) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #f0a313;
}

ul.social li a i:hover {
    color: #fff;
    background: linear-gradient(to right, #f8b215, #ee9012) padding-box,
        linear-gradient(to right, #f8b215, #ee9012) border-box;
}

footer.footerSec ul.social i {
    background: linear-gradient(#0b0b0b, #0b0b0b) padding-box,
        linear-gradient(to right, #f8b215, #ee9012);
    height: 40px;
    width: 40px;
    font-size: 16px;
    border: 1px solid;
}

footer.footerSec ul.social li a {
    opacity: 1;
}

footer.footerSec ul.social {
    gap: 10px;
}

.footerSec .news-letter.moveRightTxt ul li a span {
    line-height: 20px;
    font-size: 13px;
}

.footerSec .news-letter.moveRightTxt ul li a {
    align-items: flex-start;
    justify-content: flex-start;
}

/* ----------------------- Art classes st */

.loadingMore ul.pagination {
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.loadingMore ul.pagination a.page-link {
    width: 44px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 22px;
    color: #333333ad;
}

.loadingMore ul.pagination a.page-link i {
    font-size: 18px;
}

.loadingMore ul.pagination a.page-link:hover {
    background: #f09613;
    color: #fff;
}

/* ----------------------- Art classes end */

/* Services detail page start  */

section.services-detail .medern-Img {
    padding-right: 10px;
}

section.services-detail .medern-Img img {
    height: 520px;
    object-fit: cover;
    object-position: 100% 100%;
    width: 100%;
}

section.services-detail h2 {
    margin-bottom: 10px;
}

section.services-detail p {
    line-height: 29px;
    font-weight: 300;
    font-size: 17px;
    color: #444;
    padding-bottom: 10px;
}

section.services-detail .md-text {
    padding-left: 10px;
}

/* Services detail page end */

/* Exhabitions page start   */

section.exhibations {
    padding: 40px 60px 80px;
    position: relative;
}

section.exhibations h4 {
    font-weight: 400;
    opacity: 70%;
}

section.exhibations p {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

section.exhibations .row {
    align-items: center;
    margin: 40px 0px 50px;
}

section.exhibations .exhabitions-img {
    position: relative;
}

section.exhibations .exhabitions-img img {
    width: 100%;
    height: 440px;
    border: 16px solid #212121e0;
    object-fit: fill;
}

/* Exhabitions page end   */

/* Checkout CSS */

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: rgb(124, 124, 124);
    margin: 0px 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #f19c13;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #b7b7b7;
    border-radius: 0px;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
}

.cart_sidebar .h-sub {
    color: #000;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 34px;
    padding-top: 20px;
    font-weight: 600;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0px;
    margin-top: 20px;
    font-weight: 600;
}

.cart_sidebar ul li input {
    padding: 0px;
    height: initial;
    width: initial;
    margin-bottom: 0px;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 400;
}

.cart_sidebar ul li label::before {
    content: "";
    appearance: none;
    background-color: transparent;
    border: 1px solid #c4c4c4b8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px,
        rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 13px;
    border-radius: 2px;
}

.cart_sidebar ul li input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 14px;
    border-style: solid;
    border-color: #f19c13;
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(183, 183, 183);
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: rgb(183, 183, 183);
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0px;
    border: 1px solid rgb(183, 183, 183);
    margin-bottom: 20px;
    appearance: auto;
    color: rgb(183, 183, 183);
}

.cart_sidebar form select option {
    color: rgb(0, 0, 0);
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0px;
    border: 1px solid rgb(183, 183, 183);
    margin-bottom: 20px;
    appearance: auto;
    color: rgb(183, 183, 183);
}

.cart_sidebar form input::placeholder {
    color: rgb(183, 183, 183);
}

.cart_sidebar form button {
    color: rgb(0, 0, 0);
    font-size: 15px;
    border-radius: 0px;
    font-family: Poppins, sans-serif;
    padding: 10px 40px;
    background-color: rgb(235, 235, 235);
    border: 2px solid rgb(235, 235, 235);
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 17px;
    border-radius: 0px;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #f19c13;
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #dddddd;
    margin: 0px;
    padding-bottom: 40px;
}

h6.payment-h {
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 30px !important;
}

.cart_sidebar .btn-1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 10px !important;
}

.cart_sidebar .radiosss-payments li label::before {
    content: "";
    appearance: none;
    background-color: transparent;
    border: 1px solid rgb(183, 183, 183);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px,
        rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 20px;
    left: 6px;
    border: 0px;
    width: 10px;
    height: 10px;
    background-color: #f19c13;
}

.radiosss-payments .card.card-body {
    padding: 0px;
    border: 0px;
    background: unset;
    margin-left: 30px;
}

.billing_form h3 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.billing_form label {
    color: #7c7c7c;
    margin-bottom: 10px;
    font-weight: 500;
}

ul.cart_lst li {
    font-size: 15px;
    color: #7c7c7c;
    justify-content: space-between;
    display: flex;
    font-weight: 400;
    line-height: 25px;
}

.radiosss-payments {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}

.billing_form {
    padding: 50px 20px;
    border: 1px solid rgb(182, 182, 182);
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    padding-left: 15px;
    background: unset;
}

a.oreder {
    display: inline-block !important;
    width: 100%;
    background: #f19c13;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    padding: 12px 0px;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.5s;
}

a.oreder:hover {
    background-color: #000;
}

ul.cart_lst h4 span {
    float: right;
}

/* Checkout CSS */

/* contact us page st  */

.contcat-p .box {
    position: relative;
    text-align: center;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 50px 40px 50px 40px;
    transition: 0.5s;
    margin: 0 5px;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to right, #f8b215, #ee9012) border-box;
    border: 1px solid transparent;
}

.contcat-p .box h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    transition: 0.5s;
    color: #000;
}

.contcat-p .box p {
    opacity: 85%;
    font-size: 17px;
}

section.ctc-contactform {
    padding: 20px 0 100px;
}

section.ctc-contactform h1.bold {
    text-align: center;
}

section.ctc-contactform form {
    padding: 20px 0px 0px 0px;
}

section.ctc-contactform form label {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    opacity: 50%;
}

section.ctc-contactform form input {
    width: 100%;
    border: 0px;
    padding: 18px 10px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 1px 1px #44444445;
}

section.ctc-contactform form textarea#msg {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 24px;
    resize: unset;
    height: 200px;
    box-shadow: 0px 0px 1px 1px #4444444a;
    border: 0;
}

section.ctc-contactform form .thembtn {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

section.contcat-p.all-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.contcat-p .box .box-text {
    margin-top: 10px;
}

section.ctc-contactform form .thembtn button.theme_btn {
    border: 0px;
    font-size: 14px;
    background: #54595f;
    line-height: 1.7;
}

section.contcat-p.section .headings p {
    opacity: 80%;
    line-height: 26px;
    margin-bottom: 50px;
}

.contcat-p .box:hover {
    filter: drop-shadow(2px 4px 346px black);
    background: #fff;
}

.contcat-p .box p a {
    color: #000;
    opacity: 60%;
}

.headings.contact-h h2 {
    font-size: 66px;
}

/* Contact Us page End  */

.cart-head {
    border-bottom: 1px solid #ffffffa3;
    margin-bottom: 30px;
}

table.cart-page-tble {
    width: 100%;
}

.cart-page-tble thead tr {
    height: 60px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(to right, #f8b215, #ee9012);
    border-bottom: 0px;
}

.cart-page-tble thead tr th {
    padding: 26px 10px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    border: 0px !important;
    text-transform: capitalize;
    font-family: "Merriweather";
}

.cart-page-tble thead tr th:first-child {
    padding-left: 20px;
}

th:first-child {
    border-radius: 5px 0 0 5px;
}

.cart-page-tble tbody tr td {
    padding: 20px 0px;
    font-size: 20px;
    color: #000;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.product-cart figure {
    margin: 0;
}

.product-cart article {
    margin-left: 10px !important;
}

.unit-sub-price-text {
    font-size: 17px;
    color: #aba1a1;
    font-weight: 600;
}

.cart-page-tble tbody tr td i {
    border-radius: 0;
    color: #000;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.pricing-cart-total {
    padding: 0 20px 0 0;
}

.cart-right-total h5 {
    text-transform: uppercase;
}

.product-cart article p {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.cart-page-tble tbody tr td span.price {
    font-size: 24px;
    line-height: 34px;
    color: #666666;
    font-weight: 300;
}

th.quantity {
    width: 70%;
    display: inline-block;
    text-align: center;
}

.sizes input[type="text"] {
    background-color: #f7f7f7;
    height: 54px;
    text-align: center;
    display: table;
    margin: 0px auto;
    width: 70% !important;
    color: #394136ad;
    border: 2px solid #eeeeee;
    border-radius: 4px;
}

.sizes label {
    text-align: center;
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.sizes input[type="text"]::placeholder {
    color: #000;
}

.cart-page-tble tbody tr td i:before {
    content: url("../images/close-btn.png");
    position: relative;
    left: 0;
    right: 0px;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
    border: 0px;
    padding: 18px 60px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 400;
    transition: 0.4s;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
    background: linear-gradient(to right, #f8b215, #ee9012);
    color: #fff;
    width: 100%;
    text-align: center;
}

.prc-cart-rate a:hover {
    background-color: var(--primary-color);
}

.card-price {
    padding: 50px 30px;
    border: 2px solid #eeeeee;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 0px;
}

.card-price .imtes h6 {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: "Inter";
    opacity: 80%;
    text-transform: capitalize;
    font-weight: 300;
}

.card-price h6 span {
    float: right;
}

.card-price .imtes {
    padding-bottom: 20px;
}

.carss {
    padding: 50px 40px;
    border: 2px solid #eeeeee;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 0px;
}

.prc-cart-rate a:hover {
    background: #000;
}

.carss h6 {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f19a13;
}

.card-price h6 {
    font-size: 29px;
    font-weight: 400;
    color: #f19a13;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.prc-cart-rate a:hover {
    background-color: #000;
}

.paypal {
    position: relative;
    padding: 0px 0px 20px 0px;
}

.paypal span {
    color: #394136;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
    z-index: 12;
    position: relative;
    background-color: #fff;
    padding: 0px 20px;
}

.paypal:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #c0c0c0;
    height: 100%;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
    top: 14px;
    z-index: -1;
}

.paypal a img {
    margin-top: 18px;
}

.carss p {
    font-size: 20px;
    line-height: 30px;
    color: #000000c7;
    font-weight: 400;
}

.carss .subheading {
    padding-bottom: 10px;
}

th.u-price {
    text-align: center;
    padding-right: 50px !important;
}

.uint-price {
    text-align: center;
    padding-right: 40px;
}

.carss .subheading:last-child {
    padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
    margin-bottom: 3px;
}

.product-cart figure {
    margin: 0;
    width: 38%;
}

.cart-page-tble tbody tr td i:hover:before {
    transform: scale(0.98);
    filter: drop-shadow(2px 2px 104px black);
}

/* cart page end  */

/*login start*/

.login-txt form input {
    width: 100%;
    margin-bottom: 18px;
    outline: none;
    padding: 16px 40px 16px 20px;
    color: #000;
    border: 1px solid #ddddda;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h2 {
    margin: 0 0 20px 0;
    font-size: 50px;
}

.password-box {
    position: relative;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
    opacity: 30%;
}

.login-txt {
    padding: 45px 40px 32px;
    background-color: #fdfdfd;
    border: 2px solid #eaeae9;
    border-radius: 10px;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0;
}

li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
    font-size: 18px;
    color: #00000045;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 18px 0px;
    outline: none;
    border: none;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(to right, #f8b215, #ee9012);
    border-radius: 10px;
    transition: 0.2s;
}

.head-ex {
    text-decoration: underline;
}

span.head.head-ex {
    color: #ff0000;
}

.login-txt form button:hover {
    filter: drop-shadow(0px 15px 8px #00000045);
    transform: scale(0.97);
}

/*login end*/

/* INNER PAGE BANNER START  */

section.innerPage {
    position: relative;
    overflow: hidden;
    padding: 0 80px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/bannerBgImg.png);
}

section.innerPage .row {
    align-items: center;
}

section.innerPage .innerPageImg {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 16px solid #333333;
    transition: 0.9s;
    outline: 3px solid #00000029;
    outline-offset: -17px;
}

section.innerPage .innerPageImg img.img-fluid {
    height: 480px;
    width: 100%;
    object-fit: fill;
}

/* INNER PAGE BANNER END */

section.innerAbout p * {
    font-size: 18px;
    line-height: 30px;
    opacity: 70%;
}

section.banner.aboutBanner button.slick-prev,
section.banner.aboutBanner button.slick-next {
    display: none !important;
}

section.banner.aboutBanner {
    background: #f5f3f1;
    padding: 40px 60px 40px 80px;
}

section.banner.aboutBanner h2 {
    font-size: 50px;
    line-height: 60px;
}

section.banner.aboutBanner .bannerTxt p {
    font-size: 17px;
    line-height: 29px;
    padding: 8px 0;
    width: 88%;
    opacity: 60%;
}

section.banner.aboutBanner .artImg img.img-fluid {
    height: 420px;
}

section.about.innerAbout .wraperab {
    margin-bottom: 0px;
}

/* =============== */

/* Product Page Start  */
.catogeriesbox {
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 0px #3836362e;
    padding: 16px 40px 16px 23px;
    background: linear-gradient(to right, #f8b215, #ee9012);
    border-radius: 7px;
}

.catogeriesbox h4 {
    color: #fff;
    font-size: 26px;
    line-height: 27px;
    font-weight: 500;
    margin: 0;
    font-family: "against";
    padding: 0px 10px 0;
    text-align: left;
}

.frequently-list #collapsetwo a {
    padding-left: 15px;
}

.frequently-list #collapsetwo li {
    padding-left: 30px;
}

section.productsec {
    padding: 80px 0px;
}

section.productsec.product-page-sec .product-bx {
    margin-bottom: 25px;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title>a {
    padding: 16px 30px;
    outline: none;
    text-decoration: none;
    color: #7d7878;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #d8d5d5 !important;
    margin-bottom: 5px;
    border-radius: 8px;
    font-family: "Inter";
}

.inner-imag.wow.bounceIn img {
    width: 80%;
}

#accordion .panel-heading .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    content: "\f068";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    padding: 9px 9px;
    margin: -7px 0;
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#accordion .panel-heading .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #b5c448;
    font-size: 21px;
    display: none;
}

.frequently-list .panel-body ul li a {
    color: #7d7878;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
}

.frequently-list .panel-group {
    margin-bottom: 0;
    background-color: transparent;
}

.frequently-list .panel-body ul li i {
    float: right;
    margin-top: 5px;
}

.frequently-list .panel-body ul li {
    text-align: left;
    padding: 16px 30px;
    margin-bottom: 6px;
    border: 1px solid #d8d5d5 !important;
    border-radius: 8px;
}

.panel-body .row {
    display: flex;
    align-items: baseline;
}

.frequently-list {
    border-top: 0;
    border-radius: 0px;
    margin-bottom: 60px;
}

.panel-body.below {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

ul.mr_list {
    margin-bottom: 30px !important;
}

.panel-body ul {
    padding: 0;
    margin-bottom: 0;
    background-color: unset !important;
}

.frequently-list .panel-body li {
    width: 100%;
    background: transparent !important;
    font-family: "Inter";
    display: flex;
    align-items: center;
    gap: 18px;
}

.frequently-list .panel {
    border: none;
    border-top: 0;
}

.frequently-list .panel-default>.panel-heading {
    background-color: transparent;
}

.frequently-list .panel-body ul li:first-child {
    border: 1px solid #d8d5d5;
}

.frequently-list h4.panel-title {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.frequently-list .panel-body {
    padding: 0 !important;
}

.paddingbottom {
    padding: 0 0 30px;
    align-items: center;
}

.frequently-list .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: 0;
}

.frequently-list .panel-group .panel {
    margin: 0;
}

/* ======== */

.dv2productdetail select {
    padding: 16px 40px 16px 23px;
    border: 1px solid #6c757d52;
    border-radius: 8px;
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 94% 50%;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    color: #7f8181;
}

.dv3productdetail select {
    width: 80%;
    border: 1px solid #6c757d52;
    border-radius: 8px;
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 87% 50%;
    background-color: transparent;
    line-height: 26px;
    color: #7f8181;
    padding: 16px 40px 16px 33px;
}

section.product-page {
    padding: 100px 40px;
}

.text-shoow-product h6 {
    text-transform: initial;
    opacity: 50%;
    text-align: right;
    margin: 0px;
}

.row.conts {
    align-items: center;
    margin-bottom: 31px;
}

.frequently-list .panel-body ul li input {
    width: 20px;
    height: 20px;
}

.frequently-list .panel-body ul li label {
    font-size: 18px;
    opacity: 70%;
}

section.product-page.work .art_box .imgShape {
    padding: 28px 35px;
}

section.product-page.work .art_box .imgShape img {
    height: 250px;
    margin-top: 0px;
}

section.product-page.work .artbox_text h3 {
    font-size: 25px;
    line-height: 40px;
}

section.product-page.work .artbox_text .addlinks .price del {
    font-size: 13px;
    line-height: 20px;
}

section.product-page.work .artbox_text .addlinks .price ins {
    font-size: 20px;
    margin-right: 8px;
}

section.product-page.work .artbox_text .addlinks a {
    padding: 0 14px;
}

/*section.product-page.work .artbox_text .addlinks span {*/
/*  padding-right: 15px;*/
/*  margin-right: 6px;*/
/*}*/

section.product-page.work .addlinks {
    margin-top: 18px;
}

section.product-page.work .artbox_text p {
    font-size: 14px;
    line-height: 22px;
    padding: 3px 0 7px;
}

section.product-page.work .frequently-list #accordion h4.panel-title a.color-green {
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: 94% 50%;
    background-color: transparent;
}

section.product-page.work .loadingMore ul.pagination {
    justify-content: flex-start;
    gap: 24px;
}

/* products section end */

/* product detials page  */

section.pd-details .pd-dt-img img {
    position: relative;
    transition: 0.5s;
}

section.pd-details .pd-dt-img img:hover {
    filter: brightness(0.6);
    cursor: pointer;
}

section.pd-details h3 {
    color: #000;
    font-size: 50px;
    line-height: 52px;
    font-weight: 400;
    padding-bottom: 5px;
}

section.pd-details h4 span.price {
    color: #f8b215;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

section.pd-details .pd-rate {
    margin-bottom: 18px;
}

section.pd-details p {
    font-size: 17px;
    line-height: 30px;
    color: #636363;
    font-weight: 300;
}

section.pd-details .descp {
    margin-bottom: 30px;
}

section.pd-details .number-item {
    position: relative;
}

section.pd-details .number-item li h5 {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    margin-right: 10px;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 0;
}

section.pd-details .number-item li.inc {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0px 0px;
    color: #000;
    font-size: 16px;
}

section.pd-details .number-item li.inc input.input-number {
    border: 2px solid #e5e5e5;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
    width: 80px;
}

section.pd-details .number-item li.inc::placeholder {
    font-weight: 600;
}

section.pd-details .number-item li.inc span.input-number-decrement {
    height: 35px !important;
    border-radius: 45px !important;
    border: 1px solid #d6d6d6;
    text-align: center;
    line-height: 35px;
    font-weight: 900;
    font-size: 20px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}

section.pd-details .number-item li.inc span.input-number-increment {
    display: inline-block;
    width: 35px !important;
    height: 35px;
    border-radius: 45px !important;
    border: 1px solid #d6d6d6;
    text-align: center;
    line-height: 38px;
    font-weight: 900;
    font-size: 13px;
    transition: 0.5s;
}

section.pd-details .number-item li.inc span:hover {
    background-color: #b07c57;
    color: #fff;
    cursor: pointer;
    border-color: transparent !important;
}

section.pd-details .number-item ul {
    margin-bottom: 30px;
    gap: 20px;
}

section.pd-details ul.product-tage {
    position: relative;
}

section.pd-details ul.product-tage li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

section.pd-details ul.product-tage li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

section.pd-details ul.product-tage li span {
    color: #222;
    font-size: 16px;
    line-height: 26px;
}

section.pd-details .colLeft {
    position: relative;
}

section.pd-detail .pd-dt-content {
    padding-left: 20px;
}

section.pd-details .pd-dt-content {
    padding-left: 10px;
}

.product-disc {
    padding-top: 40px;
    padding-bottom: 100px;
    overflow: hidden;
}

.product-disc .nav-tabs .nav-link {
    text-transform: uppercase;
    padding: 16px 40px;
    border: 0px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 0px !important;
    background-color: #f1f1f1;
}

.product-disc .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #b07c57 !important;
    color: #fff;
}

.product-disc .nav-tabs li.nav-item {
    margin-bottom: 34px;
}

.product-disc .tab-content p {
    padding-top: 20px;
    color: #616161;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.product-disc .nav-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #e3e3e3;
}

/* reives */

.description .tab-content input[type="text"] {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.description .tab-content textarea {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.description .tab-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating>input:checked~label {
    color: var(--secondary-color);
}

.rating:not(:checked)>label:before {
    content: "\f006 ";
    font-family: "fontawesome";
    font-size: 30px;
    margin: 0px 8px;
}

.rev-btn {
    margin-top: 20px;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 50px;
    color: #666;
}

div#reviews button.btn-1.tabs-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 50px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 0px 2px 1px #e7e5e6;
    border-radius: 5px;
    background-color: #0dccc6;
    color: #fff;
    border: 0px;
}

div#reviews button.btn-1.tabs-btn:hover {
    background-color: #000;
}

.pd-rate ul li a i {
    color: #ffba00;
}

/* Rating Stars */

.prod-detail-description .nav-tabs .nav-link {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 400;
    width: fit-content;
    padding: 26px 32px;
    background: #f1f1f1;
    margin-right: 24px;
    border-radius: 5px;
    font-family: "Merriweather";
    border: 2px;
    box-shadow: -2px 2px 9px 0px #4444444f;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border: 0;
    background: linear-gradient(to right, #f8b215, #ee9012);
}

.product-det-heading h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 40px;
    border: 0;
    border-bottom: 2px solid #c6c6c77a;
    gap: 0px;
    padding: 0 0 58px 0;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;

    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 400;
    width: fit-content;
    padding: 26px 32px;
    margin-right: 24px;
    border-radius: 5px;
    font-family: "Merriweather";
    border: 2px;
    background: linear-gradient(to right, #f8b215, #ee9012);
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description p {
    text-align: justify;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 10px;
}

.prd-detail-client-reiew .testimonial-card {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.prd-det-review-form {
    margin: 50px 0;
}

section.pd-details .pd-rate ul {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

section.pd-details .pd-rate ul li i {
    font-size: 22px;
    transition: 0.3s;
}

section.pd-details .pd-rate ul li i:hover {
    color: #000;
}

/* product detials page  */

section.pd-details .pd-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

section.pd-details .pd-gallery .smalimges {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.pd-details .pd-gallery .smalimges .pdSmShape {
    background-image: url(../images/sm-ProductShape.png);
    padding: 28px 32px;
    position: relative;
    border: 0px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

section.pd-details .pd-gallery .smalimges .pdSmShape img.img-fluid {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

section.pd-details .pd-gallery .pd-dt-img {
    padding: 40px 44px;
    position: relative;
    border: 0px;
    box-sizing: border-box;
    box-shadow: unset;
    background-image: url(../images/product-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.pd-details .pd-gallery .pd-dt-img img.img-fluid {
    width: 95%;
    height: 530px;
    object-fit: cover;
}

section.pd-details .links-ss {
    margin-top: 40px;
}

section.pd-details .links-ss ul.social li a i {
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to right, #f8b215, #ee9012) border-box;
}

section.pd-details .links-ss ul.social li a i:hover {
    color: #fff;
    background: linear-gradient(to right, #f8b215, #ee9012) padding-box,
        linear-gradient(to right, #f8b215, #ee9012) border-box;
}

section.services-detail.section .siteBtn {
    display: inline-block;
    width: auto;
    margin: 0px auto;
}

html {
    overflow-x: hidden;
}


@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 0px) and (max-width: 519px) {

    section.banner {
        padding: 40px 15px;
    }

    header .menuSec .header-logo img {
        width: 65%;
    }

    header .menuSec .header-logo {
        left: 0;
    }

    header .headbtns {
        position: absolute;
        right: 0;
        top: 20px;
        gap: 25px;
    }

    .headerEl h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .bannerTxt {
        padding-top: 50px;
    }

    section.banner .flatyLinks .followUs h5 {
        padding-right: 0;
    }

    ul.social {
        gap: 5px;
        margin-left: 10px;
    }

    ul.social li a i {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    section.banner button.slick-prev,
    section.banner button.slick-next {
        top: 100.6%;
        left: 44%;
    }

    section.banner button.slick-next {
        right: 103px;
        left: auto;
    }

    section.banner .flatyLinks {
        margin-top: 70px;
    }

    button.slick-prev::after,
    button.slick-next::after {
        width: 30px;
        height: 30px;
    }

    button.slick-prev,
    button.slick-next {
        width: 40px;
        height: 40px;
    }

    section.banner .nike-zoom-silder-number {
        bottom: 124px;
        right: 5%;
    }

    section.about .wraperab {
        width: 100%;
        margin-bottom: 0;
    }

    section.about .wraperab .colright {
        padding-left: 15px;
    }

    h2 {
        font-size: 30px;
    }

    header .menuSec .header-logo {
        position: relative;
    }

    header .menuSec {
        padding: 15px 0px;
    }

    header .headbtns {
        position: relative !important;
        right: 0;
        top: 0;
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }


    .footerSec .news-letter.moveRightTxt ul li a span {
        font-size: 12px;
    }

    siteBtn .p-btn span.btnTxt {
        font-size: 16px;
        padding: 9px 14px;
    }

    section.newsLater .news form {
        padding: 9px 15px;
    }

    section.newsLater .news form input {
        font-size: 12px;
    }

    section.our-client-sec.section.wow.fadeIn {
        padding: 40px 0px 20px;
    }

    section.our-client-sec .slick-track {
        padding-bottom: 20px;
    }

    .client-sli .slick-slide {
        margin: 0px 10px;
    }

    .heading {
        margin-bottom: 15px;
    }

    section.conactSec {
        padding: 40px 0px;
    }

    section.conactSec .contactImg .contactShape img {
        height: 200px;
    }

    section.conactSec .contactImg .contactShape {
        border: 5px solid #212121;
        padding: 10px;
    }

    .siteBtn .p-btn span.btnTxt {
        font-size: 14px;
        line-height: 20px;
        padding: 9px 14px;
    }

    .siteBtn .p-btn span.btnImg {
        width: 38px;
        height: 38px;
    }

    section.conactSec form input {
        padding: 9px 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    section.artClass {
        padding: 40px 0px 40px;
    }


    section.artClass .artCBox .artclassTxt {
        padding: 10px 0 20px;
    }

    section.artClass .artCBox .artclassImg img {
        height: 280px;
    }

    section.artClass .artCBox .artclassTxt h5 {
        font-size: 20px;
        line-height: 25px;
    }

    section.artClass .artCBox .artclassTxt p {
        font-size: 12px;
        width: 100%;
        margin: 0px auto 10px auto;
    }





























}