/*
Theme Name: Daily Web Needs
Theme URI: https://www.Themes.com/products/daily-web-needs-wordpress-theme
Author: Themes
Author URI: https://www.Themes.com/
Description: The Daily Web Needs WordPress Theme is a powerful, professionally crafted website template designed specifically for Daily Web Needss, agencies, brokers, consultants, property dealers, and real estate agents. Whether you're managing residential, commercial, industrial, luxury, or investment properties, this theme provides a perfect platform to promote and manage property listings, homes for sale, homes for rent, and real estate projects like gated communities or turnkey developments. Built with modern design elements and clean code, the theme offers intuitive navigation, property grids, filterable property search, and full-width banners for open house events or real estate video tours. Visually, it includes elegant layouts, interactive maps, virtual tour integration, property image galleries, and real estate photography tools to help clients explore listings with ease. This theme is optimized for real estate SEO, includes a blog and property news section, and integrates seamlessly with CRM tools to generate leads. Users can easily manage property documents, mortgage calculators, contact forms, and explore home financing options. Ideal for launching a real estate marketing platform, realtor network portal, or property showcase website, it is compatible with the Estatik Real Estate Plugin, making it a one-stop solution for professional property marketing, management, and lead generation.
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.3.4
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: daily-web-needs
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, wide-blocks, block-patterns, block-styles, flexible-header, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, full-width-template, theme-options, translation-ready, threaded-comments, post-formats, rtl-language-support, blog, portfolio, e-commerce

Daily Web Needs WordPress Theme has been created by Themes(Themes.com), 2025.
Daily Web Needs WordPress Theme is released under the terms of GNU GPL
*/

/* Basic Style */
*{
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  overflow-x: hidden;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  position:relative;
  background-color: #ffffff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
section {
  padding: 80px 0px;
}
h1, h2, h3, h4, h5, h6{
  color: #2A2A2A;
  margin: 0;
}
h2{
  font: 500 65px / 80px Poppins;
}
p {
  color: #2A2A2A;
  margin: 0;
  font: 400 14px / 22px poppins;
}
ul li,ol li {
    color: #2A2A2A;
    font: 400 16px / 30px Poppins;
}
a{
  text-decoration:none;
  color: #000;
  cursor: pointer;
}
a:hover{
  text-decoration:none !important;
  color:#000;
}
.wp-block-table thead {
    border-bottom: 1px solid #ccc !important;
}
a:focus span, a:focus, input[type="text"]:focus,input[type="email"]:focus, input[type="phno"]:focus, input[type="password"]:focus, input[type="search"]:focus,input[type="tel"]:focus, textarea:focus,input[type="submit"]:focus,#comments:focus,select:focus,.main-navigation ul ul a:focus,
.toggle-nav button:focus,.main-navigation a:focus,.toggle-nav button:focus, button.close:focus{
/*   outline: 2px solid #f30505 !important; */
  text-decoration:none !important;
}
.close:focus, .close:hover {
  color: #fff;
}
code {
  color: #212fcd;
}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
input[type='submit']:hover{
  cursor: pointer;
}
button{
  padding: 5px;
}
.home .middle-align{
  padding: 0;
}
.middle-align,.blog .middle-align{
  margin: 0 auto;
  padding: 3em 0;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.sticky{
  margin:0;
  padding:0;
}
.sticky .post-main-box h2:before{
  content: '\f08d';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  padding-right: 20px;
  font-size: 20px;
  color: #000;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.alignleft,img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.alignnone,img.alignnone {
  padding: 5px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
p.comment-form-comment label {
  display: block;
}
.toggleMenu{
  display:none;
}
.bypostauthor{
  margin:0;
  padding:0;
}
input[type="text"],input[type="email"],input[type="phno"],input[type="password"], textarea,input#url{
  border:1px solid #c8c8c8;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}
textarea{
  height:auto;
}
div#respond{
  border-top: solid 1px #c8c8c8;
  margin-bottom: 18px;
}
h2#reply-title {
  margin-top: 20px;
}

/*---------- WIDE BLOCKS ------------*/
.alignwide {
  margin-left  : -60px;
  margin-right : -60px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}
/*css for block-cover and block-image*/
.services .alignfull, .services .alignwide{
  margin: 15px 0px;
}
.services .alignfull img{
  width: 100%;
}
/*without classic widgets plugin*/
#sidebar h3 a.rsswidget{
  margin-right: 10px;
}
#sidebar .wp-block-tag-cloud a {
  border: solid 1px #000;
  color: #000;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#sidebar .wp-block-tag-cloud a:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid transparent;
  transition: 0.1s;
}
.wp-block-post-comments-form .comment-reply-title{
  padding-top: 15px;
}
li#comment-2{
  margin-bottom: 10px;
}
#sidebar .wp-block-latest-posts.wp-block-latest-posts__list, #sidebar ul.sub-menu{
  display: block !important;
}

/*---------Sticky Sidebar---------*/
@media screen and (min-width: 768px){
  .sidebar-fixed {
    position: fixed;
    top:50px;
    z-index: 999;
  }
}
@media screen and (min-width: 768px)and (max-width: 1199px){
  .sidebar-fixed {
    width: 22%;
  }
  .title-box {
    height: 200px !important;
  }
}
/* Web Frame */
.web-frame{
  border: 2px #000 solid !important;
  padding: 20px 20px 20px 20px !important;
  margin-top: 35px !important;
  margin-bottom: 20px !important;
}
/*---------Sticky Copyright---------*/
.copyright-fixed {
  position: fixed;
  bottom:0;
  left:0;
  width: 100%;
  z-index: 999;
  transition: bottom 0.4s;
  box-shadow: 0px 0px 8px #000000;
}

/*---------Sticky Header---------*/
div#header_navigation.stickynavbar {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.stickynavbar .main-topbar {
  /* padding: 10px 0px !important; */
}
.header-fixed.header-sticky.main-header{
  position: fixed;
  top:0; 
  left:0;
  right: 0;
  background: #000;
  z-index: 999;
  border: none;
  box-shadow: 0px 0px 8px #000000;
}
.page-template-custom-home-page .main-header.header-fixed.header-sticky .main-topbar{
  background-color: transparent;
  box-shadow: none;
}
.page-template-custom-home-page .main-header.header-fixed.header-sticky .main-topbar{
  margin-right: 0;
  padding-right: 0;
}
body.page-template-custom-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed {
  margin-top: 30px !important;
}
.logo p.site-description{
  color: #fff;
}

/*footer without classic widgets*/
.copyright-marquee-box{
  overflow: hidden;
}
.sb_instagram_header.sbi_medium.sbi_no_avatar,#sb_instagram #sbi_load .sbi_follow_btn{
  display: none !important;
}
#gallery-1 .gallery-item{
  margin-bottom: 0 !important;
}
#footer .custom_title{
  display: none;
}
#footer{
  margin-top: 60px;
  padding-top:30px;
}
#footer .footer-box {
  background: #000;
  padding: 40px 50px;
  border-radius: 16px;
  justify-content: space-between;
}
#footer h4{
  text-transform: uppercase;
  font: 600 18px / 20px Inter;
  color: #fff;
}
.custom-about-us a.custom_read_more{
  background: #000;
  border-radius: 5px;
  padding: 10px 22px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.custom-about-us .custom_author{
  margin-bottom: 12px;
  margin-top: 12px;
}
#footer .wp-block-tag-cloud a {
  border: solid 1px #fff;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#footer .wp-block-tag-cloud a:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid transparent;
  transition: 0.1s;
}
#footer ul li a{
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}
#footer .wp-block-latest-posts.wp-block-latest-posts__list, #footer ul.sub-menu {
  display: block !important;
}
/*---------- ACCESSIBILITY ------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/* ------------ LOGO CSS ----------- */
p.site-title , .site-description a{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
  color: #ffffff;
}
.site-title a{
  font-size: 22px !important;
  font-weight: 600 !important;
}
p.site-title a, .logo h1 a, .logo p.site-description{
  color: #ffffff;
  text-align: left;
}
.logo {
  padding: 0px !important;
  position: relative;
  align-content: center;
  text-align: left;
	width: 140px;
}
.logo img{
  object-fit: contain;
	width: 100%;
}
.sf-arrows .sf-with-ul:after {
  content: '\f107';
  position: absolute;
  height: 0;
  width: 0;
  border-top-color: #e1e1e1;
  color: #343434;
  font-weight: 600;
  font-family: 'Font Awesome 7 Free';
  margin-top: 2px;
  font-size: 12px;
  padding: 0px 10px;
}
/*plugin css*/
table.compare-list .add-to-cart td a:not(.unstyled_button){
  background: #000;
}

/*----------------- TOP HEADER ----------------*/
.more-btn a:hover,#comments input[type="submit"]:hover,.pagination .current,.pagination a:hover,#footer .tagcloud a:hover,#sidebar .tagcloud a:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.widget_product_search button:hover,nav.woocommerce-MyAccount-navigation ul li:hover{
  background: #ffffff;
  color: #000000;
}
.admin-bar .main-header{
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

/* --------- MENUS CSS --------- */
.navigation_header .nav.sidenav{
  justify-content: center;
}
.main-navigation ul .menu-item.menu-item-has-children a,
.main-navigation ul .page_item.page_item_has_children a{
  position: relative;
}
.main-navigation ul .menu-item.menu-item-has-children > a:after,
.main-navigation ul .page_item.page_item_has_children > a:after{
  content: '\f107';
  position: absolute;
  height: 0;
  width: 0;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Font Awesome 7 Free';
  margin-top: 2px;
  right: -15px;
  font-size: 12px;
  padding: 0px 10px;
}
.main-navigation ul .menu-item.menu-item-has-children .sub-menu a:after,
.main-navigation ul .page_item.page_item_has_children .children a:after{
  color: #000000;
  right: 6px;
}
.main-navigation ul .menu-item.menu-item-has-children .sub-menu a:hover:after,
.main-navigation ul .page_item.page_item_has_children .children a:hover:after{
  color: #ffffff;
}
.main-navigation .menu ul {
  margin-bottom: 0px;
  padding: 0px;
}
.main-navigation ul ul{
  animation: rotateY 0.4s ease-in-out forwards;
  transform-origin: left center;
}
@keyframes rotateY{
  0% {
    transform: scaleX(0);
  }
  100% {
      transform: scale(1);
  }
}
.main-navigation ul ul li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #252525;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
#menu-primary-menu > li:hover ul {
  opacity: 1;
  display: block;
}
.main-navigation ul ul {
  list-style: none;
  position: absolute;
  margin: 0px;
  border: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 1s;
  transform: translate(0px, -15px);
  background: #fff;
  width: 220px;
}
.main-navigation ul ul li:hover::before {
  width: 100%;
}
.main-navigation ul ul li a{
  color: #000;
  font: 500 16px / 16px Poppins !important
}
.main-navigation ul ul li:hover a{
  color: #fff;
}
.main-navigation .menu > li > a {
  font: 400 16px / 16px Poppins;
  color: #000;
  text-transform: capitalize;
  line-height: 16px;
}
nav#site-navigation{
  padding: 0;
}
.main-navigation .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.main-navigation .menu > li {
  display: inline-flex;
  position: relative;
  padding: 15px 25px;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
  /* color: #000 !important;
  background: #fff; */
  /* padding: 10px 15px;
  border-radius: 50px; */
}
.main-navigation .menu > li > a:hover{
  color: #5B5B5B;
}
.main-navigation .sub-menu li ul.sub-menu,
.main-navigation .children li ul.children {
  left: 200px !important;
  top: 0px;
}
.main-navigation ul ul li {
  padding: 15px !important;
  font-weight: 600;
  position: relative;
}
.main-navigation .menu .menu-item-has-children ul.sub-menu,
.main-navigation .menu .page_item_has_children ul.children{
  top: 45px;
  display: none;
}
#comments input[type="submit"]:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.widget_product_search button:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .single-product .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
  background: #000;
  color: #ffffff;
}
#sidebar .wp-block-search .wp-block-search__button:hover{
  background: #000;
  color: #ffffff;
  border: 1px solid #000;
}
.search-field::placeholder{
  color: #000;
}

/* Header Image */
.box-image .single-page-img{
  position: relative;
}
.box-image .single-page-img:after{
  content: '';
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  height: 300px;
  width: 100%;
}
.box-image .page-header{
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 99;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
}
.box-image .page-header h2,
.box-image .page-header h1{
  color: #ffffff;
  text-transform:uppercase;
  font-size: 30px;
}
.box-image .page-header{
  justify-content: center;
  color: #ffffff;
  align-items: center;
}
.box-image .page-header span,
.box-image .page-header a{
  font-weight: 500;
}
.box-image .page-header a, 
.box-image .page-header span{
  background-color: transparent;
  margin: 0;
  color: #ffffff;
}

/* Header */
.home .main-header{
  background-color: #191919;
}
.stickynavbar .main-header .main-topbar{
/*   box-shadow: none; */
}
.stickynavbar .main-header {
    background-color: transparent;
    /* box-shadow: 0px 3px 8px 0px #00000030; */
/*     transition: 1.5s all; */
}
.main-header .topbar-btn a{
  background-color: #000;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-topbar {
  padding: 5px 10px;
  border-radius: 250px;
  background: #fff;
  box-shadow: 0px 3px 8px 0px #00000030;
}
/* header canvas */

/* offcanvas */
.main-siderbar .btn.border-none{
  background: transparent;
  width: 25px;
  height: 25px;
  box-shadow: none;
}
.home .offcanvas-end {
  padding-top: 3%;
  width: 450px;
  padding-left: 15px;
}
.offcanvas-body p,.offcanvas-body h6{
  color: var(--blue);
}
.offcanvas-body .icon-social i{
  color: var(--red);
  background: var(--white);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
}
.offcan-social-media-plateform i {
  background: var(--blue);
  color: var(--red);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}
.offcanvas-header{
  justify-content: end !important;
}
.offcanvas{
background: #fff !important;
}
div#offcanvasScrolling{
  padding-top: 40px;
}
/* --------- Banner --------- */
#banner-sec{
  /* position: relative;
  z-index: -1; */
}
.rotating-text-box textPath{
  font: 300 16px / 16px Poppins;
  letter-spacing: 1px;
}
p.banner-subheading, .banner-para {
  color: #5B5B5B;
  font: 400 20px / 40px Poppins;
  width: 75%;
}
h1.banner-heading {
  font: 700 80px / 120px Poppins;
  color: #fff;
  background: linear-gradient(to right top, #5B5B5B, #5B5B5B, #fff, #fff, #5B5B5B);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 50% auto;
  animation: gradientAnim 1.5s ease alternate infinite;
}
@keyframes gradientAnim{
  100% {
    background-position: 180% top;
  }
}
.banner-img {
  padding: 5% 0% 0% 0%;
}
.banner-subheading .round-icon{
  width: 90px;
  margin-left: 10px;
}
.banner-image-box {
  position: relative;
  left: 20%;
  height: 450px;
  width: fit-content;
}
.banner-image-box:hover:after {
  height: 100%;
  transition: all ease 1.5s;
}
.banner-image-box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #2B2B2B;
  transition: all ease 1.5s;
  opacity: 1;
  border-radius: 250px;
  opacity: 0.6;
  z-index: 0;
}
.banner-image-box img{
  border-radius: 250px;
  height: 100%;
}
.banner-right-image-box {
  position: absolute;
  right: -25%;
  top: -40%;
  transform: rotate(-20deg);
  width: 180px;
}
.banner-left-image-box {
  position: relative;
  left: -150px;
  top: 0px;
  transform: rotate(20deg);
  width: 190px;
}
@keyframes rotateCard{
  0% {
    transform: perspective(1500px) rotateY(0deg);
  }
  100% {
      transform: perspective(1500px) rotateY(20deg);
  }
}
.about-mission-right-image-box {
  animation: rotateCard 4s forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-delay: 1s;
}
.banner-right-image-box img, .banner-left-image-box img {
  border-radius: 20px;
}
#circle p{
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font: 700 18px / 18px Poppins;
  text-transform: capitalize;
  color: #fff;
}
.banner-design-image-right-box {
  position: absolute;
  left: -58%;
  bottom: -20%;
  margin: auto;
  height: 100%;
  width: 470px;
  z-index: 0;
}
.banner-design-image-right-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: pulse 2s infinite ease-in-out alternate;
}
.banner-design-image-left-box {
  position: absolute;
  left: -25%;
  animation: pulse 2s infinite ease-in-out alternate;
  width: 200px;
}
.banner-design-image-left-box img{
  width: 100%;
  height: 100%;
}
@keyframes pulse{
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }
}
/* banner counter */
.banner-section-counter-box{
  position: relative;
  top: 50px;
  margin-bottom: 100px;
}
.banner-counter-box {
  background: #F1F1F1;
  padding: 5% 5%;
  border-radius: 10px;
}
.banner-inner-title {
  font: 700 40px / 50px Poppins;
  color: #2B2B2B;
}
.banner-inner-paragraph {
  font: 400 16px / 16px Inter;
  color: #2B2B2B;
}
/* rotating text */
.rotating-text-box{
  position: relative;
  left: 10%;
}
#circle {
  position: relative;
  height: 200px;
}
#circle text { 
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
}
#circle svg {
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
  margin: auto;
  width: fit-content;
  height: 300px;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}

/* about */
.about-right-image-box{
  background: #2A2A2A;
  width: fit-content;
  padding: 20px;
  border-radius: 20px;
  /* position: absolute; */
  right: 0;
  bottom: 0;
}
.about-right-image-box h3 {
  font: 600 85px / 100px Poppins;
  text-transform: uppercase;
  color: #fff;
}
.about-right-image-box h4 {
  font: 400 18px / 25px Poppins;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.about-left-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(7, 70px);
}
.about-left-image-box {
  grid-row-start: 1;
  grid-row-end: 7;
  grid-column-start: 1;
  grid-column-end: 6;
}
.about-left-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-right-image-box{
  grid-row-start: 2;
  grid-row-end: 9;
  grid-column-start: 5;
  grid-column-end: 9;
}
.about-right-image-box {
  background: #2A2A2A;
  width: fit-content;
  padding: 30px 30px 0px 30px;
  border-radius: 20px;
  display: grid;
}
.about-experience h3{
  font: 600 65px / 65px DM Sans;
  color: #000000;
}
.about-experience p{
  font: 400 18px / 22px DM Sans;
}
.about-content-box .about-experience p {
  color: #2A2A2A;
  margin: 0;
  font: 400 17px / 30px poppins;
}
.about-experience{
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 20px 40px;
  width: fit-content;
}
.about-content-box{
  display: grid;
  gap: 45px;
}
.about-content-box p, .about-mission-mission-content-box p{
  color: #2A2A2A;
  margin: 0;
  font: 400 18px / 30px poppins;
  width: 90%;
}
.about-mission-mission-content-box {
  display: grid;
  gap: 60px;
}
/* brands */
.brands-mission-mission-content-box{
  display: grid;
  gap: 60px;
}
.brands-mission-mission-content-box p{
  color: #2A2A2A;
  margin: 0;
  font: 400 18px / 30px poppins;
}
.brands-img-box {
  width: 150px;
  position: relative;
}
.brands-inner-box .brands-img-box:after {
  position: absolute;
  top: 0;
  left: -86%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.brands-inner-box:hover .brands-img-box:after {
  -webkit-animation: shine .75s;
  animation: shine 2s;
}
@keyframes shine{
  100% {
    left: 125%;
  }
}
.brands-inner-box {
  border-bottom: 1px solid #DADADA;
  padding: 20px 0px 20px 20px;
  direction: ltr;
}
.brands-outer-box {
  height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
  direction: rtl;
}
.brands-outer-box::-webkit-scrollbar {
  width: 8px;
}
.brands-outer-box::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 10px;
  margin-top: 15px;
}
.brands-outer-box::-webkit-scrollbar-thumb{
  background: #191919;
  height: 40px;
  border-radius: 10px;
}
.brands-title a{
  font: 600 28px / 30px Poppins;
  color: #000;
}
.brands-text {
  color: #2A2A2A;
  font: 400 18px / 25px Poppins;
}
/* service */
.service-btn a{
  color: #717171;
  font: 500 16px / 16px Poppins;
}
.services-client-image {
  width: 50px;
  height: 50px;
  background: #F1F1F1;
  padding: 10px;
  border-radius: 6px;
}

.service-container {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
}
.service-container:after {
  -o-transition: all .5s linear .4s;
  -moz-transition: all .5s linear .4s;
  -ms-transition: all .5s linear .4s;
  -webkit-transition: all .5s linear .4s;
  transition: all .5s linear .4s;
}
.service-container:before {
  opacity: 0.35;
}
.service-container:after, .service-container:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #2A2A2A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: -1;
}
.service-container:hover::before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.service-container:hover::after, .service-container:hover::before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400);
}
.service-container:hover::after {
  -moz-transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}
.service-container:hover::after, .service-container:hover::before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400);
}
.service-container:hover .services-title-box a,.service-container:hover .services-para-content-box,.service-container:hover .service-btn a{
  color: #fff;
}
.services-content-box{
  display: grid;
  gap: 20px;
}
p.services-title-box a {
  font: 500 20px / 20px Poppins;
  color: #2B2B2B;
}
p.services-para-content-box {
  color: #717171;
  font: 400 16px / 20px Poppins;
}
#service .owl-nav{
  width: fit-content;
  position: absolute;
  top: -160px;
  right: 20px;
  gap: 10px;
  display: flex;
  z-index: 1;
}
#service .owl-nav button {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
#service .owl-nav button:hover {
  background: #fff;
  color: #000;
}
/* about btn */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 40px;
  border: 2px solid;
  border-color: transparent;
  background: inherit;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 0 0 2px #000000;
  background: #000000;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width: fit-content;
  font: 400 16px/16px Poppins
}
.about-btn {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 7;
  grid-column-end: 9;
}
.animated-button i {
  position: absolute;
  width: 24px;
  color: #000000;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  transform: rotate(-45deg);
}
.animated-button .arr-1 {
  right: 2px;
}
.animated-button .arr-2 {
  left: -25%;
}
.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 0 0 2px #2A2A2A;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
}
.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #000;
  border-radius: 50px;
}
.animated-button:hover .arr-1 {
  right: -25%;
}
.animated-button:hover .arr-2 {
  left: 2px;
}
.animated-button:hover .text {
  transform: translateX(12px);
  color: #000;
}
.animated-button:hover i {
  color: #fff;
  background: #000;
}
.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #000;
}
.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}
/* without bg btn  */

/* about btn */
.animated-button-two {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 40px;
  border: 1px solid;
  border-color: transparent;
  background-color: inherit;
  border-radius: 50px;
  color: #000;
  box-shadow: 0 0 0 2px #000;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width: fit-content;
  font: 400 16px / 16px Poppins;
}
.about-btn {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 7;
  grid-column-end: 9;
}
.animated-button-two i {
  position: absolute;
  width: 24px;
  color: #fff;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  transform: rotate(-45deg);
}
.animated-button-two .arr-1 {
  right: 2px;
}
.animated-button-two .arr-2 {
  left: -25%;
}
.animated-button-two .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #000;
  box-shadow: 0 0 0 2px #2A2A2A;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button-two .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  color: #000;
}
.animated-button-two:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #000;
  border-radius: 50px;
}
.animated-button-two:hover .arr-1 {
  right: -25%;
}
.animated-button-two:hover .arr-2 {
  left: 2px;
}
.animated-button-two:hover .text {
  transform: translateX(12px);
  color: #fff;
}
.animated-button-two:hover i {
  color: #000;
  background: #fff;
}
.animated-button-two:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #000;
}
.animated-button-two:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}/* ...new file... */
#site-navigation .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.open > .sub-menu,
#site-navigation .menu-item-has-children:hover > .sub-menu,
#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Optional: keep layout consistent (tweak to match your theme) */
#site-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}/* ...new file... */
#site-navigation .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.open > .sub-menu,
#site-navigation .menu-item-has-children:hover > .sub-menu,
#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Optional: keep layout consistent (tweak to match your theme) */
#site-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}/* ...new file... */
#site-navigation .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.open > .sub-menu,
#site-navigation .menu-item-has-children:hover > .sub-menu,
#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Optional: keep layout consistent (tweak to match your theme) */
#site-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}/* ...new file... */
#site-navigation .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.open > .sub-menu,
#site-navigation .menu-item-has-children:hover > .sub-menu,
#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Optional: keep layout consistent (tweak to match your theme) */
#site-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}/* ...new file... */
#site-navigation .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.open > .sub-menu,
#site-navigation .menu-item-has-children:hover > .sub-menu,
#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Optional: keep layout consistent (tweak to match your theme) */
#site-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}/* ...new file... */
#site-navigation .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.open > .sub-menu,
#site-navigation .menu-item-has-children:hover > .sub-menu,
#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Optional: keep layout consistent (tweak to match your theme) */
#site-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}
/* ...new file... */
#site-navigation .sub-menu {
  display: none;
}

#site-navigation .menu-item-has-children.open > .sub-menu,
#site-navigation .menu-item-has-children:hover > .sub-menu,
#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

/* Optional: keep layout consistent (tweak to match your theme) */
#site-navigation .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}
/* blog */
.blog-image-box {
  background: #F1F1F1;
  border-radius: 10px;
  padding: 15px 10px;
}
.blog-contents-box {
  padding: 15px 0px;
  display: grid;
  gap: 10px;
}
.blog-contents-box h6 a{
  color: #000;
	font: 500 18px / 30px Poppins
}
.blog-admin-box i, .blog-admin-box span,.post-comments, .post-date-box, .post-date-box a {
  color: #5B5B5B;
  font: 300 14px/18px Poppins;
}
.blog-admin-box img, .post-comments img{
  width: auto !important;
  height: auto;
  align-self: center;
}
.post-comments img{
  position: relative;
  top: 2px;
}
.blog-contents-box h4 a{
  font: 500 18px / 25px Poppins;
  color: #191919;
}
.post-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.our-blogs-sidebar-box h4{
  font: 500 22px / 35px Poppins;
  color: #191919;
}
#blog .owl-nav {
  display: block;
  width: fit-content;
  top: -200px;
  position: absolute;
  right: 190px;
  display: flex;
  gap: 10px;
}
#blog .owl-nav button{
  background: #000;
  border:2px solid #000;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
#blog .owl-nav button:hover{
  background: #fff;
  border:2px solid #000;
  color: #000;
}
/* marquee */
.marquee-main-box{
  background: #191919;
}
.marquee-right-outer-box {
  border-bottom: 1px solid #191919;
  background: #fff;
}
.marquee-left-box p.marquee-inner-paragraph{
  color: #fff;
}
.marquee-box {
  width: auto;
  flex: 0 0 auto;  
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.marquee-box img {
  margin-right: 20px;
}
p.marquee-inner-paragraph {
  font: 400 20px / 20px poppins;
}
.marquee-left-box {  
  padding: 10px;
  position: relative;
  display: flex;
  flex-wrap: nowrap !important;
  width: max-content;
}
.marquee-left-box {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
}
.marquee-left-box:hover,.marquee-right-box:hover{
  animation: none;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marquee-right-box {  
  padding: 10px;
  position: relative;
  display: flex;
  flex-wrap: nowrap !important;
  width: max-content;
}
.marquee-right-box {
  white-space: nowrap;
  will-change: transform;
  animation: marquee_right 15s linear infinite;
}
@keyframes marquee_right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
/* testimonial */
.testimonials-content-main-box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #b4b4b4;
  padding: 75px 50px;
  border-radius: 20px;
  display: grid;
  gap: 50px;
  margin: 10px;
}
.testimonial-box p{
  color: #2A2A2A;
  margin: 0;
  font: 400 18px / 30px poppins;
}
#testimonial h2 {
  font: 600 65px / 80px Poppins;
}
p.testimonials-para-content-box {
  font: 400 22px / 45px Poppins;
}
.testimonials-number-box {
  font: 400 80px / 90px DM Sans;
  color: #000000;
}
p.testimonials-text-box {
  font: 400 18px / 30px Poppins;
  color: #000;
  text-transform: capitalize;
}
.testimonial-percentage-box-one {
  background: #F1F1F1;
  padding: 50px 30px;
  border-radius: 20px;
}
.testimonial-percentage-box-two {
  border: 2px solid #000;
  padding: 50px 30px;
  border-radius: 20px;
}
.testimonials-content-main-box .testi-rating i {
  color: #FE9800;
}
p.testimonials-title-box {
  font: 400 20px / 25px Poppins;
  color: #000;
}
.testimonial-designation{
  font: 400 16px / 25px Poppins;
  color: #000000;
}
#testimonial .owl-nav{
  display: block;
  width: fit-content;
  top: 0;
  bottom: 0;
  position: absolute;
  height: fit-content;
  margin: auto;
  gap: 10px;
  display: flex;
  left: -21%;
}
#testimonial .owl-nav button {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  font-size: 16px;
}
#testimonial .owl-nav button:hover {
  background: #fff;
  color: #000;
}

/* contact */
.contact-left-image-box{
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.contact-content-box{
  background-color: #F1F1F1;
  padding: 40px 30px;
  border-radius: 20px;
  gap: 40px;
  display: grid;
}
.contact-btn{
  justify-content: end;
  display: flex;
}
.contact-content-box h4{
  font: 500 40px/40px Poppins;
}
.contact-text-img-box p{
  color: #2A2A2A;
  font: 400 20px / 30px Poppins;
  align-self: center;
}
/* #Contact h2 {
  font: 500 60px / 90px Poppins;
} */

/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-nav, a.closebtn{
  display: none;
}

/*----------- PRELOADER ----------*/
#preloader {
  background: #000;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  height: 100%;
}
.loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.loader-line-wrap {
  animation: spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 100px;
}
.loader-line {
  border: 4px solid #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
  height: 90px;
  width: 90px;
  top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
  height: 76px;
  width: 76px;
  top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
  height: 62px;
  width: 62px;
  top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
  height: 48px;
  width: 48px;
  top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
  height: 34px;
  width: 34px;
  top: 35px;
}
@keyframes spin {
  0%, 15% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.elementor-page #preloader{
  display: none;
}
/* --------- FOOTER ------- */
#footer .textwidget p{
  margin-bottom:8px;
  width: 100%;
}
#footer .tagcloud a{
  border: solid 1px #ffffff;
  color:#ffffff !important;
  font-size: 14px !important;
  padding: 6px 12px;
  display:inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#footer .tagcloud a:hover{
  background: #000;
  border: solid 1px #000;
}
#footer input[type="submit"]{
  margin-top: 10px;
  font-size: 15px;
  width: 100%;
  background: #ffffff;
  color: #000000 !important;
  border-radius: 0;
  margin-left: 0;
}
#footer label, iframe, .entry-audio audio, #our-services iframe,#sidebar input[type="submit"],span.woocommerce-input-wrapper,.checkout label,.woocommerce-page form .password-input,.woocommerce label {
  width: 100%;
}
#footer .search-form .search-field {
  width: 100%;
  border: solid 1px #ffffff;
  background:transparent;
  color: #ffffff;
}
#footer .search-form .search-field::placeholder{
  color: #000;
}
#footer caption{
  color: #ffffff;
  font-size: 20px;
}
#sidebar caption {
  color: #000000;
  font-size: 20px;
}
#footer table{
  width: 100%;
}
#footer table,#footer th,#footer td{
  border: 1px solid #ffffff;
  text-align: center;
}
#footer td ,#sidebar td{
  padding: 7px;
  color: #ffffff;
}
#footer th {
  text-align: center;
  padding: 10px;
  color: #ffffff;
}
#footer nav.wp-calendar-nav a {
  color: #ffffff;
}
#footer ul li {
	list-style-type: disc;
	padding: 10px 0;
	font-size: 18px;
	color: #ffff;
}
#footer ul {
  margin: 0;
}
#footer .widget_categories ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
}
#footer .categories-2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px 100px;
}
#footer .custom-social-icons {
  padding-top: 20px;
}
#sidebar select ,#footer select {
  padding: 10px 5px;
  width: 100%;
}
.sub-title{
  margin: 5em 0 0 0;
  line-height: 2em;
}
#footer{
  background-size: cover;
}
#footer-2 {
  background: #F1F1F1;
}
#footer h4, #footer .wp-block-search .wp-block-search__label{
  font-size: 22px !important;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#footer .footer-block .wp-block-heading{
  color: #ffffff;
}
#footer .footer-block .wp-block-heading a, #footer .footer-block .widget_text p a{
  color: #000;
  text-decoration: underline !important;
}
#sidebar .widget_text p a, #sidebar .wp-block-heading a{
  color: #000;
  text-decoration: underline !important;
}
#footer .wp-block-search .wp-block-search__inside-wrapper, #sidebar .wp-block-search .wp-block-search__inside-wrapper{
  flex-wrap: wrap;
  display: block;
}
#footer .wp-block-search .wp-block-search__input, #sidebar .wp-block-search .wp-block-search__input {
  padding:10px 10px;
  font-size:15px;
  margin-bottom: 10px;
  color:#000000;
  border: solid 1px #e1e1e1;
  width: 100%;
  border-radius: 3px;
}
#footer .wp-block-search .wp-block-search__button, #sidebar .wp-block-search .wp-block-search__button{
  background: #000;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  width: 100%;
  margin-left: 0;
  border-radius: 0 !important;
  border: 1px solid #000;
}
#footer p, #footer li a, #footer, #footer a.rsswidget, #footer #wp-calendar a, #footer .custom_details, #footer ins span, #footer .tagcloud a, .main-inner-box span.entry-date a, nav.woocommerce-MyAccount-navigation ul li:hover a {
  color: #ffffff;
  font: 400 16px / 28px poppins;
}
.copyright a{
  color: #717171;
}
.copyright a:hover{
  color: #000000;
}
#footer .recent-post-box .media.post-thumb {
  display: flex;
  align-items: center;
  gap: 10px;
}
.date-comment{
  gap: 18px;
  margin-top: 8px;
}
.post-date{
  position: relative;
}
.post-date:after{
  position: absolute;
  height: 15px;
  width: 2px;
  right: -10px;
  top: 1px;
  content: '';
  background: #fff;
}
.marquee-bottom-box {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
.marquee-bottom-box p{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  color: #ffffff00;
  -webkit-background-clip: text;
  font: 500 70px / 150px Poppins;
}
#footer .media.post-thumb img {
  width: 80px;
}
.copyright .widget {
  text-align: center;
  margin-top: 10px !important;
}
.copyright .custom-social-icons {
 display: inline-flex;
}
.copyright .custom-social-icons i:hover{
  background:#000 ;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.copyright p {
  font: 400 18px/20px Poppins;
  float: left ;
  width: 100% ;
  color: #717171;
}
.copyright .widget {
  margin-top: 0 !important;
}
.copyright .custom-social-icons i{
  font-size: 16px;
  margin-left: 12px;
  color: #fff !important;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.copyright .custom-social-icons .custom_title{
  display: none;
}
.scrollup i{
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  font-size: 25px;
  display: none;
  background: #000;
  z-index: 999;
  color: #ffffff;
  padding: 12px;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.scrollup i:hover {
  transform: scale(1.3);
}
.scrollup.left i{
  left: 10px;
}
.scrollup.center i{
  left: 50%;
  right: 50%;
}
dt.gallery-icon.landscape img{
  width: 100%;
  height: 100%;
}
#footer .search-form .search-field::placeholder{
  color: #ffffff;
}
#footer .widget{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.custom-contact-us .contact-title, .custom-contact-us .custom_desc{
  display: block;
}
.custom-contact-us .contact-detail{
  margin-bottom: 20px;
}
.custom-contact-us .contact-title{
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  color: #ffffff;
}
/*my account address button css*/
header.woocommerce-Address-title.title a,a.added_to_cart.wc-forward{
  background-color: #1d76c4;
  border-radius: 6px !important;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
}
header.woocommerce-Address-title.title a:hover,#tag-cloud-sec .tag-cloud-link:hover,.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
  background: #000 !important;
  color: #fff !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
  color: #fff !important;
}
#tag-cloud-sec .tag-cloud-link {
  font-size: 16px !important;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  text-transform: capitalize;
  background-color: #1d76c4;
  border-radius: 30px !important;
  color: #ffffff !important;
}
#tag-cloud-sec ul{
  display: inline-block !important;
}
.woocommerce ul.products li.product a img{
  transition: transform 0.4s ease;
}
.woocommerce ul.products li.product a img:hover{
  transform: scale(0.9);
}
/*  pagination*/

.navigation_pagination .page-numbers.current{
	background: #f1f1f1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
}
.navigation_pagination .dots{
	color: #000;
}
.navigation_pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.navigation_pagination a:hover{
	color: #000;
	background: #f1f1f1;
}
.navigation_pagination a {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
}
.navigation_pagination a.next {
    width: 80px;
}
.navigation_pagination a.previous {
    width: 100px;
}
/* --------- BLOG PAGE ------- */
.post-main-box .box-image img,.grid-post-main-box .box-image img{
    transition: transform 0.4s ease;
}
.post-main-box .box-image img:hover,.grid-post-main-box .box-image img:hover {
    transform: scale(0.9);
}
.post-main-box, .grid-post-main-box {
  border: 1px solid #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
}
.post-main-box:hover h2 a, .post-main-box:hover .post-info span a, .single-post .post-info:hover a, .middle-bar h6, .grid-post-main-box:hover h2 a, .grid-post-main-box:hover .post-info span a {
  color: #000;
}
.post-main-box h2 a, .post-main-box .entry-content p, .grid-post-main-box h2 a, .grid-post-main-box p {
  color: #000000;
}
.post-main-box h2, .grid-post-main-box h2 {
  font-size: 25px;
}
.new-text p {
  line-height: 26px;
  color: #000000 !important;
}
.new-text h2 {
  font-size: 30px;
  letter-spacing: 1px;
}
.post-info{
  font-size: 12px;
  background: #F6F6F6;
}
.single-post .post-info{
  background: #F6F6F6;
}
.post-info span {
  margin-right: 1%;
  color: #000000;
}
.post-info span a, span.entry-comments, span.entry-time{
  font-weight: bold;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px;
}
.post-info i{
  color: #222;
}
.tags-bg a {
  text-decoration: none!important;
  font-weight: 400;
  color: #121212!important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
  text-shadow: none;
  line-height: 3.5;
  padding: 8px;
  margin: 5px;
  font-size: 15px;
}
.tags-bg a:hover{
  color: #000 !important;
}
.nav-links {
  margin-bottom: 20px;
}
.related-post  .post-main-box{
  padding: 30px 20px !important;
  margin-bottom: 30px;
}
.post-main-box .more-btn a{
  display: inline-block;
  cursor: pointer;
}

/* --------- POST --------- */
.entry-content p{
  color: #000000;
}
h2#reply-title {
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.breadcrumbs{
  padding:0px 0 30px;
}
.breadcrumbs a, .post-categories li a{
  background:#000; 
  color:#ffffff;
  padding:5px 10px;
  margin-right:5px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #000;
}
.breadcrumbs a:hover, .post-categories li a:hover{
  background: #000;
  color: #ffffff;
  border: 1px solid #000;
}
.breadcrumbs span{
  background: #000; 
  color: #ffffff;
  padding:5px 10px;
  font-weight: 600;
  border: 1px solid #000;
  display: inline-block;
}
/*------------------ category ----------------*/
.post-categories li ,.single-post ul{
  display: inline-block;
   padding-left: 0;
}
.single-post-category span{
  font-weight: 600;
}
/*-------------- Comments BOX------------- */
#comments ol.children img {
  width: 30px;
}
#comments ol {
  list-style: none;
  padding-left: 0;
}
#comments{
  margin-top:30px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
  padding:40px 0 0 0;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],#comments input[type="email"],#comments textarea,input#url{
  width:100%;
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
#comments input[type="submit"],#comments a.comment-reply-link{
  padding: 10px 20px;
  text-decoration: none;
}
#comments ol li {
  width: 100%;
  list-style: none;
  margin: 0 0 20px !important;
  padding: 20px !important;
  background: #fff;
  display: inline-block;
  border: solid 1px #f0f0f0;
}
.comment-meta.commentmetadata {
  float: right;
  width: 50%;
  text-align: right;
}
#comments .reply{
  float:left;
  margin-bottom: 15px;
}
#comments .comment-author {
  width: 50%;
  float: left;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:100%;
  float:left;
  margin:10px 0 10px 0;
}
#comments .comment-content p {
  width:100%;
  float:left;
  color: #000;
}
/*footer*/
#footer .custom_details i{
  color: #fff;
  font-size: 30px;
}
#footer .textwidget p a{
  color: #ffffff;
  text-decoration: none;
  padding-left: 30px;
}
#footer .widget_text .textwidget{
  position: relative;
}
#footer .widget_text .textwidget p a:before{
  content: '';
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
}
#gallery-1 img{
  padding: 4px;
  border: none !important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: -14px !important;
}
#footer .custom-social-icons a {
  background: transparent;
  padding: 10px;
  font-size: 16px;
  outline: 1px solid #717171;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717171;
  margin-right: 12px;
}
#footer .custom-social-icons a:hover {
  color: #fff !important;
  border: 2px double #fff;
}
#footer .post-date{
  font: normal normal normal 14px/18px Montserrat;
  margin-bottom: 0;
}
.recent-post-box img{
  width: 100%;
  height: 60px;
  object-fit: cover;
}
/*blog post navigation css*/
nav.navigation.posts-navigation .nav-previous a{
  padding: 15px 15px;
  color: #fff !important;
  font-size: 15px;
  line-height: 13px;
  font-weight: bold;
  text-align: left;
  background: #000;
}
nav.navigation.posts-navigation .nav-next a{
  padding: 15px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 13px;
  font-weight: bold;
  text-align: right;
  background: #000;
}
nav.navigation.posts-navigation .nav-previous a:hover, nav.navigation.posts-navigation .nav-next a:hover{
  background: #000;
}
nav.navigation.posts-navigation .nav-previous, nav.navigation.posts-navigation .nav-next{
  margin-top: 0;
}
/*------------ Sidebar------------------- */
#sidebar .widget_pages ul,
#footer .widget_pages ul{
  display: block;
}
#sidebar .search-form .search-submit{
  margin-top: 10px;
}
#sidebar #calendar_wrap table{
  width: 100%;
}
#sidebar ul li::before{
  /* content: "" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  height: 8px !important;
  width: 8px !important;
  background:#000 !important;
  display: inline-block !important;
  transform: rotate(45deg); */
}
#sidebar .custom-social-icons{
  text-align: center;
  padding: 25px;
}
#sidebar .custom-social-icons p,#footer .custom-social-icons p{
  margin-bottom: 30px !important;
  display: inline-block;
}
#sidebar .custom-social-icons a{
  padding: 10px 15px;
  color: #fff;
  background: #000;
}
#footer input[type="submit"]:hover{
  background-color: #ffffff;
  color: #000000 !important;
}
#sidebar h3.custom_title{
  margin-bottom: 25px;
  padding: 15px;
}
#sidebar caption {
  color: #151821;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #151821;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #151821;
}
#sidebar select, .woocommerce .woocommerce-ordering select{
  padding: 5px 5px;
  border: solid 1px #e1e1e1;
  color: #151821;
  background: transparent;
}
#sidebar h3,  #sidebar .widget_block h3, #sidebar h2, #sidebar label.wp-block-search__label{
  font-size: 25px;
  padding: 8px 0px !important;
  border-bottom: 3px solid #d7d7d7;
  position: relative;
  color: #000000;
}
#sidebar .wp-block-search__inside-wrapper, #sidebar .wp-block-latest-comments {
  margin-top: 20px;
}
#sidebar h3:before,#sidebar .widget_block h3:before, #sidebar h2:before, #sidebar label.wp-block-search__label:before{
  background: #000;
  position: absolute;
  content: "";
  height: 3px;
  width: 25%;
  bottom: -2px;
  left: 0;
}
#sidebar .widget_block h3, #sidebar h2{
  padding: 15px;
}
#sidebar input[type="search"],
input.search-field {
  font-size:15px;
  margin-bottom: 10px;
  color:#151821;
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 10px;
  border-radius: 0px;
}
.serach_inner input.search-field::placeholder{
  color: #fff;
}
#sidebar input[type="search"]{
  margin-bottom: 0;
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
#sidebar .widget {
  border: 1px solid #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  margin-bottom: 35px !important;
  padding: 18px 18px !important;
  border-radius: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 5px solid #000;
}
#sidebar .widget p{
  color: #000;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li{
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 43px;
}
#sidebar ul li:hover {
  color: #000;
}
#sidebar ul li a {
  color: #000;
  font-size: 15px;
}
#sidebar .tagcloud a{
  border: solid 1px #000;
  color: #000;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#sidebar .tagcloud a:hover{
  background: #000;
  color: #fff !important;
  border: 1px solid transparent;
  transition: 0.1s;
}
#sidebar h3 a.rsswidget{
  color: #000;
}
.tag-cloud-link {
  font-size: 16px !important;
  color: #000 !important;
  border: 1px solid;
  padding: 4px;
  margin: 10px;
}
.nav-previous,.nav-next{
  margin: 1% 0 0 0;
}
.nav-next{
  float:right;
  text-align: right;
  font-size: 18px;
}
.nav-previous{
  text-align:left;
  font-size: 18px;
}
#footer #media_image-2 img{
  object-fit: contain;
  width: 110px;
  height: 100px !important;
}
#footer .text-2{
  margin-top: 0;
}
/*------------ PAGE CSS -------------*/
.post-main-box:hover h3 a,#footer li a:hover,.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title,.post-navigation a:hover,.post-navigation a:focus{
  color: #fff;
}
.error404 .page-content {
  text-align: center;
  margin: 30px 0 40px 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.error404 .page-content .about-btn{
  width: fit-content;
  margin: auto;
}
#content-vw a,.entry-content a,.widget_text a,.woocommerce-page .entry-summary a,.comment-content p a{
  text-decoration: underline;
  color: #000;
}
.woocommerce-page .entry-summary a{
  text-decoration: none !important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.shop_table, .wishlist_table.mobile .product-name a{
  font-size: 16px !important;
  font-weight: 600;
}
.woocommerce a.remove{
  text-decoration: none !important;
}
.woocommerce-error {
  border-top-color: #000;
}
.woocommerce-error::before{
  color: #000;
}
.woocommerce div.product form.cart{
  margin-bottom: 10px;
}

/*------------- PAGINATION CSS --------------*/
p.post-nav-links, .post-nav-links span, .post-nav-links a {
  float: unset !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pagination {
  clear:both;
  position:relative;
  font-size:14px;
  line-height:13px;
  float:right;
  font-weight:bold;
  width:100%;
  margin-bottom: 30px;
  justify-content: center;
  padding-top: 50px;
}
.pagination span, .pagination a, .post-nav-links span, .post-nav-links a{
  display:block;
  float:left;
  margin: 2px 5px 2px 0;
  padding:0px 15px;
  text-decoration:none;
  width:auto;
  color: #ffffff;
  border: 1px solid #000;
  background: #000;
  border-radius: 0;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.pagination a:hover, .pagination .current{
  background: #ffffff;
  color: #000;
}
.pagination .current {
  padding: 0px 15px;
  font-weight: bold;
}
.post-navigation,.post-navigation,.nav-previous,.related-post,#respond,.clear{
  clear:both;
}
.post-navigation .current .screen-reader-text {
  position: absolute !important;
}
.post-navigation a {
  color: #151821;
  display: block;
}
.post-navigation span.meta-nav {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.post-navigation span.meta-nav:hover{
  color: #000;
}
.nav-previous span.meta-nav:before {
  content: "\f30a";
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 18px;
  margin-right: 10px;
}
.nav-next span.meta-nav:after {
  content: "\f30b";
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 18px;
  margin-left: 10px;
}
.post-navigation span {
  display: block;
}
.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.post-navigation .post-title {
  display: none;
}
.post-navigation:before {
  right: 0;
}
.post-navigation:after {
  right: 54px;
}
.post-navigation .nav-links {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.post-navigation .nav-links:before,.post-navigation .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.post-navigation .page-numbers {
  display: inline-block;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.post-navigation .current {
  display: inline-block;
  font-weight: 700;
}
.post-navigation .prev,.post-navigation .next {
  background: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.post-navigation .prev:before,.post-navigation .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.post-navigation .prev:hover,.post-navigation .prev:focus,.post-navigation .next:hover,.post-navigation .next:focus {
  background: #007acc;
  color: #fff;
}
.post-navigation .prev:focus,.post-navigation .next:focus {
  outline: 0;
}
.post-navigation .prev {
  right: 54px;
}


/* banner */
.title-box{
  height: 300px;
  position: relative;
}
.title-box .banner-heading {
  position: absolute;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-self: center;
  color: #fff;
  padding: 10px 20px;
}
.title-box .breadcrums a{
  color: #fff;
}
/* brands page */
#brands-page .brands-outer-box{
  height: 100%;
  overflow: hidden;
}
/* single blog */
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th{
	color : #000;
}
#wpig-contents.wpig-sidebar-widget.wpig-fixed{
  top: 100px !important;
}
#wpig-contents.wpig-sidebar-widget.wpig-fixed div#wpig-table-of-content{
  display: block !important;
}
.search-form.search-page{
  position: relative;
}
.blog-search-box button{
  position: absolute;
  left: 5px;
  top: 3px;
  bottom: 0;
  border: none;
  background: transparent;
}
.blog-search-box input.search-field {
  font-size: 15px;
  margin-bottom: 0px;
  color: #151821;
  border: none;
  width: 100%;
  padding: 12px 10px 12px 40px;
  border-radius: 6px;
  background: #F1F1F1;
  font-family: 'Poppins';
}
.blog-post-category-box select {
  padding: 15px 30px;
  font: 500 16px / 16px Poppins;
  border: none;
  border-radius: 6px;
  background: #F1F1F1;
}
.blog-post-category-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M5.25 7.5l4.5 4.5 4.5-4.5H5.25z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 22px;
  outline: none;
  cursor: pointer;
}
.blog-post-category-box .wpcf7 select::-ms-expand {
  display: none;
}
.wp-block-table .has-fixed-layout td {
    color: #000;
}
.our-blogs-sidebar-box{
  position: sticky;
  top: 150px;
}
.single-post h1{
	padding: 20px 0px;
	font: 600 50px / 70px Poppins;
}
.single-post .blog-excerpt p{
	font: 400 18px / 30px poppins;
}
#single-blogs #ez-toc-container,.ez-toc-counter nav ul li a::before {
  display: none;
}
#ez-toc-container a {
  color: #000 !important;
  font: 400 16px / 26px Poppins !important;
}
#sidebar .my-custom-toc-wrapper .custom-toc-list{
  padding-left: 15px;
}
.custom-toc-item:has(> a.active) {
    background: #f3f4f6;
/*     border-left: 3px solid #2563eb; */
}
#sidebar .custom-toc-level-2 .custom-toc-link {
  font: 400 18px/30px Poppins;
}
#sidebar .my-custom-toc-wrapper .ez-toc-list a.is-active{
  color: #606060 !important;
}
#sidebar .my-custom-toc-wrapper .ez-toc-list{
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  direction: rtl;
}
#single-blogs p a{
	color: #000;
}
#sidebar #ez-toc-container ul li {
  margin-bottom: 20px;
  text-align: left;
}
#sidebar .my-custom-toc-wrapper .ez-toc-list a{
  direction: ltr;
  text-align: left;
  padding-left: 10px;
}
#ez-toc-container {
  background: transparent;
  border: none;
  box-shadow: none;
}
#single-blogs h2{
  font: 500 45px / 70px Poppins;
  padding: 45px 0px 20px 0px;
}
#single-blogs h3, #single-blogs h3 a {
    font: 500 35px / 45px Poppins;
    padding: 25px 0px 10px 0px;
    color: #242424;
}
#single-blogs h4, #single-blogs h4 a {
    font: 500 26px / 45px Poppins;
    padding: 25px 0px 10px 0px;
    color: #242424;
}
#single-blogs h5, #single-blogs h5 a{
	font: 500 22px / 35px Poppins;
    padding: 25px 0px 10px 0px;
    color: #242424;
}
#single-blogs h6, #single-blogs h6 a{
	font: 500 20px / 30px Poppins;
    padding: 25px 0px 10px 0px;
    color: #242424;
}
#wpfront-scroll-top-container{
	display: none;
}
.single.single-post #single-blogs ul{
  padding: revert;
}
#single-blogs .post-content ul li,#single-blogs p {
  font: 400 16px / 38px Poppins;
  color: #2A2A2A;
}
.blog-post-contents{
  display: grid;
  gap: 15px;
}
.single-blogs-titles h6 a{
  color: #000;
  font: 400 18px / 28px Poppins;
}
.our-blogs-sidebar-box {
  background: #F8F8F8;
  padding: 30px 30px 30px 15px;
  height: fit-content;
  border-radius: 15px;
}
#sidebar .single-blog-sidebar-box ul {
  direction: ltr;
  padding-left: 20px;
}
#sidebar .single-blog-sidebar-box ul li button{
  background-color: transparent;
}
.single-post-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
#maincontent .post-title-box p{
  font: 400 16px / 32px poppins;
  color: #2A2A2A;
}
#sidebar .single-blog-sidebar-box ul li button.active .single-blog-single-body{
  color: #000;
}
body.single-post {
  overflow: visible !important;
}
#single-blogs .wp-block-image img {
  box-shadow: 0px 0px 5px 0px #a1a1a1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 20px 0px;
}
.single-blog-single-body {
  font: 400 18px / 30px Poppins;
  color: #2A2A2A;
  margin-bottom: 20px;
}
/* single service */
.single-service-sidebar-box h4{
	font: 500 28px/35px Poppins;
}
#single-services h3{
  font: 600 30px / 40px Poppins;
}
#single-services .contact-heading-box h3 {
  font: 600 35px / 50px Poppins;
}
#single-services .contact-content-box p {
  font: 400 14px / 30px poppins;
}
#single-services .contact-phone-box,#single-services .contact-mail-text-box{
  gap: 0px 10px;
}
#single-services [type=submit]{
  background: transparent;
  box-shadow: none !important;
  color: #fff;
  border: none;
}
.about-btn.submit-box{
  justify-content: start;
}
.single-service-contact-content-box {
  display: grid;
  gap: 45px 0px;
  position: relative;
}
.single-service-contact-content-box:after {
  position: absolute;
  border: 1px solid #0000004D;
  top: 0;
  bottom: 0;
  height: fit-content;
  width: 100%;
  background: #0000004D;
  content: '';
  margin: auto;
}
.our-services-sidebar-box{
  position: sticky;
  top: 150px;
}
body.single-services {
  overflow: visible !important;
}







#single-services .about-btn:hover input[type='submit']{
  color: #000;
}
#single-services h4 a {
  font: 600 20px / 22px Poppins;
  padding: 10px 0px;
  color: #000;
}
#single-services .single-service-contact-form {
  padding: 40px;
  border-radius: 30px;
}
#single-services .service-contact-box textarea{
  height: 100px !important;
}
#single-services .service-contact-box input[type="text"], #single-services .service-contact-box input[type="email"], #single-services .service-contact-box input[type="phno"], #single-services .service-contact-box input[type="password"], #single-services .service-contact-box textarea, #single-services .service-contact-box input#url, #single-services .service-contact-box select {
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 15px 0;
  height: auto;
  border-radius: 6px;
  background: #fff;
  color: #6b6b6b;
}
#single-services ul li,#single-brands ul li {
  color: #2A2A2A;
  font: 400 16px / 30px Poppins;
}
#single-services h4 {
  font: 600 20px / 20px Poppins;
}
#single-services .post-content{
  gap: 10px 0px;
  display: grid;
}
#single-services h4 {
  font: 600 22px / 22px Poppins;
  padding: 10px 0px;
}
#single-services p {
  font: 400 16px / 30px poppins;
}
.single-service-sidebar-box .nav-pills .nav-link.active {
  background: #2A2A2A;
  color: #fff;
}
.single-service-sidebar-box .nav-pills .nav-link{
  padding: 18px 20px;
  font: 400 18px / 18px Poppins;
  width: 100%;
  color: #000000;
}
.our-services-sidebar-box {
  background: #F1F1F1;
  padding: 25px 20px;
  border-radius: 10px;
	height: fit-content;
}
#sidebar .single-service-sidebar-box ul{
  display: block;
}
/* single brands */
.single-brands-content-box h2 a{
  font: 500 50px / 70px Poppins;
  color: #000;
}
.single-brands-content-box p {
  color: #2A2A2A;
  font: 400 16px / 28px poppins;
}
.brands-category-box .brands-category-title{
  font: 500 18px / 30px Poppins;
  color: #000;
}
.brands-category-box p a{
  font: 400 18px / 30px Poppins;
  color: #000;
  text-decoration: underline;
}
.brands-category-contents-box{
  gap: 0 100px;
}
.single-brands-page {
  gap: 40px 0px;
  display: grid;
}
.brands-category-features-box h3{
  font: 500 26px / 30px Poppins;
  color: #000000;
}
#single-brand-page .owl-nav {
  display: flex;
  width: fit-content;
  margin: 5% auto;
  gap: 10px;
}
#single-brand-page .owl-nav button {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
#single-brand-page .owl-nav button:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
/* about page */
.about-tab-page-heading h2{
  color: #fff;
  font: 500 64px / 90px Poppins;
  text-transform: capitalize;
}
.about-tab-content p {
  font: 400 25px / 45px Poppins;
  color: #fff;
}
.about-page-sidebar-outer-box{
  align-self: center;
}
#about-page .about-page-sidebar-box li{
  border-bottom: none;
}
#about-page .about-page-sidebar-box li button{
  padding: 0;
}
.about-page-sidebar-box li p {
  color: #fff;
  padding: 16px 38px;
  font: 500 18px / 20px Poppins;
}
#about-page .about-page-sidebar-box li button.active{
  background-color: #fff;
}
#about-page .about-page-sidebar-box li button.active p{
  color: #000;
}
/* ---------- faq ------------ */
.about-page-faq-heading-box p{
  font: 400 22px / 45px Poppins;
  color: #2A2A2A;
}
.about-page-faq-heading-box h4{
  font: 500 64px / 90px Poppins;
  text-transform: capitalize;
  color: #000;
}
.about-page-faq .accordion-item{
  border: none;
  margin-top: 3%;
  position: relative;
}
.about-page-faq .accordion-button {
  font: 500 18px / 25px Poppins;
  color: #000;
  background: transparent;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #000;
  box-shadow: unset;
  border-radius: 0px;
}
.about-page-faq .accordion-button:hover{
  z-index: unset;
}
.about-page-faq .accordion-body{
  font: 400 16px/30px Poppins;
  padding: 10px 10px 10px 0px;
  text-align: start;
  color: #000;
}
.about-page-faq .accordion-button::after{
  background-size: 0.9rem;
  height: 10px;
}
.accordion .accordion-button:not(.collapsed)::after {
  font-family: 'FontAwesome';
  background-image: none !important;
  transform: rotate(-180deg);
  content: '\f067';
  font-size: 16px;
}
.accordion .accordion-button::after {
  background-image: none !important;
  content: '\f068';
  font-family: 'FontAwesome';
}

.about-contact-box{
  width: fit-content;
  background: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  padding: 20px 30px;
}
.phone-icon i{
  font-size: 50px;
  font-family: 'FontAwesome';
  color: #000;
}
.call-contents-box p{
  color: #2A2A2A;
  font: 400 18px / 30px poppins;
}
.call-contents-box h5 a{
  color: #2A2A2A;
  font: 700 26px / 40px poppins;
}

.phone-icon i{
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }
}
/* contact page */
.contact-detail h5 {
  font: 600 30px / 40px Poppins;
  color: #000;
}
.contact-detail p {
  font: 400 15px / 20px Poppins;
  color: #000;
}
.contact-detail span {
  font: 400 15px / 20px Poppins;
  color: #000;
}
.page-template-contact {
  background: #FAFAFA;
}
.contact-detail-inner-box {
  background: #FAFAFA;
  width: fit-content;
  margin: auto;
  padding: 10px 40px;
  border-radius: 50px;
}
.contact-detail {
  padding: 50px 30px;
  background: #fff;
  border-radius: 10px;
}
.contact-detail a p {
  font: 400 16px / 25px Poppins;
  color: #000;
}
.contact-form-outer-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 38%;
  z-index: 0;
}
.contact-form-box {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 40px;
  height: fit-content;
  margin: auto;
}
.contact-form-box textarea {
  height: 45px;
  margin-top: 30px !important;
}
.contact-form-box input[type="text"], .contact-form-box input[type="email"], .contact-form-box input[type="phno"], .contact-form-box input[type="password"],.contact-form-box textarea,.contact-form-box input#url{
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 10px 10px 0px;
  margin-top: 10px;
  color: #5B5B5B;
  font: 400 15px / 20px poppins;
}
.contact-form-box input[type="submit"] {
  text-align: center;
  font-size: 15px;
  padding: 2px;
  background: transparent;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 50px;
}
.contact-form-box .animated-button:hover input[type="submit"]{
  color: #000;
}
.contact-form-box h3{
  font: 500 35px / 50px Poppins;
  color: #191919;
  margin-bottom: 30px;
}
.contact-touch-form-box iframe,.contact-touch-form-box embed {
  filter: grayscale(100%) invert(100%) contrast(100%);
}
.contact-form-box label {
  font: 400 18px / 18px Poppins;
  color: #000;
}
.contact-form-note{
  color: #5B5B5B;
  font: 400 16px / 22px poppins;
}
.wpcf7-spinner{
  position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  color: #000;
}
/*------------------RESPONSIVE MEIDA-------------------*/
@media screen and (max-width: 1000px){
  .main-navigation .menu li{
    display: block;
  }
  .main-navigation .current_page_item:after, 
  .main-navigation .current-menu-item:after,
  .main-navigation ul .menu-item.menu-item-has-children a:after,
  .main-navigation ul .page_item.page_item_has_children a:after{
    content: none;
  }
  .main-navigation .menu .menu-item-has-children .sub-menu ul.sub-menu, .main-navigation .menu .page_item_has_children.children ul.children{
    padding-left: 25px;
  }
  ul#menu-testing-menu li.current-menu-item.current_page_item a{
    border: none;
    color: #ffffff;
  }
  .admin-bar .sidenav .closebtn{
    top: 50px;
  }
  .main-navigation ul.sub-menu li a,
  .main-navigation ul.children li a {
    color: #ffffff !important;
  }
  .main-navigation ul.sub-menu > li > a:hover, .main-navigation ul.sub-menu > li > a:focus,
  .main-navigation ul.children > li > a:hover, .main-navigation ul.children > li > a:focus{
    background: transparent;
  }
  .main-navigation .menu > li > a:hover{
    color: #FDD61F;
  }
  .toggle-nav.mobile-menu {
    text-align: end;
  }
  .nav-box {
    outline: none;
    background: transparent;
  }
  .main-navigation .sub-menu > li,
  .main-navigation .children > li{
    border: none;
  }
  .toggle-nav {
    display: none;
    cursor: pointer;
    z-index: 999999;
  }
  #maincontent{
    /* position: relative;
    z-index: -1; */
  }
  .navigation_header,.sub-menu{
    position: relative;
    z-index: 3;
  }
  .navigation_header .toggle-nav button{
    padding: 0;
  }
  .toggle-nav i {
    font-size: 20px;
    color: #191919;
    padding: 6px 8px;
    background: #fff;
    border-radius: 4px;
    display: inline;
  }
  .toggle-nav button {
    border: none;
    background: transparent;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    right: 0;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s ;
    overflow-y: scroll;
    background: #ffffff;
    visibility: hidden;
    box-shadow: 0px 0px 8px #000000;
  }
  .sidenav.show {
    visibility: visible;
    width: 300px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 20px;
    margin-left: 10px;
    display: block;
    font-size: 22px;
    background: #000;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    right: 14px;
  }
  .sidenav #site-navigation {
    width: 100%;
    background-color: #ffffff;
    padding-left: 6px;
    top: 95px;
  }
  .toggle-nav,
  .toggle-nav.mobile-menu,
  a.closebtn.mobile-menu,
  .main-navigation ul ul li,
  .nav ul li a{
    display: block;
  }
  .nav ul li ul,
  .nav ul li ul ul{
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
    padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  .nav ul li ul,
  .nav ul li ul ul {
    display: block !important;
    opacity: 1 !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
  }
  .main-navigation li{
    padding: 0;
  }
  .main-navigation .sub-menu,
  .main-navigation .children{
    position: static;
    background: transparent;
  }
  .main-navigation .menu > li > a,.main-navigation .sub-menu > li > a, .main-navigation .sub-menu > li > .menu-item-link-return,
  .main-navigation .menu > li > a,.main-navigation .children > li > a, .main-navigation .children > li > .menu-item-link-return {
    color: #000000 !important;
    display: block;
    border: none;
    text-align: left;
  }
  #site-navigation .menu ul li a{
    color: #000000 !important;
    line-height: 1.5;
  }
  #site-navigation .menu ul li a:hover{
    color: #FDD61F;
  }
  .main-navigation .menu ul{
    text-align: left;
    box-shadow: none;
  }
  .navigation_header .nav, .navbar-expand-xl {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #footer td, #sidebar td, #footer th{
    padding: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 782px){
  .admin-bar .home-page-header {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 783px) and (max-width: 991px){
  .admin-bar .home-page-header {
    margin-top: 20px !important;
  }
}
@media screen and (max-width:400px){
  .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row{
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width:600px){
  .admin-bar .header-fixed .main-topbar {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 782px){
  .admin-bar .header-fixed .main-topbar {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 782px){
  .admin-bar .header-fixed .main-topbar {
    padding-top: 25px !important;
  }
}
@media screen and (max-width:782px){
  .admin-bar .main-header {
    margin-top: 46px;
  }
}

@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px !important;
  }
}
@media screen and (min-width:1600px) and (max-width:1900px){
  .container{
    max-width: 1520px !important;
  }
}
@media screen and (max-width: 1599px) and (min-width:1200px){
  .about-left-box{
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(7, 45px);
    gap: 10px;
  }
  .about-btn{
    display: flex;
    justify-content: end;
    grid-column-end: 9;
    grid-column-start: 6;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
  .about-page-faq-heading-box h4 ,.about-tab-page-heading h2{
    font: 500 42px / 55px Poppins !important;
  }
  .about-page-faq-heading-box p {
    font: 400 18px / 35px Poppins;
  }
  h2 {
    font: 500 50px / 55px Poppins;
  }
  .about-right-image-box h3 {
    font: 600 75px / 90px Poppins;
  }
  .about-mission-mission-content-box,.about-content-box,.brands-mission-mission-content-box{
    gap: 30px;
  }
  .rotating-text-box {
    position: relative;
    left: -40%;
  }
  .about-right-image-box{
    padding: 30px;
  }
  .banner-right-image-box{
    right: 0;
  }
  .banner-left-image-box{
    left: 0;
  }
  #circle p{
    left: 5px;
  }
  .about-btn {
    display: flex;
    justify-content: end;
    grid-column-end: 11;
    grid-column-start: 6;
  }
  .about-left-box {
    grid-template-rows: repeat(7, 50px);
    gap: 10px;
  }
  section {
    padding: 20px 0px;
  }

}
@media screen and (max-width: 1199px){
	.wp-block-table th, .wp-block-table td {
		border-color: #ccc;
		padding: 15px 15px;
	}
  .about-tab-page-heading h2{
    text-align: center;
  }
  .about-tab-content p {
    font: 400 22px / 40px Poppins !important;
  }
  .contact-detail {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1199px){
  .main-navigation .menu > li{
    padding: 16px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  h2 {
    font: 500 34px / 50px Poppins;
  }
  #testimonial h2{
    font: 600 40px / 55px Poppins;
  }
  .about-mission-mission-content-box,.about-content-box {
    gap: 20px;
  }
  .brands-img-box {
    width: 100px; 
  }
  .brands-title a {
    font: 600 22px / 30px Poppins;
  }
  .brands-text {
    font: 400 16px / 25px Poppins;
  }
  .brands-outer-box {
    height: 420px;
  }
  .brands-mission-mission-content-box {
    gap: 30px;
  }
  .about-right-image-box h3 {
    font: 600 70px / 100px Poppins;
  }
  .about-btn {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 6;
    grid-column-end: 10;
    display: flex;
    justify-content: end;
  }
  .testimonials-number-box {
    font: 400 65px / 90px DM Sans;
  }
  .testimonials-content-main-box {
    padding: 30px 30px;
    gap: 30px;
  }
  #blog .owl-nav{
    top : -130px;
    right: 60px;
  }
  .testimonial-percentage-box-one,.testimonial-percentage-box-two {
    padding: 30px 30px;
  }
  .banner-left-image-box{
    left: 0;
  }
  .banner-right-image-box{
    right: 0;
  }
  #circle p {
    left: 10px;
  }
  p.banner-subheading, .banner-para{
    width: 71%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  #banner-sec{
    text-align: left;
  }
  .banner-img {
    padding: 5% 0% 0% 0%;
  }
  .rotating-text-box {
    position: relative;
    left: -40%;
  }
  #circle p{
    left: 25px;
  }
  .about-left-box{
    gap: 10px;
    grid-template-rows: repeat(7, 50px);
  }
  .about-right-image-box{
    padding: 30px 30px 30px 30px;
  }
  .brands-outer-box{
    text-align: start;
  }
  #service h2 {
    font: 500 33px / 45px Poppins;  
  }
  #service .owl-nav{
    top: -135px;
  }
}
@media screen and (max-width:1399px) and (min-width: 992px) {
  .contact-form-outer-box{
    width: 50% !important;
  }
}
@media screen and (max-width:1399px) and (min-width: 1200px){
  .about-page-faq-heading-box h4,h2 {
    font: 500 45px / 60px Poppins !important;
  }
}
@media screen and (max-width:1199px) and (min-width: 992px){
  #single-blogs h2 {
    font: 500 36px / 55px Poppins !important;
    padding: 5px 0px;
  }
  #single-blogs .post-content ul li, #single-blogs p {
    font: 400 16px / 30px Poppins !important;
  }
}
@media screen and (max-width:991px){
	.wp-block-table table,
  .wp-block-table thead,
  .wp-block-table tbody,
  .wp-block-table th,
  .wp-block-table td,
  .wp-block-table tr {
    display: block;
    width: 100%;
  }

  /* Hide table header */
  .wp-block-table thead {
    display: none;
  }

  /* Each row becomes a card */
  .wp-block-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
  }

  .wp-block-table td {
    display: flex;
/*     justify-content: space-between; */
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }

  .wp-block-table td:last-child {
    border-bottom: none;
  }

  /* Labels */
  .wp-block-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
    padding-right: 10px;
    white-space: nowrap;
  }
  .brands-category-box p a {
    font: 400 16px / 30px Poppins;
  }
  #single-services .contact-heading-box h2 {
    font: 600 25px / 35px Poppins;
  }
  .contact-detail-box {
    gap: 15px 0px;
  }
  .contact-form-outer-box {
    position: unset !important;
    width: 100% !important;
    margin-top: 20px;
  }
  .contact-form-box {
    position: unset !important;
  }
  .about-tab-page-heading h2,.about-tab-content p{
    text-align: center;
  }
  #single-blogs .post-content ul li, #single-blogs p {
    font: 400 16px / 25px Poppins !important;
  }
  #single-blogs h2 {
    font: 500 25px / 30px Poppins !important;
  }
  #footer .footer-box {
    padding: 20px 20px;
  }
  .main-topbar .box-media{
    justify-content: space-around;
  }
  .about-btn .animated-button {
    margin: unset;
  }
  .animated-button{
    margin: auto;
  }
  .brands-btn .animated-button {
    margin: unset;
  }
  h1.banner-heading {
    font: 700 48px / 70px Poppins;
  }
  h2 {
    font: 500 45px / 60px Poppins;
  }
  #testimonial h2{
    font: 600 45px / 60px Poppins;
  }
  .about-mission-mission-content-box,.brands-mission-mission-content-box{
    gap:  30px;
  }
  .about-mission-right-box{
    margin-top: 10px;
  }
  p.banner-subheading, .banner-para{
    width: 100%;
    font: 400 16px / 30px Poppins;
  }
  .banner-left-image-box{
    left: 0;
  }
  .banner-right-image-box{
    right: 0;
  }
  .about-right-image-box {
    grid-row-start: 2;
    grid-row-end: 9;
    grid-column-start: 5;
    grid-column-end: 10;
  }
  .about-btn{
    justify-content: end;
    display: flex;
    grid-column-start: 6;
    grid-column-end: 10;
  }
  .about-experience{
    margin: auto;
  }
  section{
    text-align: center;
  }
  section .row {
    gap: 20px;
  }
  .animated-button-two{
    margin: auto;
  }
  #service .services-client-image{
    margin: auto;
  }
  .testimonials-content-box {
    justify-content: center;
  }
  #service .owl-nav,#blog .owl-nav ,#testimonial .owl-nav{
    width: fit-content;
    position: unset;
    margin: 20px auto;
  }
}
@media screen and (max-width:767px) {
  .single-brands-page {
    gap: 40px 0px;
    display: grid;
  }
  .brands-category-contents-box {
    gap: 30px;
    flex-direction: column;
  }
  #single-services .contact-heading-box h2 {
    font: 600 23px / 35px Poppins;
  }
  #single-services .contact-heading-box {
    text-align: center;
  }
  #single-services .single-service-contact-form {
    padding: 20px;
  }
  #single-services .contact-phone-box, #single-services .contact-mail-text-box {
    gap: 0px 10px;
    justify-content: center;
    text-align: center;
  }
  .our-blogs-sidebar-box,.our-services-sidebar-box {
    position: unset;
  }
  .about-page-faq-heading-box h4 {
    font: 500 44px / 60px Poppins !important;
  }
  .about-tab-page-heading h2 {
    font: 500 30px / 40px Poppins !important;
  }
  .about-page-sidebar-box ul{
    justify-content: center;
  }
  .about-tab-content p {
    font: 400 16px / 30px Poppins !important;
  }
  .title-box {
    height: 200px !important;
  }
  .about-content-box p, .about-mission-mission-content-box p{
    width: 100%;
  }
  .testimonials-content-main-box {
    padding: 25px 20px;
    gap: 20px;
    margin: 10px;
  }
  section {
    padding: 20px 0px;
    text-align: center;
  }
  .rotating-text-box {
    position: relative;
    left: 0%;
  }
  .animated-button{
    margin: auto;
  }
  .banner-image-box {
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
  }
  .banner-right-image-box,.banner-left-image-box{
    display: none;
  }
  .banner-counter-box .row{
    gap: 30px;
  }
  .about-right-image-box {
    width: 100%;
  }
  .about-right-image-box{
    padding: 10px;
  }
  .about-right-image-box h3 {
    font: 600 80px / 100px Poppins;
  }
  .about-content-box{
    text-align: center;
    gap: 20px;
  }
  .about-left-box {
    position: relative;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(7, 50px);
    gap: 10px;
  }
  .brands-img-box {
    width: 150px;
    margin: auto;
  }
}
@media screen and (max-width:575px) {
  #footer .widget_categories ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .header-sticky.header-fixed .main-topbar .top-icons{
    display: none !important;
  }
  #footer .widget,#footer h4, a.rsswidget.rss-widget-title{
    text-align: center !important;
  }
  h1.banner-heading {
    font: 700 40px / 60px Poppins;
  }
  h2 {
    font: 500 35px / 40px Poppins;
  }
  #testimonial h2 {
    font: 500 36px / 45px Poppins;
  }
  p.testimonials-para-content-box {
    font: 400 16px / 25px Poppins;
  }
  .about-mission-mission-content-box,.brands-mission-mission-content-box{
    gap: 20px;
  }
  .about-left-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .about-btn{
    justify-content: center;
  }
  .contact-left-image-box{
    width: auto;
    margin: 10px auto;
    display: flex;
    justify-content: center;
  }
}
#wpfront-scroll-top-container{
  display: none;
}

.schema-faq-section{
	padding-bottom: 20px;
}
.schema-faq-question ,.schema-faq-question strong {
    color: #000;
    font: 400 20px / 30px Poppins; 
}