/* RTL Style */
*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  font-size: 15px;
  color:#000;  
  overflow-x: hidden;
  font-family: Montserrat;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:10px 0;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:16px;
  line-height:1.8;
  font-weight:normal;
  color: #222;
}
a{
  text-decoration:none;
  color: var(--secondary-color);
}
code{
  text-decoration:none;
  color: var(--secondary-color);
}
a:hover{
  text-decoration:none;
  color:var(--secondary-color);
}
a:focus,a:hover{
  text-decoration:none !important;
}
a:focus, input:focus, textarea:focus, .toggle-menu button:focus, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .footertown input.search-field:focus{
  outline: ridge;
  outline-color: #000;
}
.site_header a:focus, .footertown a:focus, .footertown textarea:focus, .footertown input:focus, #slider .carousel-control-next-icon:focus, #slider .carousel-control-prev-icon:focus{
  outline-color: #fff;
}
ul{
  margin:0 15px 0 0;
  padding:0;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
select{
  width:100%;
}
aside{
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.middle-align h1 {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: bold;
}
.middle-align{
  margin:0 auto;
  padding:0px 20px;
}
.mt-3 {
  margin-bottom: 1rem;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 10px;
  border: 1px solid #bcbcbc;
}

/*wide block*/
.alignwide {
  margin-right  : -80px;
  margin-left : -80px;
}
.alignfull {
  margin-right  : calc( -100vw / 2 + 100% / 2 );
  margin-left : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
} 

/* 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;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.post.sticky{
  margin:0;
  padding:0;
  background-color:#f7f7f7;
}
.tag-sticky-2 .postbox {
  background: transparent;
}
.alignleft, img.alignleft {
  display: inline;
  float: right;
  margin-left:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: left;
  padding:5px;
  margin-bottom:10px;
  margin-right:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top:0;
  padding:5px;
  margin-bottom:10px;
}
.comment-author{
  clear:both;
  margin-bottom: 10px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-right:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.bypostauthor{
  margin:0;
  padding:0;
}
small{
  font-size:14px !important;
}
input[type="text"], input[type="email"], input[type="phno"], textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}

.middle-align div.content-aa a {
  color: #333;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #ffffff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0; 
  right:0;
  width: 100%;
  background: #fff;
  box-shadow: -2px 2px 10px 0px #2d2d2d;
  z-index: 999999;
}
.page-template-custom-frontpage.admin-bar .fixed-header{
  margin-top: 32px;
}

/* ---------Buttons--------- */
a.button{
  background:var(--primary-color);
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight:bold;
}

/* ---------HEADER--------- */
#menu-sidebar {
  text-align: right;
  display: inline;
}
.primary-navigation ul{
  font-weight:400;
  font-size:14px;
  font-weight:bold;
  list-style: none;
}
.primary-navigation ul li{
  display:inline-block;
  margin:0;
  position:relative;
  float:none;
}
.primary-navigation ul li a{
  color: var(--secondary-color);
  padding: 20px 10px 20px 25px;
  display: block;
  margin: 0px;
  background: none;
  border: none;
  font-weight: 600;
}
.primary-navigation a{
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 3px;
}
.primary-navigation ul ul{
  display: none;
  position: absolute;
  background: #252525;
  min-width: 215px;
  z-index: 9999;
  margin: 0;
}
.primary-navigation ul ul ul{
  right: 100%;
  top: 0;
}
.primary-navigation ul ul a{
  color: #000;
  background: var(--primary-color);
  padding: 10px;
}
.primary-navigation ul ul a:hover{
  color:var(--primary-color);
  background:#333;
}
.primary-navigation ul ul li{
  float: none;
  display: block;
  text-align: right;
  padding: 0;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.primary-navigation ul li:hover > ul li {
  max-height: 100%;
  position: relative;
}
.primary-navigation ul li:hover > ul{
  display: block;
}
.primary-navigation a:hover{
  color:var(--secondary-color);
}
.entry-content a{
  text-decoration:underline;
  color:var(--secondary-color);
}
.search_form input[type="submit"] {
  background:url('images/Icon.png') center no-repeat;
  text-indent: -9999px;  
}
.search_form input[type="search"] {
  background: #fff;
  border: 0;
}
.search_form label {
  width: 70%;
}
.logo h1,.logo p.site-title{
  font-size:25px;
  font-weight:bold;
  text-align:start;
  line-height: 1.2;
}
.logo h1 a, .logo p a, .logo p, .baricon a {
  color: #fff;
}
.logo p{
  font-size:12px;
}
.page-template-custom-frontpage #header{
  z-index:999;
  height:auto;
  margin-top: -10px;
  position: absolute;
  width:100%;
}
.topbar {
  background: #333;
}
.baricon {
  text-align: center;
}
.baricon i {
  color: #fff;
  border: 1px solid;
  padding: 10px 11px;
  border-radius: 25px;
}
.baricon i.fab.fa-facebook-f {
  padding: 10px 13px;
}
.baricon i:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color:var(--secondary-color);
}
.baricon p {
  text-align: right;
  font-size: 15px;  
}
.mail i, .phone i{
  border: 0;
  font-size: 30px;
}
/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows .sf-with-ul:after{
  content: '\f13a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 3px;
  border-top-color: #e1e1e1;
}
.sf-arrows ul .sf-with-ul:after{
  content: '\f138';
  left: 8px;
  border-color: transparent;
  border-right-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-right-color: #333;
}
.toggle-menu, a.closebtn{
  display: none;
}

/* product sec */
ul.products li {
  background: #f0f0f0;
  padding: 12px !important;
  text-align: center;
}
.border-image {
  text-align: center;
}
#our-products strong {
  text-align: center;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  display: block;
}
#our-products .woocommerce ul.products li.product .price {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  position: absolute;
  top: 25px;
  background: var(--primary-color);
  right: 25px;
  padding: 5px;
}
.woocommerce .star-rating{
  font-size: 16px !important;
  font-family: star;
  color: #f3de2e !important;
  margin: 5px auto 15px !important;
}
.woocommerce span.onsale {
  background: var(--primary-color) !important;
  padding: 0;
  font-size: 16px !important;
}
.woocommerce-privacy-policy-text p {
  padding: 10px;
}
.woocommerce-terms-and-conditions-wrapper{
  margin-bottom: 10px;
}

a.added_to_cart.wc-forward,#our-products .woocommerce a.button, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  padding: 10px;
  color: var(--secondary-color) !important;
  font-size: 15px;
  border-radius: 0;
  font-weight: 600;
  border: solid 2px #333;
  background: transparent;
}
a.added_to_cart.wc-forward{
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}
#our-products .woocommerce a.button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, button.single_add_to_cart_button.button.alt:hover {
  color: var(--secondary-color) !important;
  border-color: var(--primary-color);
  background: var(--primary-color);
}  
h2.woocommerce-loop-product__title {
  font-size: 25px !important;
  letter-spacing: 0px;
  text-transform: none;
  color: #333;
  font-weight: normal;
  padding: 10px 0 !important;
}
#header .menubg {
  background: var(--primary-color);
}
#header .searchbg {
  background: #fff;
}
.product_meta a, .woocommerce span.onsale {
  color: #333;
}
.woocommerce .quantity .qty {
  width: 5.631em;
}

/* Woocommerce Product Page */
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
  color:#222222;
}
.bradcrumbs {
  margin-top: 10px;
}
h1.product_title.entry-title, #tab-description h2, #reviews h2 {
  font-size: 30px;
  font-weight: bold;
}
p.price {
  margin: 8px 0;
}
.woocommerce li.product .price span.woocommerce-Price-amount.amount {
  color: #000;
  font-size: 16px;
  margin-left: 5px
}
.woocommerce-product-details__short-description p, #tab-description p, #reviews p {
  font-size: 15px;
  color: #333;
}
.woocommerce .quantity .qty {
  text-align: center;
  padding: 9px 0;
  color: #000;
}
button.single_add_to_cart_button.button.alt {
  padding: 12px;
  width: 49%;
}
ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price{
  margin: 0 0 10px;
}
.woocommerce .woocommerce-ordering select {
  border: solid 2px #333;
  padding: 10px;
  background: transparent;
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
}
.woocommerce nav ul li{
  float: none;
}
nav.woocommerce-MyAccount-navigation ul li{
  background: var(--primary-color);
  margin-bottom: 5px;
  font-size: 17px;
  padding: 12px 10px;
}
.woocommerce-MyAccount-content p a{
  text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: var(--secondary-color);
  text-decoration: none;
}
form.woocommerce-cart-form a, a.shipping-calculator-button, a.showcoupon, a.woocommerce-privacy-policy-link {
  text-decoration: none;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]:hover {
  background: var(--primary-color);
}
.woocommerce form .form-row .required{
  color:#b60000;
}
a.showcoupon {
  text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
span.posted_in {
  display: block;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  color: var(--secondary-color);
  background: none;
  border:1px solid var(--secondary-color);
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: var(--primary-color);
  color: #333;
  border-color: var(--primary-color);
}
span.woocommerce-input-wrapper {
 width: 100%;
}
.woocommerce a.remove{
  color:#b60000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, a.added_to_cart.wc-forward{
  color:#222222;
}
.woocommerce-info{
  background: #fff;
}
.woocommerce-privacy-policy-text {
  background: #fff;
  border: 1px solid #eee;
} 
.woocommerce div.product div.images img{
  padding: 5px;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a img{
  margin: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: #000;
}
.related.products ul.products li.product {
  display: inline-grid;
  width: 29% !important;
  float: none !important;
}
.select2-container--default .select2-selection--single{
  height: 45px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 7px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
}
.woocommerce form .form-row input.input-text{
  padding: 10px;
  border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  width: auto;
}
form.woocommerce-form.woocommerce-form-login.login {
  display: inline-block;
}
.woocommerce form.login .form-row, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: block;
  float: none;
}
.woocommerce form.login .form-row input.input-text{
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  background: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}
.woocommerce .col-1, .woocommerce .col-2{
  max-width: 100%;
}

/*---- Woocommerce widget css ----*/
.woocommerce .widget_rating_filter ul li .star-rating{
  margin: 0 !important;
}
#sidebar .woocommerce .widget_shopping_cart .cart_list li, #sidebar .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 2em 10px 0;
  margin: 0 0 10px;
  background-image: none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
  height: 50px;
}
.woocommerce-product-search input[type="search"]{
  width: 100%;
  border: 1px solid #000 !important;
  margin-bottom: 10px;
}
.woocommerce-product-search button[type="submit"]{
  background: var(--primary-color);
  color: #333;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  border: none;
}
.widget ul.cart_list li .star-rating, .widget ul.product_list_widget li .star-rating{
  margin: 5px 0 7px !important;
}
.footertown .widget_shopping_cart .buttons a, .footertown .widget_price_filter .price_slider_amount .button{
  color: #fff;
  border-color: #fff;
  padding: 10px;
}
.footertown .widget_shopping_cart .buttons a:hover, .footertown .widget_price_filter .price_slider_amount .button:hover{
  color: #333;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background: var(--primary-color);
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount{
  font-size: 15px;
  color: #fff;
}
#sidebar .widget_price_filter .price_slider_amount{
  color: #000;
}

/* Added Woocommerce css*/
.wp-block-woocommerce-cart.alignwide{
  margin-right: auto;
  margin-left: auto;
}
td.wc-block-cart-item__image{
  padding: 16px 16px 16px 0px !important;
}
td.wc-block-cart-item__total,.wc-block-components-totals-item,.wc-block-components-totals-coupon{
  padding-right: 16px !important;
  padding-left: 16px !important;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,.wp-block-woocommerce-cart-order-summary-block{
  border: 1px solid #dcdcdc;
  margin: 0 0 24px -1px;
  text-align: right;
  width: 100%;
  border-radius: 5px;
}
tr.wc-block-cart-items__header th{
  font-weight: 700;
  padding: 9px 12px !important;
  line-height: 1.5em;
  font-size: 16px;
}
a.wc-block-components-product-name{
  color: #000;
  font-size: 20px;  
  font-weight: 600;
}
a.wc-block-components-product-name,button.wc-block-cart-item__remove-link,a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button{
  text-decoration: none !important;
}
button.wc-block-cart-item__remove-link{
  font-size: 1em !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  text-align: right !important;
}
a.wc-block-components-totals-coupon-link,a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button,.wc-block-components-totals-coupon__button.contained,button.wc-block-components-checkout-place-order-button{
  background: var(--primary-color);
  border-radius: 0;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 25px !important;
  font-size: 18px;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  font-size: 1.5em !important;
  padding: 10px !important;
  display: block !important;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block{
  padding-left: 0%;
}
button.wc-block-components-checkout-place-order-button:hover,
a.wc-block-components-totals-coupon-link:hover, a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-checkout-return-to-cart-button:hover{
  background-color:#000;
}
.wp-block-woocommerce-checkout-order-summary-block{
  border: 1px solid #dcdcdc;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{
  padding: 10px;
}

li.wc-block-grid__product{
  border: 1px solid #dcdcdc;
  padding: 10px;
  max-width: 30.75% !important;
  float: right;
  margin: 0 0 2.992em 3.8%;
}
.wc-block-grid__product-onsale{
    padding: 5px 10px !important;
    background: var(--primary-color) !important;
    color: #000 !important;
    border-color: var(--primary-color) !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    top: 5px !important;
    left: 5px !important;
    right: auto !important;
    margin: -0.5em 0 0 -0.5em !important;
}
.wc-block-grid__product-title{
  font-size: 22px !important;
  color: #000 !important;
  font-weight: 600; 
}
a.wc-block-grid__product-link{
  text-decoration: none !important;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart{
  padding: 10px 12px;
  border-radius: 8px !important;
  font-size: 16px;
}
span.woocommerce-Price-amount.amount{
  font-size: 16px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
  width: 100% !important;
}
h2.wp-block-heading.has-text-align-center{
  margin: 10px 0;
}

/* Back to top button css */
.scrollup {
  color: var(--primary-color);
  position: fixed;
  display: none;
  bottom: 120px;
  left: 15px;
  margin:0;
  font-size: 18px;
  font-weight: 600;
  z-index: 9999;
  transform: rotate(90deg);
  text-shadow: -1px 1px #000;
}
.scrollup.left{
  right: 15px;
  left: auto;
}
.scrollup.center{
  right: 43%;
  left: 43%;
}
.scrollup:focus, .scrollup:hover{
  color: var(--primary-color);
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  transform: rotate(-90deg);
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
      width: 40%;
}
/* Footer Section */
.footertown input.search-field {
  padding: 8px;
  margin: 10px;
 margin-right: 1px;
}
input.search-submit{
  border: none;
  padding: 10px 16px;
  background: var(--primary-color);
  display: inline-block;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  width: 20%;
}
.footertown input[type="submit"] {
  border: none;
  padding: 8px 16px;
  background: var(--primary-color);
  display: inline-block;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
  width: 100%;
}
.footertown .tagcloud a,.footertown .wp-block-latest-comments__comment-meta a,.footertown .rssSummary, .footertown span.rss-date, .footertown cite, .footertown strong, .footertown p, .footertown .widget ul li a, .footertown td#prev a, .footertown .widget ul li  {
  color: #fff;
}
.footertown .tagcloud a,.footertown .wp-block-tag-cloud a{
  background:transparent;
  color:#fff;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
  border: 1px solid;
  text-decoration: none;
}
.footertown .tagcloud a:hover{
  background:var(--primary-color);
  color:var(--secondary-color);
}
.footertown caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.footertown table,.footertown th,.footertown td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
.footertown td {
  padding: 8px;
  color: #fff;
}
.footertown th {
  text-align: center;
  padding: 10px;
  color: #fff;
}
.footertown select {
  padding: 10px 5px;
  color: #333;
}
.footertown .widget ul {
  margin: 0px 0;
}
.footertown .widget ul li {
  list-style: none;
  font-size: 14px;
  padding: 8px 0;
}
.footertown .widget ul li a:hover{
  color: var(--primary-color);
}
.footertown .widget h3,.footertown .widget h2,.footertown .wp-block-search__label{
  color: var(--primary-color);
  font-weight: bold;
  border-bottom: 3px double;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footertown{
  background:#272727;
}
#footer{
  background:var(--primary-color);
  text-align:center;
  color:#fff;
  padding:15px;
  text-align:start;
}
#footer p{
  font-size:16px;
}
#footer ul {
  padding: 0;
  display: inline-block;
  text-align:center;
}
#footer ul li{
  display:inline-block;
  padding:0 10px;
}
#footer ul li a{
  color:#e64f7c;
}
.text_2 ul a, #footer ul li.current_page_item a, .footertown  .calendar_wrap a, .footertown h3.widget-title a {
  color:#fff!important;
}
#footer .news-form{
  margin-top:24px;
}
.footertown  aside.widget.widget_calendar tr, .footertown  aside.widget.widget_calendar td, .footertown  aside.widget.widget_calendar th{
  border: 1px solid #fff;
  color: #fff;
}
#footer .copyright{
  text-align:center;
  margin:0px 0 0 0;
  color: #fff;
}
#footer .copyright a{
  color:#222;
}
#footer .copyright a:hover{
  color: #fff!important;
}
.footertown p a{
  color:#fff;
  text-decoration: underline;
}
.calendar_wrap a {
  text-decoration: none;
}
.footertown label{
  display: block;
}
/* --------- Blog Page ------- */
.metabox{
  color:var(--secondary-color);
  clear:both;
  font-size: 15px;
  background: var(--primary-color);
}
.services-box i,.metabox i{
  margin-left: 5px;
}
.metabox a {
  color: var(--secondary-color);
}
.metabox .entry-date a:hover,.metabox .entry-author a:hover,i:hover{
  color: #fff!important;
}
.content-aa ul {
  padding: 0 20px;
}

/* Comments BOX */
#comments label{
  display: block;
}
#comments ol{
  list-style:none;
}
#comments ol ol li{
  padding:0 25px 0 0;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
  padding:25px 0;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea{
  padding:12px 10px;
  font-size:18px;
  margin:20px 0 0 0;
}
#comments input[type="submit"].submit {
  background: var(--secondary-color);
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 0px;
  border: none;
  color:var(--primary-color);
}
#comments a.comment-reply-link{
  color:var(--secondary-color);
  background:var(--primary-color);
  padding:5px 15px;
}
#comments a.comment-reply-link:hover{
  background:var(--secondary-color);
  color: #fff;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#content-ma #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
#content-ma #comments ul{
  margin:0 40px 0 0;
}
#comments .reply{
  text-align:end;
}
#comments .comment-metadata{
  padding: 1% 0 0 0;
}
#comments .comment-content{
  margin-right:7%;
}
#comments .comment-body p a{
  text-decoration: underline;
}

/*--- Preloader 1 ---*/
.preloader {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9999999;
}
.preloader-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #333;
  animation: movein 2s infinite;
}
.preloader-squares {
  width: 50px;
  line-height: 19px;
  height: 50px;
}
.preloader-squares .square:nth-child(1) {
  transform: translate(0, -25px)
}
.preloader-squares .square:nth-child(2) {
  transform: translate(-25px, 0)
}
.preloader-squares .square:nth-child(3) {
  transform: translate(25px, 0)
}
.preloader-squares .square:nth-child(4) {
  transform: translate(0, 25px)
}
@keyframes movein {
  33% {
    transform: translate(0, 0);
  }
  66% {
    transform: translate(0, 0);
  }
}

/*--- Preloader 2 ---*/
.preloader-chasing-squares {
  width: 50px;
  height: 50px;
  line-height: 19px;
}
.preloader-chasing-squares .square {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #333;
}
.preloader-chasing-squares .square {
  animation: focusfade 2s infinite;
}
.preloader-chasing-squares .square:nth-child(2) {
  animation-delay: .5s;
}
.preloader-chasing-squares .square:nth-child(3) {
  animation-delay: 1.5s;
}
.preloader-chasing-squares .square:nth-child(4) {
  animation-delay: 1s;
}
@keyframes focusfade {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* --------- SLIDER--------- */
#slider .carousel-control-next-icon, #slider .carousel-control-prev-icon{
  background: #333;
  padding: 22px 14px;
}
#slider{ 
  max-width:100%;
  margin:auto; 
  padding:0;
  background: #000;
}
#slider img {
  width: 100%;
  opacity: 0.7;
  object-fit: cover;
}
#slider .carousel-item-next,#slider .carousel-item-prev, #slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .inner_carousel h1 a {
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
#slider .inner_carousel h1{
  text-align: right;
}
#slider .inner_carousel {
  text-align: right;
  color: #fff;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  left: 40%;
}
#slider a.read-more{
  padding: 11px 18px;
  color: var(--secondary-color);
  background: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
#slider a.read-more:hover{
  background: #333;
  color:#fff;
}
#slider .inner_carousel p {
  padding: 15px 0;
  font-size: 16px;
  line-height: 2;
  color:#fff;
}
/*------single post---------*/
.tc-single-category{
  margin: 10px 0px 0px 0px;
}
ul.post-categories {
    list-style: none;
    margin: 0px;
}
.tc-single-category li,.tc-category li {
    display: inline;
}
.tc-single-category a{
    border: solid 2px var(--secondary-color);
    padding: 6px 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary-color);
    display: inline-block;
    margin-bottom: 10px;
}
.tc-single-category a:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
    border: solid 2px var(--primary-color);
}
.tc-category a{
  padding: 6px 10px;
  font-weight: 600;
  font-size: 15px;
  background: var(--primary-color);
  color: var(--secondary-color);
  border: solid 2px var(--primary-color);
  display: inline-block;
  margin-bottom: 10px;
}
.tc-category a:hover{
    background: transparent;
    color: var(--secondary-color);
    border: solid 2px #333;
}
.tc-category {
  margin: -28px 0 0 0;
}
.services-box {
  margin-bottom: 30px !important;
}
/* Blog Post */
.tags{
  font-size: 16px;
}
.tags a { 
  background:#f8f8f8;
  border:1px solid #000;
  color:#000;
  text-decoration:none;
  padding:2px 10px;
  margin:5px;
  font-weight: 500;
  display: inline-block;
}
.tags a:hover { 
  background:var(--primary-color);
  color:var(--secondary-color);
  border-color:var(--primary-color);;
}
.services-box {
  border: 4px double var(--primary-color);
  padding: 15px;
  margin-bottom: 25px;
}
.service-image img, .services-box iframe, iframe{
  width: 100%;
}
.services-box h2 a{
  color: var(--secondary-color);
}
.services-box p  {
  color: #6f6e6e;
  font-size: 15px;
}
.services-box h2 {
  text-align: right;
  font-size: 25px;
  font-weight: 600;
}
.service-btn a {
  border: solid 2px var(--secondary-color);
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}
.service-btn a:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  border: solid 2px var(--primary-color);
}
.entry-audio audio, #sidebar table, .entry-video video {
  width: 100%;
}

/*---- Related post css -----*/
.related-posts{
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 28px;
  font-weight: 600;
}
.related-posts .services-box h3 {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
}

/* Sidebar */
#sidebar .tagcloud a, #sidebar .rssSummary, #sidebar span.rss-date, #sidebar cite, #sidebar strong, #sidebar p {
  color: #000;
}
#sidebar td#prev a {
  color: #333;
}
#sidebar caption {
  font-weight: bold;
  color: var(--secondary-color);
  font-size: 20px;
  text-align: center;
}
#sidebar #calendar_wrap {
  padding: 10px;
  background: #fff;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid var(--primary-color);
  text-align: center;
}
#sidebar td {
  padding: 9px;
  color: var(--secondary-color);
}
#sidebar th {
  text-align: center;
  padding: 10px;
  color: #333;
}
#sidebar select {
  padding: 8px 5px;
}
#sidebar{
  margin-top: 3%;
}  
#sidebar form{
  display: table;
  width: 100%;
}  
#sidebar h3,#sidebar h2,#sidebar .wp-block-search__label {
  text-transform: none;
  font-weight: 600;
  font-size: 25px;
  text-align: right;
  color: var(--secondary-color);
  border-bottom: 4px double var(--primary-color);
  margin-bottom: 10px;
  padding-bottom: 5px !important;
  width: 100%;
}
#sidebar input[type="search"], input.search-field {
  background:#f7f7f7;
  padding:12px 10px;
  border:1px solid;
  font-size:15px;
  color:#000;
  width:100%;
}
#sidebar input[type="submit"]{
  background:var(--primary-color);
  border:none;
  color:var(--secondary-color);
  padding:12px 0;
  width:100%;
  font-size:14px;
  margin-top: 12px; 
}
#sidebar aside {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
}
#sidebar {
  margin-top: 3%;
  background-color: #eee;
  padding: 15px 20px 10px 20px;
}
#sidebar ul {
  list-style:none;
  margin:0;
  padding:14px;
  font-size:17px;
  background: #fff;
}  
#sidebar ul li {
  background: url(images/pet-line.png) no-repeat right 1px top 0px;
  margin: 0 5px 20px 5px;
  padding: 0 35px 8px 0;
  border-bottom: 1px solid #eee;
}
#sidebar ul li a{
  color:var(--secondary-color);
}
#sidebar ul li a:hover{
  color: var(--primary-color);
}
#sidebar ul li li {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
#sidebar ul li li a {
  background: url(images/pet-line.png) no-repeat right 0px top 8px;
  padding: 10px 35px 10px 10px;
}
#sidebar .tagcloud a,.wp-block-tag-cloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
  border: 1px solid;
  text-decoration: none;
}
#sidebar .tagcloud a:hover,.wp-block-tag-cloud a:hover,.wp-block-search__button{
  background:var(--primary-color);
  border: 1px solid var(--primary-color);
}
#sidebar .textwidget a{
  color:var(--secondary-color);
  border-bottom:1px solid var(--secondary-color);
}
#sidebar ol.wp-block-latest-comments{
  padding: 8px 5px !important;
}
#sidebar .wp-block-search__label{
  padding: 10px 0px !important;
}
#sidebar form.search-form label{
  display: block;
  width:100%;
  margin-bottom: 0;
} 
#maincontent .col-lg-8{
  padding-top: 30px;
}
/* single post */
.entry-content ul{
  padding-right: 20px;
}
.nav-previous {
  width: 50%;
  float: right;
}
.nav-next{
  float: left;
  width: 50%;
  text-align: left;
}
span.meta-nav {
  clear: both;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.nav-previous i, .nav-next i{
  margin-right: 6px;
}
span.post-title {
  font-size: 16px;
  margin: 3%;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.single-post .nav-links {
  margin: 25px 0;
  border-top: 1px solid;
}
.nav-previous, .nav-next{
  padding: 10px;
  display: inline-block;
}
.blog .navigation .nav-previous a, .blog .navigation .nav-next a, .archive .navigation .nav-previous a, .archive .navigation .nav-next a, .search .navigation .nav-previous a, .search .navigation .nav-next a{
  background: var(--primary-color);
  color: #333;
  font-weight: 600;
  padding: 10px 15px;
}
.blog .navigation, .search .navigation, .archive .navigation {
  margin: 10px 0;
}

/* Page */
h1.entry-title{
  color: #000;
  font-size:35px;
  font-weight: bold;
}
#content-ma ul{
  margin:0 10px 0 0;
  padding:10px 0 0;
  font-size:16px;
}
#content-ma ul li ul li ul li{
  width:50%;
}
#content-ma ol{
  margin:0 15px 0 0;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
#content-ma ol li ol li{
  margin:0 0 20px 0;
  padding:0 35px 0 0;
}
#content-ma ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fff;
  background: #0c1f34;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-weight:bold;
}
.page-content h1{
  font-weight: 600;
}
#respond{
  border-top: 1px solid #000;
}
#comments .comment-list{
  margin-bottom: 3rem;
}
/*block css*/
figure.wp-block-image.alignfull,figure.wp-block-image.alignwide{
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
figure.wp-block-image.alignfull,figure.wp-block-image.alignwide,figure.aligncenter, figure.wp-block-image.alignnone{
  width: auto !important;
}
#main .wp-block-button a{
  color: #000;
  border-radius: 30px;
  text-decoration: none;
}
#main .wp-block-button.is-style-squared a{
  border-radius: 0px !important;
}
#main .wp-block-button a:hover{
  background: #000 ;
  color: #fff;
}
ul.sub-menu{
  padding: 0px !important;
}
/*new added css*/
#main .is-style-outline a{
  background-color: transparent !important; 
  color: #000; 
}
#main .is-style-outline a:hover{
  color: #000 !important;
  background: transparent;
  border: 2px solid #000;
}
.wp-block-calendar{
  text-align: right;
}
.alignfull img{
  width: 100%;
}
/* Pagination */
.page-links,.page-links span,.page-links a{
  float: unset !important;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.pagination, .page-links {
  clear:both;
  position:relative;
  font-size:14px; /* Pagination text size */
  line-height:13px;
  float:left; /* Pagination float direction */
  font-weight:bold;
  width:100%;
  margin-bottom: 10px;
} 
.pagination span, .pagination a {
  display:block;
  float:right;
  margin: 2px 0 2px 2px;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #333; /* Pagination non-active background color */
  -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;
} 
.page-links a{
  display:block;
  float:right;
  margin: 2px 0 2px 2px;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: var(--secondary-color) ; /* Pagination non-active background color */
  -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, .page-links a:hover {
  color:var(--secondary-color);
  background: var(--primary-color); /* Pagination background on hover */
} 
.pagination .current, .page-links .current{
  padding:10px 15px;
  background: var(--primary-color); /* Current page background */
  color:#333;
}
#content-ma .pagination ul{
  margin:0;
  clear:both;
}
#content-ma .pagination ul li{
  margin:0;
}
/* --------- Bradcrumbs --------- */
.bradcrumbs a {
  background: #fff;
  color: #000;
  padding: 9px 17px;
  display: inline-block;
  margin-left: 5px;
  border:2px solid #000;
  font-weight: 700;
}
.bradcrumbs a:hover{
  background:var(--primary-color);
  color: #000;
}
.bradcrumbs span{
  background:#fff;
  color:#000;
  padding: 10px 15px;
  font-weight: 700;
  border:2px solid #000;
  display: inline-block;
}
.bradcrumbs span, .bradcrumbs a{
    font-size: 14px;
    margin-bottom: 10px;
}
aside.widget.widget_calendar table{
  width: 100%;
}
/* Media */
@media screen and (max-width:720px) {
  .woocommerce[class*=columns-] ul.products li.product{
    width: 100%;
  }
  ol.children {
    margin: 0 !important;
  }
  ol.children img {
    width: 30px;
    border: solid 1px;
  }
  #comments ol ol li {
    padding: 0px !important;
  }
  .comment-author img {
    border: solid 1px;
  }
  #comments .reply {
    float: right;
  }
  #comments input[type="submit"].submit {
    width: 100%;
  }
  #header .logo h1,   #header .logo p {
    text-align: center;
  }
  #slider .inner_carousel h1 a{
    font-size: 20px;
  }
  tr.wc-block-cart-items__row {
    gap: 0.4em;
  }
  td.wc-block-cart-item__total{
      padding-right: 0px !important;
  }
  li.wc-block-grid__product{
      max-width:100% !important;
      float:none;
      flex: 100% !important;
  }
  .wc-block-grid__products{
    padding: 10px !important;
  }
}
@media screen and (min-width:720px){
   #sidebar td, #sidebar th {
    padding: 1px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  /*.footertown label{
    width: 56%;
  }*/
  input#woocommerce-product-search-field {
    width: 85%;
  }
  .page-template-custom-frontpage #header{
    position: static;
  }
  .search_form label {
    width: 74%;
  }
  .search_form{
    padding:0;
  }
  .footertown td, .footertown th{
    padding: 5px
  }
  .alignwide{
    margin: 0;
  }
  .footertown input.search-field{
    width: 100%;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
}
@media screen and (max-width: 768px)  {
  .social-icon i {
    font-size: 13px;
  }
  .scrollup.center {
    right: 40%;
    left: 40%;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .related.products ul.products li.product {
    width: 47% !important;  
    margin-left: 10px;
  }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 40px;
    height: 40px;
  }
  .page-template-custom-frontpage #header{
    position: static;
  }
  .service-btn a{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #main .alignleft{
    max-width: 100%;
  }
  #sidebar .wp-block-search__inside-wrapper, .footertown .wp-block-search__inside-wrapper{
    display: block;
  }
  #sidebar .wp-block-search__button,.footertown .wp-block-search__input,.footertown .wp-block-search__button{
    width: 100%;
  }
  #sidebar .wp-block-search__button,.footertown .wp-block-search__button{
    margin-right: 0px;
  }
  #sidebar input[type="search"],.footertown .wp-block-search__input{
    margin-bottom: 5px;
  }
  #sidebar ul.children,#sidebar ul{
    padding: 0px !important;
  }
  #sidebar ul li{
    padding-right: 35px;
  }
  ol.wp-block-latest-comments{
    padding-right: 0rem;
  }
}
@media screen and (max-width: 991px){
  input#woocommerce-product-search-field {
    width: 85%;
  }
  #slider p {
    display: none;
  }
  #slider .inner_carousel h1{
    padding-top: 20px;
  }
  .footertown td{
    padding: 0;
  }
  .footertown th{
    padding: 4px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1300px){
  #slider .carousel-caption{
      top: 35%;
      left: 20% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px){
  .logo, .logo h1, #slider .inner_carousel{
    text-align: center;
  }
  .mail p, .phone p {
    text-align: center;
    margin-bottom: 10px;
  }
  .scrollup {
    bottom: 143px;
  }
  .scrollup.center {
    right: 25%;
    left: 25%;
  }
  #sidebar {
    margin: 5px 0px;
  }
  #slider .inner_carousel h1{
    line-height: 1;
    padding: 5px 0;
  }
  #slider a.read-more {
    padding: 8px 18px;
  }
  #slider .carousel-caption{
    top: 20%;
    left: 10% !important;
  }
  #slider p{
    display: none;
  }
  #slider a.read-more {
    display: inline-block;
    text-align: center;
  }
  .footertown td, .footertown th{
    padding: 10px;
  }
  #sidebar input[type="search"], input.search-field{
    padding: 10px;
  }
  .search_form{
    padding: 0px;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .related.products ul.products li.product, .woocommerce form.login .form-row input.input-text{
    width: 100% !important;
  }
}
@media screen and (min-width: 426px) and (max-width: 719px){
  #slider .carousel-caption{
    top: 22% !important;
    right: 15% !important;
    left: 25% !important;
  }
}
@media screen and (max-width: 1000px){
  .footertown form.search-form label , .footertown input[type="submit"]{
    width: 100%;
  }
  .page-template-custom-frontpage.admin-bar .fixed-header{
    margin-top: 0;
  }
  .alignwide{
    margin: 0;
  }
  #sidebar td, .search_form{
    padding: 0px;
  }
  #sidebar th{
    padding: 2px;
  }
  .primary-navigation ul ul a:hover, .primary-navigation ul li a:hover {
    color: var(--primary-color) !important;
    background:var(--secondary-color) !important;
  }
  .primary-navigation ul ul li:hover > a{
    color: var(--secondary-color);
  }
  .primary-navigation ul ul ul{
    margin: 0;
  }
  a.closebtn.responsive-menu:focus{
    outline-color: #fff;
  }
  .toggle-menu {
    display: none;
    cursor: pointer;
    text-align: center;
  }
  .toggle-menu i {
    font-size: 30px;
    color: var(--secondary-color);
  }
  .toggle-menu button {
    background: transparent;
    border: none;
    padding: 0;
  }
  .side-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: var(--primary-color);
    padding-top: 60px;
    box-shadow: -2px 2px 10px 0px #2d2d2d;
    overflow-y: scroll;
  }
  .side-menu.open{
    visibility: visible;
    width: 250px;
    transition: 0.5s width ease-in-out;
  }
  .side-menu .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    display: block;
    color: #fff;
    border:none;
    background: transparent;
  }
  .toggle-menu span{
    font-size:30px;
    cursor:pointer; 
    text-align: left;
  }
  .toggle-menu{
    display: block;
  }
  .primary-navigation ul ul li, .primary-navigation li{
    display: block !important;
    max-height: 100%;
  }
  .menubar .primary-navigation ul li{
    border-top:1px #303030 solid; 
    display:block;
  }
  .primary-navigation ul li a{
    padding: 10px;
    display:block;
    color:#fff;
    border:none;
  }
  .primary-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .primary-navigation ul li ul li a{
    padding-right:20px !important;
  }
  .primary-navigation ul li ul li ul li a{
    padding-right:30px !important;
  }  
  .primary-navigation ul li ul, .primary-navigation ul li ul ul {
    opacity: 1 !important;
    margin: 0;
  }
  .primary-navigation ul ul{
    position: static;
    width: 100%;
  }
  #slider .carousel-control-next-icon, #slider .carousel-control-prev-icon {
    background: #333;
    padding: 8px 10px;
  }
  .metabox{
    font-size: 12px;
  }
  .logo h1,.logo p.site-title{
    text-align: center;
  }
}

.metabox.py-1.mb-3{
  padding: 0px 10px;
}
.metabox .me-2{
  padding-left: 0rem !important;
    padding-right: 0rem !important;
}

  

