@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
    font-weight:300;
}
.f-regular{  
   font-weight:400;
}
.f-medium{
    font-weight:500;
}
.f-semibold{
    font-weight:600;
}
.f-bold{
    font-weight:700;
}
.f-Extrabold{
    font-weight:800;
}
.f-black{
    font-weight:900;
} 

.common-btn {
    width: fit-content;
    height: 46px;
    background: #9E7148;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 11px;
    cursor: pointer;
    padding: 10px 20px;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #331c07;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}


/*Breadcrumb*/
.breadcum {
    position: relative;
}
.breadcum p {margin-bottom: 0 !important;}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.breadcum .caption-heading {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.caption-heading h1 {
    font-weight: 600;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
}
.breadcum-list {
    background: #F8F6F6;
    padding: 7px 0px;
}
.breadcum-list a,
.breadcum-list span{
    color: #A5A3A3;
    font-weight: 12px;
}
.breadcum-list a:hover{
    color: #A5A3A3;
}
.breadcum img {
    filter: brightness(0.5);
}

/*Footer Top*/
.footer-strip {
    background: #F0F0F0;
    position: relative;
}
.world-wide-icons {
    display: flex;
    padding-bottom: 10px;
}
.world-wide {
    width: 30%;
    margin: 0px 10px;
    text-align:center;
}
.world-wide .icons {
    width: 60px;
    height: 60px;
    background: #F0F0F0;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: -30px;
    padding: 10px;
}

/*Footer*/
#footer {position: relative;}
footer .Contact-wrapper i {
    color: #f16522;
    font-size: 19px;
    margin-right: 12px;
}
footer .social-links{
  margin-top:0px;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer{
    position: relative;
}
.main-footer {
    background:#160B02;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.btm-strip {
      background: #160B02;
}
.btm-strip p {
    color: #ffffff6b;
    font-size: 15px;
    font-weight: 400;
}
.column:nth-child(1) {
    width: 23%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.contact-add {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo {
    display: flex;
}
.contact-add .fa {
    color: #fff;
    padding-right: 10px;
}
.footercontact-details {
    margin-right: 20px;
    margin-left:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column:nth-child(2) {
    width: 30%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 21%;
}
.column:nth-child(4) {
    width: 33%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a, .footercontact-details {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #90A0AA;
    font-size: 14px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.best-seller .tp-product-content h2 {
    font-size: 18px;
    color: #000 !important;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
/*.column:last-child a {
    font-size: 25px;
}*/
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 13px 10px 10px 10px;
    position: relative;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.btm-strip img {
    width: 90%;
}

.social-links .fa {
    font-size: 20px;
    margin: 0px 10px;
    color: #ffffffb8;
}
.btms-sec {
    display: flex;
}
.btm-strip .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-product-content h2 {
    font-size: 19px;
    color: #000 !important;
}
.newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc1a;
    padding-bottom: 30px;
}
.newsletter{
  color:#fff;
}
.newsletter .form-control {
    padding: 11px;
    /* border-radius: 30px; */
    border-radius:0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}
.newsletter .button {
    padding: 12px;
    border: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color:#9E7148;
    color:#fff;
}

.newsletter form label{
  padding-right:10px;
}

.contact-add .fa{
  font-size:20px;
}
.footer-elements {
    position: absolute;
    width: 13%;
    bottom: 9%;
    right: 0px;
}
.footer-elements2 {
    position: absolute;
    width: 11%;
    left: -1%;
    top: 4%;
}
.footer-strip {
    background: #F0F0F0;
    position: relative;
}


.about-overview {
    padding: 109px 0px 99px;
}
.about-overview .row{
    justify-content: center;
}
.heading {
    font-size:45px;
    font-weight: 100;
}
.heading span{
    font-weight: 700;
}
.about-overview img {
    position: relative;
    top: -113px;
}
.about-overview p {
    padding-left: 20px;
}
.vision-mission{
    background: url(/storage/vision-mission-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15% 0;
    position: relative;
}
.vision-mission .p-main {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 46px;
}
.vision-single {
    background: #fff;
    /* box-shadow: 0px 23px 46px #0D223B27; */
    border-radius: 50px 0px 0px 50px;
    width: 49.5%;
    position: relative;
    padding: 30px 35px 30px;
    position: relative;
    height: 345px;
}
.vision-single::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    right: -29px;
    z-index: 16;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 17px 16px 17px 26px #cccccc0f;
}
.vision-single h2{
    color: #9E7148;
    font-weight: 600;
    font-size: 37px;
}
.vision-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -9%;
    position: relative;
    z-index: 1;
}
.vision-single .img-box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9E7148;
    border-radius: 50px;
    position: absolute;
    top: -20%;
    left: 10%;
}
.vision-single .img-box img{
    width:52%;
}
.vision-wrapper .vision-single:last-child {
    background: #9E7148;
    color: #fff !important;
    border-radius: 0px 50px 50px 0px;
    position: relative;
    z-index: -1;
}
.vision-wrapper .vision-single:last-child h2{
    color: #fff;
}
.vision-wrapper .vision-single:last-child:before{
    display: none;
}
.vision-wrapper .vision-single:last-child .img-box{
    background: #fff;
}
.vision-mission .sound-track {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26%;
    width: 65%;
}
.our-value {
    padding: 50px 0px;
    background: #F8F6F6;
    position: relative;
}
.our-value::before {
    position: absolute;
    content: "";
    background: #f8f6f6;
    height: 500px;
    width: 100%;
    z-index: -1;
    top: -230px;
}
.value-single {
    background: #fff;
    border-radius: 67px;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    transition: all 0.4s;
    margin-bottom: 38px;
    height: 240px;
}
.value-single:hover{
    box-shadow: 0px 7px 22px #00000017;
}
.value-single .icon-box {
    height: 85px;
    width: 85px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.value-single:hover .icon-box{
    background:#9E7148;
    border:1px solid #fff;
}
.value-single .icon-box img {
    width: 60%;
    transition: all 0.4s;
}
.value-single:hover .icon-box img {
    filter: invert(174%) sepia(33%) saturate(7399%) hue-rotate(84deg) brightness(147%) contrast(100%);
}
.value-single p {
    color: #7D7D7D;
    font-size: 13px;
}
.value-single h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1px;
   font-family: 'Poppins', sans-serif;
}
.value-single:hover h4{
    color: #9E7148;
}
.value-single .text {
    width: 75%;
    padding-left: 15px;
}
.our-value .row {
    margin-top: 43px;
    width: 100%;
    margin: 43px auto 0;
}
.brand .item {
    box-shadow: 0px 3px 12px #0000000F;
    border: 1px solid #F1F1F1;
    height: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 26px 0px;
    background: #fff;
}
.brand .owl-theme .owl-nav [class*=owl-] {
    color: #292727;
    font-size: 10px;
    margin: 5px;
    height: 35px;
    width: 35px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding-top: 0px;
}
.brand .owl-prev {
    position: absolute;
    top: 38%;
    left: -62px;
}
.brand .owl-next {
    position: absolute;
    top: 38%;
    right: -62px;
}
.brand{
    padding: 80px 0px;
    position:relative;
    z-index:1;
}
.brand .item img {
    width: 67% !important;
}

/*Product Details*/
.assistance {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    margin:40px 0px;
}
.assistance a,
.assistance a:hover {
    color: #000;
    margin-right: 19px;
    text-decoration: unset;
}
.assistance p {
    margin-right: 61px;
}

/*Home*/
.home-products {
    padding: 70px 0px;
    padding-bottom: 150px;
}
.heading {
    font-size: 45px;
    font-weight: 100;
}
.heading span {
    font-weight: 700;
}
.productssec {
    position: relative;
    padding: 0px;
}
.productssec img {
    height: -webkit-fill-available;
}
.product-right-text {
    position: absolute;
    top: 13%;
    color: #fff;
    text-align: center;
}
.product-right-text h3 {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
}
.product-right-text h3 span {
    font-weight: 700;
    color: #fff;
}
.product-right-text p {
    width: 70%;
    margin: 0 auto;
    color: #fffc;
    margin-bottom: 20px;
}
.product-right-text .common-btn {
    margin: 0 auto;
}
.sound-sec {
    position:relative;
    background: url(/storage/sound-bg.png);
    background-size: 100% 100%;
    padding-top: 90px;
}
.sound-sec h3 {
    font-size: 43px;
}
.sound-sec .sound-elements {
    position: absolute;
    left: 50%;
    bottom: -74%;
    transform: translate(-50%, -50%);
    width: 63%;
}
.sound-img {
    position: relative;
    top: -180px;
}
.sound-sec p {
    font-size: 13px;
}
.arrivals {
    padding-bottom: 60px;
    padding-top: 235px;
    position:relative;
    z-index: 1;
}
.arrivals .heading{
    margin-bottom:20px;
}
.new-arrivalas-elements {
    position: absolute;
    width: 18%;
    bottom: -13%;
    left: -1%;
    z-index: -1;
}
.common-btn.arrivals-btn {
    margin: 0 auto;
    background: transparent;
    color: #000;
    border: 1px solid #ccc;
}
.common-btn.arrivals-btn span{
    color:#000;
}
.arrivals .tp-category-main-box {
    background: #F7F7F7 !important;
    padding: 40px 20px 20px;
    border-radius: 20px;
}
.arrivals .tp-category-main-thumb {background-size: 60% !important;}
.best-seller {
    padding: 110px 0px 60px;
    background: url(/storage/best-seller-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.best-seller h2 {color: #fff !important; text-transform: capitalize;}
.best-seller .tp-product-arrival-border {background: none !important;}
.best-seller .tp-swiper-arrow button {
    background-color: #b5b5b5;
    border: 1px solid transparent !important;
    color: #ffffff !important;
}
.contact {
    padding: 70px 0px;
    position: relative;
    background: #F3F3F3;
}
#contact .tp-contact-wrapper {
    margin-right: 0px;
}
.common-page {
    padding: 60px 0px;
}
.contact .tp-contact-area.pb-100 {padding-bottom: 0px !important;}
.contact .tp-contact-inner {
    padding: 0;
    background: 0;
    box-shadow: none;
    width: 70%;
    margin: 0 auto;
}
#contact-page .tp-contact-inner {width: 100%;}
.contact .contact-form-group {
    margin-bottom: 20px;
}
.contact label {display: none !important;}
.contact .contact-form-group .contact-form-input {
    /* border: 1px solid #ccc; */
    background: #ffffff;
    border-radius: 15px;
    padding: 13px 15px;
    font-size: 14px;
    box-shadow: 0px 5px 12px #0000000F;
    border-radius: 18px;
    border: 0px;
}
#contact-page .contact-list {
    box-shadow: 0px 63px 46px #00000012;
    padding: 36px 51px;
    border-radius: 20px;
    background: #9E7148;
    color: #fff;
    position: relative;
    z-index: 1;
}
#contact-page .contact-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc94;
    padding-bottom: 5px;
}
#contact-page .content {
    padding-left: 20px;
    width: 90%;
}
#contact-page .contact-content h6 {
    font-size: 19px;
    color: #ffffffad;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#contact-page .contact-content h5 {
    font-size: 17px;
    color: #fff;
    padding-left: 0;
    margin-bottom: 0px;
}
#contact-page .contact-content p {
    padding-left: 0;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
#contact-page .tp-contact-info-icon {
    align-items: flex-start;
    width: 34px;
    margin-top: 15px;
    
}
#contact-page .tp-contact-info-icon span {
    font-size: 34px;
    width: inherit;
}
#contact-page .tp-contact-info-icon span img {
    width: 85%;
    height: auto;
}
#contact-page .tp-contact-info-content {width: 100%;}
#contact-page .contact-content:nth-child(4) {border: none !important; padding: 0 !important;}
#contact-page .contact-content:nth-child(4) .tp-contact-info-icon {display: none !important;}
#contact-page .tp-contact-social-icon {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
#contact-page .tp-contact-social-wrapper a {
    background: 0 !important;
    border: 0 !important;
    width: 35px !important;
    margin-inline-end: 15px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#contact-page .tp-contact-social-wrapper a img {
    width: 75% !important;
    height: auto !important;
}
.brands-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.brands-wrapper .brands-single {
    box-shadow: 0px 3px 12px #0000000F;
    border: 1px solid #F1F1F1;
    height: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    margin: 11px 11px;
    width: 23%;
    padding:20px;
}

.brands{
  padding:60px 0px;
}
.brands-wrapper .brands-single img {
    width: 75%;
}
.top-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #9e7148;
    margin-right: 1rem;
    padding-right: 1rem;
    position: relative;
}
.top-menu:before {
    background-color: rgba(1, 15, 28, .1);
    content: "";
    height: 20px;
    inset-inline-end: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.top-menu h4, .tp-main-menu-mobile h4 {display: none !important;}
.top-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-right: 1rem;
}
.top-menu li {
    padding: 11px 5px;
    font-size: 13px;
    position: relative;
}
.top-menu li:before {
    content: '';
    position: absolute;
    right: 0;
    height: 30%;
    width: 1px;
    background: #9e7148;
    top: 50%;
    transform: translateY(-50%);
}
.top-menu li a {
    color: #9e7148c4 !important;
    text-transform: uppercase;
}
.social-list {
    color: #9e7148c4;
}
.social-list a {
    font-size: 20px;
    margin: 0px 5px;
}
.social-list a:hover, .top-menu li a:hover {color: #9e7148 !important;}

.tp-header-bottom-3 {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 10px;
}
.main-menu.menu-style-3>nav>ul>li>a {
    color: #000;
}
.tp-header-style-transparent-white .tp-header-action-btn, .tp-header-style-transparent-white .tp-header-action-btn:hover {
    color:#000;
}
.tp-header-style-transparent-white .tp-header-action-badge{
  background-color:var(--tp-theme-primary);
  color:#fff;
}
.logo .logo-dark {
    width: 50%;
    height: auto !important;
}
.tp-slider-content-3 span{
  font-size:70px;
  font-weight:500;
  font-family: 'Poppins', sans-serif !important;
}
.tp-slider-title-3{
  font-size:70px !important;
  font-weight:700;
  font-family: 'Poppins', sans-serif !important;
}
.tp-product-content h3 {
   font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 17px;
}
.main-menu.menu-style-3>nav>ul>li>a:hover{
  color:#000;
}
.tp-product-badge span.product-out-stock {
    background-color: var(--tp-theme-primary);
}
.product-right-text p {
    font-size: 17px;
    font-weight: 500;
}
.social-links a {
    font-size: 15px;
    font-size: 20px;
    margin: 0px 10px;
    color: #ffffffb8;
}
.tp-header-sticky.header-main {
    background: transparent;
    box-shadow: none;
    margin: auto;
    position: absolute !important;
    width: 100%;
}
.tp-header-sticky.header-main.header-sticky {position: fixed !important;}
.tp-contact-info-icon {
    height: 40px;
}
.footer-strip {
    margin-top: -10px;
}
.tp-product-rating-text:hover {
    color: #000 !important;
}
.best-seller h2 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 500;
    font-family: poppins;
    color:#fff !important;
}
.tp-category-main-thumb.include-bg.transition-3 {
    background-size: 60%;
}
.sound-sec p{
  font-size:17px;
}
.tp-contact-inner .tp-contact-wrapper {
    margin-right: 0px;
}
.tp-product-rating-text span:hover {
    color: #000 !important;
}
.tp-product-details-reviews a:hover {
    color: #000;
}
.tp-product-details-query-item a:hover{
  color: #000;
}
.tp-product-arrival-area .tp-product-arrival-arrow {
    margin-bottom: 0px;
}
section.tp-product-arrival-area .mb-40 {
    margin-bottom: 15px !important;
}

/*Blogs*/
.tp-postbox-details-area {margin-top: 5rem;}
.tp-postbox-details-meta.mb-50 {margin-bottom: 30px !important;}
.tp-postbox-details-content ol li {list-style: numeric !important;}
.tp-postbox-details-content ul li {list-style: disc !important;}
.tp-postbox-details-content p, .tp-postbox-details-content li {line-height: 1.56; font-size: 14px;}
.tp-postbox-details-category a:hover {color: #6f3d10 !important;}
.tp-blog-grid-area {padding-top: 2rem;}

/*responsive*/
@media (max-width: 3000px) and (min-width: 1700px){
    .vision-mission .sound-track{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -32%;
        width: 72%;
    }
    .sound-sec .sound-elements {
        position: absolute;
        left: 50%;
        bottom: -83%;
        transform: translate(-50%, -50%);
        width: 54%;
    }
    .main-wrapper {
        overflow-x: hidden;
    }
}
@media(max-width: 992px) {
    .tp-header-top-border .flex-wrap {flex-wrap: wrap !important;}
    .top-menu {margin-right: 0rem; width: 100%}
    .tp-header-transparent {top: auto;}
    .logo .logo-dark {width: 20%;}
    .arrivals h4 {
        font-size: 17px;
    }
    .sound-sec h3 {
        font-size: 24px;
    }
    .sound-sec .sound-elements {
        position: absolute;
        left: 50%;
        bottom: -58%;
        transform: translate(-50%, -50%);
        width: 63%;
    }
    .arrivals {
        padding-bottom: 60px;
        padding-top: 140px;
    }
    .world-wide-icons p {
        font-size: 14px;
    }
    .world-wide {
        width: 30%;
        margin: 0px 10px;
        text-align: center;
    }
    .product-right-text h3 {
        font-size: 23px;
    }
    .product-right-text p {
        width: 80%;
        margin-bottom: 20px;
        font-size: 12px;
    }
    footer a, footer p {
        color: #a8a4a4;
        font-size: 12px;
    }
    .footercontact-details {
        margin-right: 20px;
        margin-left: 10px;
    }
    .footer-logo img {
        width: 20%;
    }
    .brands-elements{
        display:none;
    }
    .btm-strip img {
        width: 20%;
    }
    .world-wide h5 {
        font-size: 16px;
    }
    .contact-add .fa-brands {
        font-size: 14px;
    }
    .column a {
        line-height: 14px;
        font-size: 11px;
    }
    .btm-strip p {
        font-size: 12px;
    }
    .btm-strip a {
        font-size: 12px;
        color: #fff;
    }
    .main-footer {
        padding: 20px 0px;
    }
    .heading {
        font-size: 28px;
        font-weight: 100;
    }
    .single-arrivals .common-btn {
        font-size: 10px;
    }
    .common-btn.arrivals-btn {
        height: auto;
        font-size: 10px;
    }
    .caption-heading h1 {
        font-size: 24px;
    }
    .breadcum .caption-heading {
        position: absolute;
        top: 60%;
        left: 50%;
    }
    .vision-mission .p-main {
        font-size: 16px;
        line-height: 30px;
    }
    .vision-single h2 {
        font-size: 25px;
    }
    .vision-single {
        padding: 30px 25px 30px;
    }
    .contact .contact-form {
        padding-top: 30px;
    }
    .contact h2 {
        font-size: 25px;
    }
    .main-wrapper {
        overflow-x: hidden;
    }
    .brand .owl-prev {
        position: absolute;
        top: 38%;
        left: -28px;
    }
    .brand .owl-next {
        position: absolute;
        top: 38%;
        right: -25px;
    }
}
@media(max-width: 767px) {
	.tp-postbox-details-area {margin-top: 1rem;}
	.tp-postbox-details-meta.mb-50 {margin-bottom: 30px !important;}
  	.tp-postbox-details-content p, .tp-postbox-details-content li {font-size: 13px;}
    .logo .logo-dark {
        width: 40%;
    }
    .top-menu{
        display:none;
    }
    .arrivals {
        padding-bottom: 40px;
        padding-top: 35px;
    }
    .world-wide {
        width: 44%;
        margin-bottom: 20px;
    }
    .brand {
        padding: 35px 0px;
        position: relative;
        z-index: 1;
    }
    .footer-wrapp {
        flex-wrap: wrap;
    }
    .column:nth-child(5) {
        width: 55%;
    }
    .column:nth-child(1) {
        width: 30%;
    }
    .world-wide-icons{
        flex-wrap:wrap;
    }
    .arrivals .col-md-12 .content-arrivals {
        padding-top: 10px;
    }
    .productssec img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .sound-img {
        position: relative;
        top: 0px;
    }
    .footer-logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .column:nth-child(2) {
        width: 46%;
        position: relative;
    }
    .btms-sec {
        display: flex;
        flex-wrap: wrap;
    }
    .btm-strip img {
        width: 70%;
        padding-top: 10px;
    }
    .footer-sec {
        flex-wrap: wrap;
    }
    .best-seller .owl-stage {
        margin-top: 0px;
    }
    .heading {
        font-size: 20px;
        font-weight: 100;
        margin-bottom:15px;
    }
    .productssec {
        margin-top: 20px;
    }
    .sound-sec h3 {
        font-size: 18px;
    }
    .about-overview img {
        position: relative;
         top: 0px;
    }
    .about-overview {
        padding: 40px 0px 60px;
    }
    .vision-mission .sound-track {
        position: absolute;
        top: -21%;
        width: 65%;
    }
    .vision-wrapper {
        margin-top: 0%;
    }
    .vision-single p {
        font-size: 13px;
    }
    .vision-single {
        padding: 15px 15px 15px;
    }
    .vision-wrapper {
        margin-top: 0%;
        flex-wrap: wrap;
    }
    .vision-single h2 {
        font-size: 18px;
    }
    .vision-mission .p-main {
        font-size: 14px;
        line-height: 22px;
    }
   .vision-single .img-box {
        width: 65px;
        height: 65px;
        top: -9%;
        left: 40%;
    }
    .our-value {
        padding: 0px 0px 20px;
        position: relative;
    }
    .value-single h4 {
        font-size: 17px;
    }
    .value-single {
        padding: 16px 20px;
        margin-bottom: 20px;
        height:auto;
    }
    .our-value .row {
        margin-top: 43px;
        margin: 22px auto 0;
    }
    .footer-elements{
        display:none;
    }
    .about-overview p {
        padding-left: 0px;
        font-size: 13px;
    }
    .breadcum {
        position: relative;
        margin-top: 55px;
    }
    .caption-heading h1 {
        font-size: 20px;
    }
    .breadcum img {
        filter: brightness(0.5);
        height: 140px;
        object-fit: cover;
    }
    .breadcum .caption-heading {
        position: absolute;
        top: 42%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .brand-slider {
        width: 80%;
    }
    .sound-sec {
        background-size: cover;
        padding-top: 60px;
        background-position: top;
    }
    .footer-logo img {
        width: 20%;
        margin-bottom: 20px;
    }
    .best-seller {
        padding: 70px 0px 70px;
        background-size: cover;
        background-position: bottom;
    }
    .vision-single {
        padding: 15px 15px 15px;
        width: 100%;
        margin-bottom: 29px;
    }
    .vision-wrapper .vision-single:last-child {
        border-radius: 30px 30px 30px 30px;
    }
    .vision-single {
        padding: 40px 15px 25px;
        width: 100%;
        margin-bottom: 29px;
        margin: 0 auto;
        text-align: center;
    }
    .vision-single::before{
        display:none;
    }
    .vision-single {
        padding: 40px 15px 25px;
        width: 100%;
        box-shadow: 0px 10px 10px #ccc;
        border-radius: 20px;
        margin-bottom: 50px;
    }
    .brand-slider {
        width: 80%;
    }
    .brand .item img {
        width: 60% !important;
    }
    .brand .item{
        width:80%;
        margin:0 auto;
    }
    .brand .owl-prev {
        position: absolute;
        top: 38%;
        left: -13px;
    }
    .brand .owl-next {
        position: absolute;
        top: 38%;
        right: -9px;
    }
    .assistance {
        margin: 20px 0px;
    }
    .assistance p {
        margin-right: 0px;
    }
    .assistance p {
        margin-right: 0px;
        font-size: 13px;
    }
    .assistance a, .assistance a:hover {
        font-size: 13px;
        margin-left: 25px;
    }
    .column:nth-child(4) {
        width: 44%;
    }
    .contact-address .fa {
        font-size: 25px;
        color: #fff;
        width: 7%;
    }
    .contact .contact-form {
        padding: 10px 10px;
        width: 100%;
    }
      .tp-slider-content-3 span {
        font-size: 20px;
    }
      .tp-slider-title-3 {
        font-size: 20px !important;
    }
      .home-products {
        padding: 70px 0px;
        padding-bottom: 30px;
    }
      .brand-slider {
        margin: 0 auto;
    }
      .vision-single {
        padding: 40px 15px 25px;
        height: auto;
    }
    #contact-page .contact-list {
        padding: 25px 25px;
    }
      #contact-page .tp-contact-social-wrapper a img {
        width: 60% !important;
        height: auto !important;
    }
      .contact {
        padding: 25px 0px;
    }
      .tp-contact-wrapper {
        padding-top: 30px;
    }
      .tp-header-bottom-3 {
        width: 100%;
        margin: 0 auto;
        border-radius: 0px;
        padding: 8px;
    }
      .contact-add .fa {
        font-size: 14px;
    }
      .footercontact-details a {
        font-size: 11px;
    }
      .best-seller h2 {
        font-size: 29px;
        margin-bottom: 0px;
    }
    .tp-product-details-query-item a:hover {
        color: #000;
    }
    .tp-product-content h3 {
        font-size: 12px;
    }
    .breadcrumb__title {
        font-size: 25px;
    }  
    .brands-wrapper .brands-single {
        box-shadow: 0px 3px 12px #0000000F;
        border: 1px solid #F1F1F1;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background: #fff;
        margin: 11px 11px;
        width: 40%;
        padding: 0px;
    }
}