:root {
  --color-primary1: #DB9A11;
  --color-primary2: #E1AA35;
  --font-awesome: 'FontAwesome';
}

.Tab:focus {
  outline: 1px;
  box-shadow: 0px 0px 5px 2px var(--color-primary1) !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #fff;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Days One", sans-serif;
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

body p {
  color: #000;
  margin: 0;
  font-size: 15px;
  overflow-wrap: anywhere;
  font-weight: 300;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style: none;
}

body section.row,
body header.row,
body footer.row {
  margin: 0;
}

body #success,
body #error {
  display: none;
}

body iframe {
  border: none;
}

body i:before {
  margin-right: 0px !important;
}

body .media {
  display: flex;
  align-items: flex-start;
}

body .media .media-body {
  flex: 1;
}

a,
body .btn,
body button {
  outline: none;
  transition: all 300ms linear 0s;
  text-decoration: none;
}

body .btn,
body button {
  text-decoration: none;
}

body a:before,
body a:after,
body .btn:before,
body .btn:after,
body button:before,
body button:after {
  transition: all 300ms linear 0s;
}

body a:focus,
body a:hover,
body .btn:focus,
body .btn:hover,
body button:focus,
body button:hover,
input:focus,
#searchForm input[type="text"]:not(.adminbar-input):focus {
  outline-width: 2px;
  outline-style: dotted;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

.inner_searchbox input.search-field:focus,
button:focus,
input[type="search"]:focus {
  outline: 1px solid #332f2e !important;
}

.searching-area .btn:first-child:active {
  background-color: #fff !important;
  color: #000;
}

#searchForm input:focus,
.main-searh-col:focus,
.header-btn a:focus {
  border: 2px dotted var(--color-primary1);
  outline: none;
  transition: all 300ms linear 0s;
}

.header-btn a:focus {
  outline: 2px dotted #000;
}

button.open-search:focus {
  border: 2px dotted #fff;
}

a {
  color: var(--color-primary1);
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
}

.page .slider-area,
.single .slider-area,
.search .slider-area,
.error404 .slider-area,
.archive .slider-area {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}


/*.single-post .alignfull, .single-post .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}*/


/*block css*/

.singel-page-area .alignfull,
.singel-page-area .alignwide {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 20px;
}

.singel-page-area .alignfull img {
  width: 100% !important
}

.singel-page-area .alignnone,
.singel-page-area .aligncenter {
  width: auto !important;
}

.singel-page-area .alignleft {
  margin-left: 10px;
}

.postsec-list .wp-block-button a:hover,
.singel-page-area .wp-block-button a:hover,
.singel-page-area .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,
.postsec-list .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
  background-color: #000;
  color: #fff !important;
}

.postsec-list .wp-block-button.is-style-squared a,
.singel-page-area .wp-block-button.is-style-squared a {
  border-radius: 0px !important;
}

.postsec-list .wp-block-button__link,
.singel-page-area .wp-block-button__link {
  background: var(--color-primary1);
  color: #000 !important;
  border-radius: 30px;
  font-weight: 500 !important;
}

.singel-page-area .wp-block-button {
  margin: 20px 0;
}

.singel-page-area .wp-block-button.is-style-outline a,
.postsec-list .wp-block-button.is-style-outline a {
  background: none;
  border: 1px solid var(--color-primary1) !important;
  color: var(--color-primary1) !important;
}

.singel-page-area img.alignleft,
.singel-page-area .alignleft,
.singel-page-area img.alignright,
.singel-page-area .alignright,
.postsec-list img.alignleft,
.postsec-list .alignleft,
.postsec-list img.alignright,
.postsec-list .alignright {
  border: none;
}


/* Accessibility */

.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;
}

.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: 1;
}

.theme-button {
  color: #000;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  background: var(--color-primary1);
  transition: 0.3s;
  background-size: 200% auto;
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  margin-top: 27px;
}

.theme-button:hover,
.theme-button:focus {
  color: #000;
  background: var(--color-primary1);
}

.title {
  text-align: center;
  padding-bottom: 55px
}

.title h6 {
  font-size: 20px;
  color: var(--color-primary1);
}

.title h2 {
  color: var(--color-primary1);
  font-size: 45px;
  font-weight: 700;
  padding-top: 10px
}

.title h2 i {
  background: var(--color-primary1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.title p {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 8px
}

.title.left {
  text-align: right
}

.title.left p {
  margin: 0
}

.title.left .shap {
  margin-right: 0
}

.footer-area p a,
.sidebar p a,
.sidebar form a,
.post-content a,
.comment-content a,
.blog-content a,
.woocommerce-product-details__short-description a,
.woocommerce-tabs a,
#main-content p a,
.post-content p a {
  text-decoration: underline;
}

#main-content p {
  margin: 25px 0;
}

.header-widget .info-widget>li a,
.slider-area .theme-button,
.blog-item .comment-timing li a,
.widget_social_widget li a,
.widget:not(.widget_social_widget):not(.widget_tag_cloud) li a,
.blog-item .blog-content h5.post-title a {
  text-decoration: none !important;
}

.comment-timing i {
  color: var(--color-primary1);
}

.load-item {
  display: none;
}

.blog-item.sticky:before {
  content: "\f08d";
  position: absolute;
  background: var(--color-primary1);
  padding: 6px;
  top: 5px;
  width: 48px;
  right: 0px;
  color: #000;
  font-size: 22px;
  z-index: 9;
  font-family: 'FontAwesome';
  height: 48px;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*preloader*/

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.loader {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200px;
  height: 200px;
  background: transparent;
  border: 3px solid var(--color-primary1);
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-family: sans-serif;
  font-size: 20px;
  color: var(--color-primary1);
  letter-spacing: 4px;
  text-shadow: 0 0 10px var(--color-primary1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-wrap: anywhere;
}

.loader::before {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid var(--color-primary1);
  border-left: 3px solid var(--color-primary1);
  border-radius: 50%;
  animation: animateCircle 2s linear infinite;
}

.loader span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: right;
  animation: animate 2s linear infinite;
}

.loader span::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -8px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--color-primary1);
  box-shadow: 0 0 10px var(--color-primary1);
}

@keyframes animateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes animate {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}


/*scroll to top*/

#scrolltop {
  background-color: var(--color-primary1);
  width: 50px;
  color: #000;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 60px;
  border-radius: 30px;
  left: 30px;
  opacity: 0;
  z-index: 999;
  padding: 13px 0;
  font-weight: 500;
  cursor: pointer;
}

#scrolltop span {
  color: #fff;
}

#scrolltop.scroll {
  opacity: 1;
  visibility: visible;
}


/*logo*/

p.site-description {
  color: #000;
  font-size: 16px;
  position: relative;
  z-index: 999;
  text-align: center;
}

h1.site-title,
p.site-title {
  font-size: 28px;
  text-transform: capitalize;
  position: relative;
  z-index: 999;
  font-weight: 600;
  font-family: "Days One", sans-serif;
  text-align: center;
}

h1.site-title a,
p.site-title a,
p.site-description {
  color: #000;
}

.logo h1.site-title a:hover,
.logo p.site-title a:hover {
  color: #ffffff !important;
}

.toggle-nav.mobile-menu {
  display: none;
}


/* -------------logo----------------------- */

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 3em;
}

.main-header .logo a.custom-logo-link img,
.main-header .logo a.custom-logo-link img,
.logo img,
.mobile-logo img,
.main-header .logo a.custom-logo-link img {
  position: relative;
  z-index: 99999;
}

.logo:after {
  content: "";
  position: absolute;
  z-index: 99;
  width: 500px;
  height: 180px;
  top: -5px;
  right: -10px;
  left: auto;
  background-image: url(../images/logo-shape-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.logo h1 {
  padding: 0;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 300;
}

.logo-same-line h1 {
  font-size: 20px;
}

img.custom-logo,
.logo h1 a,
.logo p a,
.site-description {
  position: relative;
  z-index: 999;
}

.logo h1 a,
.logo p a {
  font-size: 25px;
  color: #000;
  font-weight: 500;
}

.logo h1 a:hover,
.logo p a:hover {
  color: #fff;
}

.logo-text p {
  color: #000;
  font-size: 14px;
}


/*header*/

.contact-details {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.contact i {
  font-size: 16px;
  color: #fff;
  background-color: var(--color-primary1);
  padding: 16px;
}

p.infotext {
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 600;
}

.contact-content a,
.contact-content {
  color: #969798;
  font-size: 17px;
  font-weight: 500;
}

.contact-content a:hover {
  color: var(--color-primary1);
}

.header-box {
  position: relative;
  overflow: visible;
}

.headerbox {
  background: #fff;
  border-bottom: 10px solid #D9D9D9;
  border-top: 10px solid var(--color-primary1);
}

.menu-content {
  display: inline-flex;
  background: linear-gradient(to left, #DB9A11 93%, #E1AA35 8%);
  border-bottom-right-radius: 50px;
  width: 100%;
}

.navbar-menubar.responsive-menu.navigation_header {
  width: 93%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.main-navhead {
  position: relative;
  z-index: 999;
}

.menubox {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  z-index: 999;
  overflow: visible;
}


/*top header menu*/

.main-header .navbar {
  padding: 0px;
  width: 100%;
  display: inline-block;
  background: transparent;
  z-index: 999;
  padding: 0em 0;
}

.main-header .navbar .navbar-collapse {
  flex-shrink: 0;
  flex-grow: 0;
}

.main-header .navbar .navbar-brand {
  line-height: 55px;
  padding: 0
}

.navbar-nav {
  display: block;
}

.sub-menu a {
  color: #fff;
}

.main-header .navbar .navbar-menu ul li.dropdown .sub-menu a:after {
  display: none
}

.main-navigation .menu {
  margin-top: 0;
}

.main-header .navbar .navbar-menu ul li.dropdown .sub-menu a:hover,
.main-header .navbar .navbar-menu ul li.dropdown .sub-menu a:focus,
.main-header .navbar .navbar-menu ul li.dropdown .sub-menu a.active {
  color: #fff !important;
}

.main-header .navbar .navbar-menu ul li.dropdown .sub-menu>.dropdown {
  position: relative
}

.main-header .navbar .navbar-menu ul li.dropdown .sub-menu>.dropdown a:after {
  border: 0
}

.main-header .navbar .navbar-menu ul li.dropdown .sub-menu>.dropdown:after {
  content: "\f105";
  font-family: var(--font-awesome);
  font-weight: 400;
  position: absolute;
  top: -7px;
  left: 0px;
  color: var(--color-primary1);
  line-height: 38px;
  z-index: 1;
  color: #fff;
}

.main-header .navbar .navbar-menu ul li.dropdown .sub-menu>.dropdown .sub-menu:before {
  content: "\f0de";
  font-family: var(--font-awesome);
  top: -3px;
  right: -7px;
  color: #fff;
  transform: rotate(90deg)
}

.main-header .navbar .navbar-menu .dropdown-icon {
  position: relative;
  z-index: 0;
  display: none;
}

.main-header .navbar .navbar-menu .dropdown-icon::after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-awesome);
  font-weight: 400;
  width: 100%;
  display: inline-block;
  margin: auto;
  border: 0;
}

blockquote:after,
blockquote:before {
  border-color: var(--color-primary1);
}

body .main-header .navbar .navbar-menu ul li.dropdown .sub-menu li a:not(.remove),
.main-header .navbar .navbar-menu ul li.dropdown a:not(.remove) {
  padding-left: 0;
  width: auto;
  display: inline-block;
}

.main-header .navbar .navbar-menu ul li.dropdown .sub-menu>.dropdown:after,
.main-header .navbar .navbar-menu ul li.dropdown>a::after,
.navbar .dropdown .dropdown-toggle::after {
  display: none;
}

.main-header .navbar .navbar-menu .dropdown-icon {
  margin: 9px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  float: left;
  background: transparent;
  border: 1px solid transparent;
  outline: 0;
  padding: 0;
}

.main-header .navbar .navbar-menu .dropdown-icon:focus {
  border-color: #fff;
}

.main-header .navbar .navbar-menu .dropdown .dropdown .dropdown-icon {
  margin: 3px 0;
}

.main-header .navbar .navbar-menu ul .cs-menu {
  margin-right: 30px
}

.main-header .navbar .navbar-menu ul .cs-menu .nav-link {
  padding: 0;
  position: relative
}

.main-header .navbar .navbar-menu ul .cs-menu .nav-link::after {
  display: none
}

.main-header .navbar .navbar-menu ul .cs-menu .nav-link span {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #000;
  line-height: 16px;
  font-size: 12px;
  background-image: var(--color-primary1);
  position: absolute;
  top: 12px;
  left: -8px
}

.main-header .navbar .navbar-menu ul .cs-menu .sub-menu {
  right: auto !important;
  left: -10px;
  width: 250px !important;
  padding: 10px !important
}

.main-header .navbar .navbar-menu ul .cs-menu .sub-menu::before {
  right: auto !important;
  left: 20px
}


/*-----------------Search pop up----------------*/

.inner_searchbox {
  background: #fff;
  max-height: 250px;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 12px #c0bebe;
  transition: 1s height ease-in-out;
}

.search-close {
  position: absolute;
  top: 0;
  font-size: 24px;
  z-index: 9999;
  left: 2%;
  color: #332f2e;
  background: none;
  cursor: pointer;
  transition: 0.5s height ease-in-out;
}

.inner_searchbox form.search-form {
  width: calc(100% - 30px);
  color: #fff;
  border: none;
  border-bottom: 1px solid #eae6e6;
  position: absolute;
  bottom: 20px;
  display: flex;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  max-width: 1200px;
  text-align: right;
}

.inner_searchbox form.search-form label {
  width: 100%;
}

.inner_searchbox input.search-field {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #112b38;
  max-height: 1200px;
  border: 0;
  width: 100%;
}

.inner_searchbox input.search-submit {
  padding: 8px 35px;
  margin: 5px 0;
  font-size: 20px;
}

.inner_searchbox input[type="submit"] {
  text-indent: -9999px;
  z-index: 9999;
  background: url(/assets/images/search.png) no-repeat 100% 10px;
  position: absolute;
  margin: 0;
  background-size: 30px;
}

.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
}

.search-bar button {
  background: transparent;
  border: 0;
}

.search-outer {
  background: rgb(219 154 17 / 60%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0;
  visibility: hidden;
  text-align: center;
  height: 100%;
  transition: 1s height ease-in-out;
  z-index: 9999;
}

body.search-focus .search-outer {
  visibility: visible;
  transition: 1s height ease-in-out;
}

body.admin-bar .inner_searchbox {
  margin-top: 32px;
}

body.admin-bar .search-close {
  top: 38px;
}

.search-outer button.search-submit {
  border: 0;
  background: transparent;
}

.inner_searchbox button[type="submit"] {
  background: var(--color-primary1);
}

.search-outer input.search-field {
  border: none;
  background: transparent;
  width: 100%;
  padding: 15px;
}

.search-box i {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  padding: 12px;
}

.search-box i:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.search-bar button {
  background: none;
  border: none;
  padding: 0;
}

.inner_searchbox input[type="submit"] {
  text-indent: -9999px;
  z-index: 9999;
  background: url(assets/images/search.png) no-repeat 100% 10px;
  position: absolute;
  margin: 0;
  background-size: 30px;
}

button.search-submit i {
  color: #332f2e;
}

.modal-content {
  background: transparent;
  border: 0;
}

.modal-dialog {
  pointer-events: all;
}

.modal-body {
  padding: 0;
}

#myModal,
.modal-open {
  padding: 0 !important;
}

.modal-open {
  overflow-y: scroll;
}

body.admin-bar .inner_searchbox {
  margin-top: 32px;
}

body.admin-bar .closepop {
  top: 30px;
}

.fixed-header .lower-header-area {
  position: relative;
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  border-radius: 0;
}

.admin-bar .sticky-header.fixed-header {
  margin-top: 32px;
}

.fixed-header .navbar-menubar.responsive-menu.navigation_header {
  justify-content: center;
}

.menu-content {
  background: linear-gradient(to left, var(--color-primary1) 93%, var(--color-primary2) 8%);
  padding: 10px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.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 .sub-menu a:after,
.main-navigation ul .page_item.page_item_has_children .children a:after {
  content: none;
}

.main-navigation .menu ul {
  margin-bottom: 0px;
  padding: 0px;
}

.main-navigation .menu li {
  display: inline;
  position: relative;
  list-style: none;
}

.navbar-menubar .main-navigation .menu > li > a,
.navbar-menubar .page_item a {
  padding: 15px 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.navbar-menubar .page_item_has_children ul li a,
.main-navigation .menu .menu-item-has-children ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  color: var(--color-primary1);
}

.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 {
  color: #eaeaea !important;
  background-color: #444 !important;
  border-radius: 5px;
}

.main-navigation ul,
.main-navigation .menu ul {
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

div#mySidenav {
  display: inline-flex;
}

.main-navigation .menu > li,
.main-navigation .menu li {
  display: inline;
  position: relative;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
  color: #fff;
}

.main-navigation .menu > li > a:hover,
.page_item a:hover {
  color: #fff;
}

.main-navigation .sub-menu,
.main-navigation .children {
  background-color: #ffffff;
  list-style: none;
  padding-right: 0;
  position: absolute;
  opacity: 0;
  right: -9999px;
  z-index: 99999;
  width: 200px !important;
}

.main-navigation .sub-menu > li > a:hover,
.main-navigation .sub-menu > li > a:focus,
.main-navigation .children > li > a:hover,
.main-navigation .children > li > a:focus {
  background: #000;
  color: #fff;
}

.main-navigation .sub-menu li ul.sub-menu,
.main-navigation .children li ul.children {
  right: 200px !important;
  top: -1px !important;
}

.main-navigation .sub-menu > li,
.main-navigation .children > li {
  display: block;
  float: none;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand,
.main-navigation .children > li.page_item_has_children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem);
  left: 0;
  top: calc( .125 * 1rem);
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem);
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand,
.main-navigation .children > li.page_item_has_children .submenu-expand {
  margin-left: 0;
}

.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return,
.main-navigation .children > li > .menu-item-link-return {
  color: #fff;
  display: block;
  padding: 15px;
}

.main-navigation .sub-menu > li > .menu-item-link-return,
.main-navigation .children > li > .menu-item-link-return {
  width: 100%;
  font-weight: normal;
  text-align: right;
}

.main-navigation .sub-menu > li > a:empty,
.main-navigation .children > li > a:empty {
  display: none;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item,
.main-navigation .children > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.88889em;
  font-weight: normal;
}

.main-navigation .sub-menu > li:last-child,
.main-navigation .children > li:last-child {
  border-bottom: none;
}

.toggle-nav,
a.closebtn {
  display: none;
}

@media screen and (min-width:1001px) {
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
  .main-navigation .menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
  .main-navigation .menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu,
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu,
  .main-navigation .menu .page_item_has_children:not(.off-canvas):hover > .children,
  .main-navigation .menu .page_item_has_children:not(.off-canvas):focus > .children,
  .main-navigation .menu .page_item_has_children.is-focused:not(.off-canvas) > .children,
  .main-navigation .menu .page_item_has_children:not(.off-canvas)[focus-within] > .children,
  .main-navigation .menu .page_item_has_children:not(.off-canvas):focus-within > .children {
    display: block;
    right: 0;
    margin-top: 5px;
    width: auto;
    min-width: 100%;
    opacity: 1;
    top: 100%;
    border: 1px solid #f3f3f3;
  }
}


/*underline*/

.singel-page-area a {
  text-decoration: underline;
}


/*breadcrumb css*/

ol.breadcrumb-list {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-list li {
  display: inline-block;
  word-break: break-word;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
}

.breadcrumb-list li a:hover {
  outline-width: 0px;
}

.breadcrumb-list li a {
  color: #fff;
}

.breadcrumb-section {
  position: relative;
  align-items: center;
  height: auto !important;
}

.breadcrumb-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 70%);
  opacity: 0.6;
  z-index: 1;
}

.breadcrumb-section h1,
.headerimgbox-meta span,
.crumb-box a,
.crumb-box,
.breadcrumb-section p {
  position: relative;
  z-index: 999;
  color: #332f2e;
}

.breadcrumb-section h1 {
  font-size: 32px;
  overflow-wrap: anywhere;
  font-weight: 600;
  color: #fff;
}

.about-banner-text {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 99;
  right: 0;
  left: 0;
  text-align: center;
}

section.slider-area.breadcrumb-section img {
  height: 300px;
  object-fit: cover;
  background-size: 100% 100%;
  width: 100%;
}


/*--------------------------------------------------------------
SLIDER
--------------------------------------------------------------*/

#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  z-index: 9;
  position: relative;
  overflow: visible;
  background-color: #000;
  margin-bottom: 3em;
}

#slider img,
#slider .slider-color-box {
  width: 100%;
  height: 700px;
  object-fit: cover;
  opacity: 0.5;
}

#slider .slider-color-box {
  background-color: #0c3851;
}

#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  right: 8%;
  left: 55%;
  bottom: 0;
}

#slider .inner_carousel p.slidetop-text {
  color: #fff;
  font-size: 21px;
  position: relative;
}

#slider .inner_carousel p.slidetop-text:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid var(--color-primary1);
  width: 15%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px;
}

#slider .inner_carousel .red-text {
  color: #45B29D;
}

#slider .inner_carousel h1 {
  font-weight: normal;
  line-height: 1.4;
}

#slider .inner_carousel h1 a {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#slider .inner_carousel h1 a:hover {
  color: var(--color-primary1);
}

#slider .inner_carousel {
  height: 50px;
}

#slider .inner_carousel {
  color: #fff;
}

#slider .inner_carousel p.slider-content {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
}

#slider .slide-btn2 a,
#slider .slide-btn1 a:hover {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
}

#slider .slide-btn2 a:hover,
#slider .slide-btn1 a {
  background: var(--color-primary1);
  color: #000;
  border: 2px solid var(--color-primary1);
}

#slider .slide-btn2 a,
#slider .slide-btn1 a {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 11px 15px;
  font-size: 14px;
}


/* Style for the navigation */

.owl-carousel {
  display: block !important;
}

#slider .owl-nav {
  position: absolute;
  top: 96%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

#slider .owl-nav button.owl-prev {
  position: absolute;
  right: 86%;
  left: auto;
}

#slider .owl-nav button.owl-next {
  position: absolute;
  right: auto;
  left: 9%;
}

#slider .owl-nav button.owl-prev span,
#slider .owl-nav button.owl-next span {
  background-color: var(--color-primary1);
  border: none;
  font-size: 34px;
  color: #000;
  padding: 3px 20px;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}

#slider .owl-nav button.owl-prev span:hover,
#slider .owl-nav button.owl-next span:hover {
  background-color: var(--color-primary2);
}

#slider .owl-dots {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 5%;
  right: auto;
  width: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#slider .owl-dots .owl-dot {
  background-color: #fff;
  border-radius: 0;
  height: 8px;
  margin: 8px 0;
  width: 8px;
  border: none;
}

#slider .owl-dots .owl-dot.active {
  background-color: var(--color-primary1);
}

.slider-call {
  position: absolute;
  right: 8%;
  left: auto;
  background-color: var(--color-primary1);
  bottom: -4em;
  padding: 25px;
  z-index: 9999;
  display: flex;
  justify-content: right;
  align-items: center;
}

.slider-call i {
  font-size: 34px;
  color: #000;
}

.slider-appointment a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.slider-appointment a:hover {
  color: #fff;
}

.slider-appointment-text {
  font-size: 18px;
  font-weight: 600;
}


/*--------------------------------------------------------------
service CSS
--------------------------------------------------------------*/

#service-sec .serv-short {
  color: #000;
  font-size: 19px;
  background-color: var(--color-primary1);
  padding: 8px 55px;
  font-weight: 500;
}

#service-sec h2 {
  color: #000;
  font-size: 38px;
}

#service-sec .cat-inner-box img,
.post-color {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.post-color {
  background-color: var(--color-primary2);
}

#service-sec .post-content,
#service-sec .post-icon {
  position: absolute;
  bottom: 0;
  color: #fff;
  transition: all 0.3s ease;
}

#service-sec .post-content {
  right: 0;
}

#service-sec .post-icon {
  left: 0;
  background-color: var(--color-primary2);
}

#service-sec .post-icon i {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 28px;
  color: #000;
  height: 100px;
  width: 100%;
}

#service-sec .cat-inner-box .post-title {
  border-right: 5px solid var(--color-primary1);
}

#service-sec .inner-content h3 {
  line-height: 1;
}

#service-sec .inner-content h3,
#service-sec .inner-content .read-more {
  opacity: 1;
}

#service-sec .inner-content h3 a {
  color: #000;
  font-size: 19px;
  text-decoration: none;
}

#service-sec .post-title {
  background-color: #fff;
  padding: 20px 30px;
}

#service-sec .inner-content p {
  display: none;
  color: #969696;
  font-size: 17px;
}

#service-sec .more-details {
  padding: 20px;
  background: var(--color-primary1);
}

#service-sec .more-details:hover {
  background-color: #000;
}

#service-sec .more-details:hover a {
  color: #fff;
}

#service-sec .more-details a {
  text-align: center;
  display: inline-block;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}


/*button*/

button[type="submit"],
input[type="button"],
input[type="submit"] {
  background-position: left center;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  background-color: var(--color-primary1);
  transition: 0.3s;
  background-size: 200% auto;
  border: 0;
  margin: 0;
  box-shadow: none;
}

input[type="text"]:not(.adminbar-input),
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
  border-radius: 0;
  display: block;
  line-height: 1.5;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 1.063rem 1.875rem;
  vertical-align: middle;
  width: 100%;
  min-height: 55px;
  background-color: #ffffff;
  border: 1px solid var(--color-primary1);
  outline: none;
  letter-spacing: 0.5px;
  box-shadow: none;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}

.wc-proceed-to-checkout a {
  text-decoration: none !important;
}

.blog-area {
  display: block;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  z-index: 1
}

.blog-area img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  object-fit: cover;
}

.blog-item {
  border: 1px solid var(--color-primary1);
  background-color: #fff;
  padding: 37px 30px 22px 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 300ms linear 0s;
  margin-bottom: 30px;
  border-radius: 3px;
  text-align: center;
}

.blog-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: var(--color-primary1);
}

.blog-item:hover::after {
  display: none;
}

.blog-item:hover {
  box-shadow: 3px 5px var(--color-primary1);
}

.blog-item .blog-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform .2s;
}

.blog-item .blog-thumb img:hover {
  transform: scale(1.05);
}

.blog-item>*:not(.blog-thumb) {
  z-index: 1;
}

.blog-item .theme-button {
  line-height: 40px;
  font-size: 18px;
  min-width: 140px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 15px;
}

.blog-item .blog-content {
  position: relative;
  padding: 18px 0
}

.blog-item .blog-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  border-top: 1px solid var(--color-primary1);
  border-bottom: 0;
}

.blog-item .blog-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  border-top: 1px solid var(--color-primary1);
  border-bottom: 0;
}

.blog-item .blog-content h5.post-title,
.blog-item .blog-content h5.post-title a,
.blog-item .blog-content .heding {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: var(--color-primary1);
  color: #332f2e;
  padding-bottom: 7px;
  overflow-wrap: anywhere;
}

.blog-item .blog-content h5.post-title:hover,
.blog-item .blog-content h5.post-title a:hover,
.blog-item .blog-content .heding:hover {
  color: var(--color-primary1) !important;
}

.blog-item .blog-content .more-link {
  display: inline-block;
  font-size: 16px;
  background: var(--color-primary1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  padding-top: 16px;
  position: relative;
  line-height: 20px
}

.blog-item .blog-content .more-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--color-primary1)
}

.blog-item .blog-content .more-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  border: 1px dashed #151515;
  z-index: 1;
  display: none
}

.embedded-audio audio {
  width: 100%;
}

.gallery-container img {
  margin-bottom: 20px;
}

.custom-video-container video {
  width: 100%;
}

.blog-item .comment-timing {
  padding-top: 20px;
  position: relative;
}

.blog-item .comment-timing li {
  display: inline-block
}

.blog-item .comment-timing li a {
  font-size: 14px;
  color: #332f2e;
  line-height: 1;
  border-right: 1px solid #ebebeb;
  padding: 0 15px
}

.blog-item .comment-timing li a i {
  color: var(--color-primary1);
  margin-left: 5px
}

.blog-item .comment-timing li:first-child a {
  border: 0;
  padding-right: 0
}

.blog-item .shap {
  width: 1px;
  background-image: var(--color-primary1);
  position: absolute;
  left: 50px;
  top: 45px;
  bottom: 50px
}

.blog-item .shap .shap-top-img {
  position: absolute;
  top: -5px;
  left: -20px
}

.blog-item .shap .shap-top-img img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  object-fit: cover
}

.blog-item .shap::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: block;
  background: var(--color-primary1);
}

.blog-item:hover:before,
.blog-item:focus:before {
  opacity: 1;
  visibility: visible;
}

.blog-item:hover .blog-thumb,
.blog-item:focus .blog-thumb {
  opacity: 1;
  visibility: visible;
}

.blog-item:hover .blog-content .red-more::before,
.blog-item:focus .blog-content .red-more::before {
  display: block
}

.wp-block-button.is-style-squared a {
  border-radius: 0px !important;
}

.inarea-blog-2-column-area {
  padding-bottom: 60px
}


/*sidebar*/


/* NEWWW */

.sidebar .widget ul .dropdown i,
.footer-row .footer-widget .widget ul .dropdown i {
  display: none;
}

.sidebar .widget ul li a,
.footer-row .footer-widget .widget ul li a {
  z-index: 1;
  display: inline-block;
  align-items: center;
  position: relative;
}

.sidebar .widget ul,
.footer-row .footer-widget .widget ul {
  list-style: none;
  display: block;
  border: none;
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  margin-top: 12px;
  margin-bottom: -10px;
}

.sidebar .widget ul li,
.footer-row .footer-widget .widget ul li {
  padding: 10px 0;
  position: relative;
  background-color: transparent;
}

.sidebar .widget .main-navigation .menu > li > a,
.sidebar .widget .page_item a,
.footer-row .footer-widget .widget .main-navigation .menu > li > a,
.footer-row .footer-widget .widget .page_item a {
  padding: 0;
  padding-right: 18px;
}


/* NEWWW */

.sidebar li {
  padding: 10px 0;
  margin: 0;
}

.sidebar .image-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover
}

.sidebar .text-and-icon {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(9, 29, 118, 0.15);
  position: relative;
  border-radius: 0 0 3px 3px
}

.sidebar .text-and-icon .theme-button {
  padding: 0 18px;
  line-height: 40px;
  position: absolute;
  top: -21px;
  left: 30px
}

.sidebar .text-and-icon p {
  font-size: 14px;
  font-weight: 400;
  color: #102131;
  text-align: center;
  max-width: 330px;
  padding-top: 45px;
  margin: 0 auto
}

.sidebar .text-and-icon ul {
  text-align: center;
  padding-top: 22px
}

.sidebar .text-and-icon ul li {
  display: inline-block
}

.sidebar .text-and-icon ul li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #2569f3;
  font-size: 16px;
  border-color: transparent;
}

.sidebar .text-and-icon ul li .pinterest {
  background: #ce0cff
}

.sidebar .text-and-icon ul li .twitter {
  background: #00a2ff
}

.sidebar .text-and-icon ul li .linkedin {
  background: #0077b5
}

.sidebar .text-and-icon ul li .youtube {
  background: #ed4234
}

.sidebar .text-and-icon .signature-img {
  text-align: center;
  padding: 30px 0 40px
}

.sidebar .widget {
  background-color: #fff;
  border-radius: 3px;
  padding: 25px;
  border: 1px solid var(--color-primary1);
  box-shadow: -3px 5px var(--color-primary1);
}

.sidebar>.widget+.widget {
  margin-top: 50px;
}

.sidebar>.widget .widget-title {
  font-size: 28px;
  text-transform: capitalize;
}

.sidebar>.widget .title {
  padding-bottom: 10px;
}

.sidebar>.widget form,
.footer-area .widget form {
  height: 50px;
  line-height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  position: relative
}

.footer-area img {
  max-width: 100%;
  height: auto;
}

select {
  width: 100%;
  padding: 10px;
}

.sidebar>.widget form input,
.footer-area .widget form input {
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 400;
  padding-right: 25px;
  background: none;
  outline: none;
}

.footer-area .widget form input {
  background: #ffffff !important;
  border-radius: 30px;
}

.sidebar .widget label {
  width: 100%;
}

.widget_product_search form button {
  font-size: 9px !important;
}

.woocommerce ul.product_list_widget li::before {
  display: unset;
}

.footer-area .widget form button,
.sidebar>.widget form button {
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--color-primary1);
  position: absolute;
  top: 5px;
  left: 10px;
  bottom: 5px;
  padding: 0;
}

.footer-area .widget form label {
  width: 100%;
}

.sidebar>.widget .search-form button,
.footer-area .widget .search-form button {
  top: 10px;
}

.sidebar .widget_post .widget-title,
.sidebar .widget_post .title {
  padding-right: 40px;
  padding-left: 40px;
}

.widget_post .post-area .post-item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(9, 29, 118, 0.15);
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 20px;
  position: relative
}

.widget_post .post-area .post-item .post-id {
  padding: 10px 30px 0 0
}

.widget_post .post-area .post-item .post-id small {
  display: block;
  font-size: 14px;
  font-weight: medium;
  color: #000;
  height: 20px;
  line-height: 19px;
  width: 48px;
  border-radius: 25px;
  margin-bottom: 5px;
  text-align: center;
  background: var(--color-primary1);
}

.widget_post .post-area .post-item .post-id b {
  color: var(--color-primary1);
  font-size: 16px;
  font-weight: medium;
  max-width: 215px;
  padding-top: 5px
}

.widget_post .post-area .post-item .post-id p {
  font-size: 14px;
  color: var(--color-primary1);
  font-weight: 400
}

.widget_post .post-area .post-item .post-id p span i {
  background: var(--color-primary1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-left: 5px
}

.widget_post .post-area .post-item .post-imgge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding-right: 10px
}

.widget_post .post-area .post-item .post-imgge img {
  height: 90px;
  object-fit: cover;
  width: 90px;
  border-radius: 50%
}

.widget_tag_cloud a,
.blog-tags a,
.widget_product_tag_cloud .tagcloud a {
  color: var(--color-primary1);
  padding: 5px 15px;
  margin: 0 3px 10px 0;
  background: none;
  display: inline-block;
  font-size: 14px !important;
  border: 1px solid;
  text-align: center;
  box-shadow: none;
  transition: 0.3s
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:focus {
  color: #000;
  background-position: left center;
  background-color: var(--color-primary1);
}

.footer-area .widget_tag_cloud a {
  color: #ffffff;
}

.sidebar .widget_media_image .title {
  display: none;
}

.sidebar .widget_media_image {
  position: relative;
}

.sidebar .widget_media_image img {
  width: 100%;
  max-width: 100%;
  height: auto
}

.sidebar .widget_media_image .widget-title {
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.sidebar .widget_media_image .widget-title i {
  background: var(--color-primary1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.textwidget .widget_social_widget li a {
  background-image: #000;
}

.sidebar .widget li a {
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  padding-right: 18px !important;
  position: relative;
  color: #332f2e;
  overflow-wrap: anywhere;
}

.sidebar .widget ul.children li a {
  color: #332f2e !important;
}

.sidebar .widget .textwidget img {
  width: 100%;
  height: 100%;
}

.sidebar .widget li a::after {
  content: "\f0c8";
  position: absolute;
  right: 0;
  width: 10px;
  top: 0;
  line-height: 25px;
  font-family: var(--font-awesome);
  font-weight: 400;
  transition: all 300ms linear 0s;
  font-size: 8px;
  transform: rotate(-45deg);
  color: var(--color-primary1);
}

.widget:not(.widget_social_widget):not(.widget_tag_cloud) li a:hover::after,
.widget:not(.widget_social_widget):not(.widget_tag_cloud) li a:focus::after {
  right: 2px
}

.sidebar .widget:not(.widget_social_widget):not(.widget_tag_cloud):not(.widget_shopping_cart) li a:hover,
.sidebar .widget:not(.widget_social_widget):not(.widget_tag_cloud):not(.widget_shopping_cart) li a:focus,
.sidebar .widget:not(.widget_social_widget):not(.widget_tag_cloud):not(.widget_shopping_cart) li a:hover:after,
.sidebar .widget:not(.widget_social_widget):not(.widget_tag_cloud):not(.widget_shopping_cart) li a:focus:after {
  font-weight: 600;
  color: var(--color-primary1);
}

.widget.widget_social_widget ul li a {
  padding: 0 !important;
}

.widget.widget_social_widget ul li a:after {
  display: none !important;
}

.widget form.wp-block-search {
  background: none;
  height: auto;
  line-height: unset;
  position: inherit;
}

.widget form button.wp-block-search__button,
.sidebar>.widget form.woocommerce-product-search button {
  width: auto;
  border-radius: 2px;
  padding: 0 15px;
}

.sidebar>.widget form button:hover,
.footer-area .widget form button:hover {
  background: var(--color-primary1);
}

.widget form .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.widget form.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  background: none;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  color: #ffffff;
}

.widget form .wp-block-search__label {
  margin-bottom: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  width: 100%;
  background-color: #f5f6fa;
  margin: 0 auto;
  position: relative;
  padding: 5px;
  z-index: 0;
}

.wp-block-calendar table,
.calendar_wrap table {
  width: 100%;
  margin: 0;
  border: none;
  background: none;
}

.wp-block-calendar table caption,
.calendar_wrap table caption {
  font-weight: 600;
  line-height: 3.7;
  color: var(--color-primary1);
  text-align: right;
  padding-right: 14px;
  position: relative;
  z-index: 0;
}

.wp-block-calendar table th,
.wp-block-calendar table td,
.calendar_wrap table th,
.calendar_wrap table td {
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  border: 0;
  padding: 0;
  text-align: center;
  border-radius: 0;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  background: var(--color-primary1);
  border: 6px solid #f5f6fa;
}

.wp-block-calendar table td,
.calendar_wrap table td {
  color: initial;
  background: #eaedf6;
  border-collapse: collapse;
  outline: 5px solid #f5f6fa;
  outline-offset: -3px;
}

.sidebar .wp-block-calendar table td#today,
.sidebar .calendar_wrap table td#today {
  background: #727272;
  color: #fff;
}

.sidebar .wp-block-calendar table td a,
.sidebar .calendar_wrap table td a {
  color: var(--color-primary1);
}

.wp-block-calendar table tfoot,
.calendar_wrap table tfoot {
  background-color: #e9e9ea;
}

.wp-calendar-nav {
  color: var(--color-primary1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.widget div.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a,
.widget div.calendar_wrap .wp-calendar-nav span.wp-calendar-nav-prev a {
  text-decoration: none;
  color: var(--color-primary1);
  padding: 6px 12px;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.widget .wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:hover,
.widget .wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:focus,
.widget .calendar_wrap .wp-calendar-nav span.wp-calendar-nav-prev a:hover,
.widget .calendar_wrap .wp-calendar-nav span.wp-calendar-nav-prev a:focus {
  color: #000;
  background: var(--color-primary1);
}

.comment-form textarea:focus {
  border: 2px solid var(--color-primary1);
}

.sidebar .widget.woocommerce ul > li:not(:last-child) {
  margin-bottom: 20px;
}

.widget_products img {
  border-radius: 8px;
}

.widget_shopping_cart li a::after {
  content: none !important;
}

.sidebar .widget.widget_shopping_cart ul > li:last-child {
  display: block;
}

.inarea-blog-single-page-one .blog-item .blog-content .heding {
  font-size: 25px
}

.inarea-blog-single-page-one .blog-item .blog-content .bottom-paragraph {
  padding-top: 27px
}

.inarea-blog-single-page-two {
  padding-bottom: 80px
}

.inarea-blog-single-page-two .singel-page-area {
  margin: 0 auto
}

.inarea-blog-single-page-two .singel-page-area .blog-items {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(9, 29, 118, 0.15);
  padding: 37px 30px 22px 30px;
  position: relative;
  transition: all 300ms linear 0s;
  margin-bottom: 30px
}

.inarea-blog-single-page-two .singel-page-area .blog-items::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: var(--color-primary1);
}

.inarea-blog-single-page-two .singel-page-area .blog-items .theme-button {
  line-height: 40px;
  font-size: 18px;
  min-width: 140px;
  margin-bottom: 30px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content {
  position: relative;
  padding: 30px 0 25px 40px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 93%;
  border-top: 1px solid rgba(204, 204, 204, 0.639);
  border-bottom: 1px solid rgba(204, 204, 204, 0.639)
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 93%;
  border-top: 1px solid rgba(204, 204, 204, 0.639);
  border-bottom: 1px solid rgba(204, 204, 204, 0.639)
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .heding {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-primary1);
  padding-bottom: 7px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content p {
  padding-bottom: 23px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .bottom-paragraph {
  padding-bottom: 30px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .bottom-paragraph-one {
  padding-bottom: 23px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .quote {
  background-color: #f8f9ff;
  padding: 19px 30px 22px;
  position: relative;
  transition: all 300ms linear 0s
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .quote::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: var(--color-primary1);
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .quote cite {
  color: var(--color-primary1);
  font-size: 18px;
  font-weight: 400;
  display: block
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .quote .theme-btn {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #f26f33;
  margin-top: 18px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .bottom-paragraph-one {
  padding-top: 30px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .blog-content .bottom-paragraph-two {
  padding: 0
}

.inarea-blog-single-page-two .singel-page-area .blog-items .comment-timing {
  padding-top: 15px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .comment-timing li {
  display: inline-block
}

.inarea-blog-single-page-two .singel-page-area .blog-items .comment-timing li a {
  font-size: 14px;
  color: var(--color-primary1);
  line-height: 1;
  border-right: 1px solid #ebebeb;
  padding: 0 15px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .comment-timing li a i {
  background: var(--color-primary1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .comment-timing li:first-child a {
  border: 0;
  padding-right: 0
}

.inarea-blog-single-page-two .singel-page-area .blog-items .shap {
  height: 240px;
  width: 1px;
  background-image: var(--color-primary1);
  position: absolute;
  left: 50px;
  top: 45px;
  bottom: 50px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .shap .shap-top-img {
  position: absolute;
  top: -5px;
  left: -20px
}

.inarea-blog-single-page-two .singel-page-area .blog-items .shap .shap-top-img img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  object-fit: cover
}

.inarea-blog-single-page-two .singel-page-area .blog-items .shap::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: block;
  background: var(--color-primary1)
}

.author-details {
  display: flex;
  background-color: #0b1b62;
  margin-top: 70px;
  padding: 50px
}

.author-details .image img {
  height: 285px;
  width: 250px;
  object-fit: cover
}

.author-details .text-item {
  padding-right: 30px
}

.author-details .text-item h6 {
  color: var(--color-primary1);
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px
}

.author-details .text-item .author {
  color: #fff;
  padding-bottom: 7px
}

.author-details .text-item p {
  color: #fff;
  font-size: 16px;
  font-weight: 400
}

.comments-area {
  margin-top: 50px;
  padding: 15px;
  border: 1px solid var(--color-primary1);
  box-shadow: -3px 5px var(--color-primary1);
}

.comments-area .title {
  padding-bottom: 35px
}

.comments-area .title h2 {
  color: var(--color-secondary2);
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 17px
}

.comments-area .title .shap {
  margin: 0;
  text-align: right
}

.comments-area .blog-items {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(9, 29, 118, 0.15);
  padding: 37px 30px 22px 80px;
  position: relative;
  transition: all 300ms linear 0s;
  margin-bottom: 30px
}

.comments-area .blog-items::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: var(--color-gradient2)
}

.comments-area .blog-items .theme-button {
  line-height: 35px;
  font-size: 12px;
  min-width: 80px;
  margin-bottom: 30px;
  text-align: right;
  padding: 0 15px;
  position: relative
}

.comments-area .blog-items .theme-button i {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 12px;
  left: 15px
}

.comments-area .blog-items .blog-content {
  position: relative;
  padding: 30px 0 13px
}

.comments-area .blog-items .blog-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.639);
  border-bottom: 1px solid rgba(204, 204, 204, 0.639)
}

.comments-area .blog-items .blog-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.639);
  border-bottom: 1px solid rgba(204, 204, 204, 0.639)
}

.comments-area .blog-items .blog-content .heding {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-secondary2);
  padding-bottom: 10px
}

.comments-area .blog-items .shap {
  height: 140px;
  width: 2px;
  background-image: var(--color-gradient5);
  position: absolute;
  left: 50px;
  top: 45px;
  bottom: 50px
}

.comments-area .blog-items .shap::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  background: var(--color-secondary2)
}

.comments-area .blog-items .shap::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: block;
  background: var(--color-gradient2)
}

.comments-area .comment-two {
  height: auto;
  width: 700px;
  max-width: 90%;
  margin-top: 50px;
  margin-right: auto
}

.comments-area .comment-three {
  margin-top: 50px
}

.comment-respond .comment-reply-title {
  padding-bottom: 35px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 10px;
  position: relative;
}

.comment-respond form {
  margin-top: 20px
}

.comment-respond form .your-comment {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(9, 29, 118, 0.15);
  display: flex;
  padding: 22px 0;
  border-radius: 50px;
  position: relative;
  margin-bottom: 30px
}

.comment-respond form .your-comment .icon {
  background-image: var(--color-gradient3);
  transition: 0.3s;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 13px
}

.comment-respond form .your-comment .icon:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: block;
  border: 4px solid #fff
}

.comment-respond form .your-comment input {
  border: none;
  background: none;
  outline: none;
  color: var(--color-secondary2);
  padding: 0 73px;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 100%
}

.comment-respond form .text-commnt {
  border-radius: 80px
}

.comment-respond form .text-commnt textarea {
  border: none;
  background: none;
  outline: none;
  padding: 0 55px 10px 55px;
  height: 120px;
  width: 100%;
  resize: none
}

.comment-respond form .check-item {
  display: flex;
  padding-top: 13px
}

.comment-respond form .check-item input {
  margin-top: 6px
}

.comment-respond form .check-item p {
  color: var(--color-secondary2);
  font-size: 16px;
  padding-right: 10px
}

.comment-respond form .theme-button {
  margin-top: 23px;
  padding: 0 22px
}

.comment-respond .form-check .form-check-input {
  background-color: #f26f33;
  border: 0;
  box-shadow: none;
  outline: none
}


/* WP Single Blog Page */

.single-comments-title {
  margin-bottom: 35px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list,
.children {
  list-style: none;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-body {
  background-color: #fff;
  border: 1px solid var(--color-primary1);
  padding: 37px 30px 22px 30px;
  position: relative;
  transition: all 300ms linear 0s;
  margin-bottom: 30px;
}

.comment-body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: var(--color-primary1);
}

.comment-body .comment-meta {
  padding-top: 30px;
  margin-top: 56px;
  padding-left: 50px;
}

.comment-body .comment-content::after,
.comment-body .comment-meta::before {
  content: "";
  position: absolute;
  top: 94px;
  right: 30px;
  left: 0;
  height: 5px;
  width: 86%;
  border-top: 1px solid var(--color-primary1);
  border-bottom: 0;
}

.comment-body .comment-content::after {
  top: unset;
  bottom: 0;
  right: 0;
  width: 93.308%;
}

.comment-content {
  position: relative;
  padding: 15px 0 30px 55px;
  margin-bottom: 50px;
}

.comment-author.vcard img {
  top: 30px;
  position: absolute;
  left: 31px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  display: none;
}

.comment-author {
  font-size: 20px;
}

.comment-metadata a,
.comment-author a {
  color: #000 !important;
}

.comment-metadata a.comment-edit-link {
  color: #fff !important;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-author a:hover,
.comment-author a:focus {
  color: var(--color-primary1);
}

.comment-body .reply {
  position: absolute;
  top: 29px;
}

.comment-edit-link,
.comment-reply-link {
  color: #fff !important;
  font: 600 20px/50px "Inter", sans-serif;
  display: inline-block;
  background: var(--color-primary1);
  transition: 0.3s;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  text-align: right;
  padding: 0 15px;
  position: relative;
  line-height: 35px;
  font-size: 18px;
  min-width: 140px;
}

.comment-edit-link:hover,
.comment-edit-link:focus,
.comment-reply-link:hover,
.comment-reply-link:focus {
  background: var(--color-primary1);
  color: #fff;
}

.comment-edit-link:after,
.comment-reply-link:after {
  content: "\f178";
  font-family: var(--font-awesome);
  margin-right: 10px;
  float: left;
}

.comment-meta .comment-metadata {
  position: absolute;
  bottom: 15px;
  font-size: 15px;
}

.comment-meta .comment-metadata:before {
  content: "\f073";
  font-family: var(--font-awesome);
  margin-left: 5px;
  background: var(--color-gradient2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comment-list ol.children {
  padding-right: 70px;
}


/*wocommerse*/

.product-single .product-content-outer {
  border-top: 1px solid rgb(240 240 240 / 75%);
  padding: 0px 15px !important;
  background-color: #ffffff;
}

.product .product-single .sale-ribbon {
  position: absolute;
  top: 15px;
  right: 0px !important;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 12px;
  text-transform: uppercase;
  color: var(--bs-white);
  background: var(--color-primary1) none repeat scroll 100% 0;
  box-shadow: 0 0 12px rgb(255 255 255 / 35%);
  z-index: 1;
  transform: rotate(90deg);
}

.product-single .product-content h3 a {
  color: var(--color-primary1);
  font-size: 20px;
}

.woocommerce ul.products li.product a.wc-forward {
  background: var(--color-primary1);
  color: #fff !important;
  font-size: 15px;
  padding: 8px 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 0;
  margin-top: 5px;
  text-align: center;
  display: block;
}

.woocommerce ul.products li.product a.wc-forward:hover {
  background-color: #173359;
}

.woocommerce .product-action {
  display: inline-block;
}

.woocommerce ul.products li.product div.price {
  font-size: 14px;
  line-height: 1.2;
}

tr.woocommerce-cart-form__cart-item.cart_item a {
  text-decoration: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--color-primary1);
  font-size: 16px;
}

span.tag-line {
  position: absolute;
  z-index: 999;
  top: 0;
  background: #ff0000;
  right: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
}

.comment-respond .comment-reply-title {
  font-size: 45px;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.comment-form > p:not(:last-child) {
  margin-bottom: 35px;
}

.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
  flex: auto;
}

.comment-form-comment {
  max-width: 100%;
  flex-basis: 100%;
}

.comment-form > p.comment-notes {
  flex-basis: 100%;
  text-align: center;
}

.comment-form-cookies-consent,
.form-submit {
  width: 100%;
}

.comment-form input:not([type='submit']):not([type="checkbox"]):not([type="radio"]),
.comment-form textarea {
  width: 100%;
  background-color: #fff;
  padding: 20px 36px;
  border-radius: 0;
  position: relative;
  margin-bottom: 0;
  border: 1px solid var(--color-primary1);
  outline: none;
  transition: all 300ms linear 0s;
  border-radius: 3px;
}

.comment-form textarea {
  padding: 20px 50px;
  height: 164px;
}

.comment-form input[type="checkbox"] {
  background-color: #f26f33;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: .25em;
  margin-left: .25em;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.comment-form input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.comment-form input[type='submit'] {
  color: #fff;
  text-align: center;
  font: 600 20px/50px "Inter", sans-serif;
  display: inline-block;
  transition: 0.3s;
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  margin-top: 23px;
  padding: 0 22px;
  background: var(--color-primary1);
}

.comment-form input[type='submit']:hover,
.comment-form input[type='submit']:focus {
  background-position: left center;
  color: #fff;
  background: #173359;
}

.inarea-features-area {
  padding: 120px 0 130px;
  overflow: hidden
}

.inarea-features-area .title {
  padding-bottom: 45px
}

.inarea-features-area .features-items {
  box-shadow: 0px 0px 15px 0px rgba(9, 29, 118, 0.15);
  padding: 40px 20px
}

.inarea-features-area .features-items .features-img {
  text-align: center
}

.inarea-features-area .features-items .features-img img {
  max-width: 200px;
}

.inarea-features-area .features-items .features-img i {
  font-size: 100px;
  color: var(--color-primary1);
}

.inarea-features-area .features-items b,
.inarea-features-area .features-items b a {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 8px;
  color: var(--color-secondary2);
}

.inarea-features-area .correction {
  padding: 40px 20px 47px 20px
}


/*404 page*/

.error-area {
  padding: 100px 0;
  overflow: hidden
}

.error-area .error-item .image img {
  max-width: 100%
}

.error-area .error-item h2 {
  font-size: 200px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.1;
}

.error-area .error-item h3 {
  color: var(--color-primary1);
  font-size: 50px;
  font-weight: bold;
  padding-top: 5px
}

.error-area .error-item p {
  color: var(--color-primary1);
  font-size: 16px;
  font-weight: 400;
  max-width: 480px;
  margin: 0 auto;
  padding: 17px 0 32px
}

.error-area .error-item .back-btn {
  background: var(--color-primary1);
  color: #fff;
  min-width: 120px;
  margin-top: 0px;
  padding: 10px;
  margin-bottom: 30px;
}

.error-area .error-item .go-to-home {
  min-width: 180px
}

.error-two-area .error-item h2 {
  padding-top: 37px
}


/*footer area*/

.footer-area {
  display: block;
}

.footer-area {
  background: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-area .widget_text,
.footer-area .widget_text p,
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  color: #aaa;
}

.footer-area .widget_block h1,
.footer-area .widget_block h2,
.footer-area .widget_block h3,
.footer-area .widget_block h4,
.footer-area .widget_block h5,
.footer-area .widget_block h6 {
  color: #fbfbfb;
  font-size: 25px;
}

.footer-area .footer-row {
  padding: 40px 0;
  justify-content: center;
}

.footer-area .footer-logo {
  padding-bottom: 60px
}

.footer-area .footer-logo p {
  color: #fff;
  padding: 35px 0 20px
}

.footer-area .widget_social_widget li a {
  border: 0
}

.footer-area .widget_social_widget li .facebook {
  background: #2569f3
}

.footer-area .widget_social_widget li .pinterest {
  background: #ce0cff
}

.footer-area .widget_social_widget li .twitter {
  background: #00a2ff
}

.footer-area .widget_social_widget li .linkedin {
  background: #0077b5
}

.footer-area .widget_social_widget li .youtube {
  background: #ed4234
}

.footer-area .footer-widget {
  color: #e1e1e1;
  margin-bottom: 25px;
}

.footer-area .footer-widget .w-title {
  color: #f6f6f6;
  font-size: 28px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.footer-area .footer-widget .shap {
  width: 80px;
  margin: 25px 0;
  height: 3px;
  background: #fff;
  display: none;
  position: relative
}

.footer-area .footer-widget .shap::before {
  content: "";
  position: absolute;
  right: -5px;
  left: 0;
  bottom: -5px;
  background: var(--color-primary1);
  height: 14px;
  width: 14px;
  border-radius: 50%;
  z-index: 2;
  animation: moveleftRight 5s linear infinite
}

.footer-area .footer-widget .widget:not(.widget_social_widget):not(.widget_tag_cloud) li {
  display: block
}

.textwidget.footer-logo ul li {
  display: inline-block !important;
}

.footer-area .footer-widget .widget:not(.widget_social_widget):not(.widget_tag_cloud) li a {
  color: #e1e1e1;
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  padding-right: 0;
  position: relative;
}

.footer-area .footer-widget .widget:not(.widget_social_widget):not(.widget_tag_cloud) li:before {
  content: "\f105";
  font-family: 'Fontawesome';
  font-size: 14px;
  padding-left: 10px;
  color: var(--color-primary1);
}

.footer-area .footer-widget .widget:not(.widget_social_widget):not(.widget_tag_cloud) li a:hover {
  color: var(--color-primary1);
}

.footer-area .footer-widget .widget:not(.widget_social_widget):not(.widget_tag_cloud) li a::after {
  color: #1b7fb9;
}

.footer-area .footer-widget .widget:not(.widget_social_widget):not(.widget_tag_cloud) li a::after {
  display: none;
}

.footer-area .footer-widget.fw-2 {
  margin-right: -35px
}

.footer-area .footer-widget.pl0 {
  padding-right: 0
}

.footer-area .footer-widget .input-group {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px
}

.footer-area .footer-widget .input-group .form-control {
  box-shadow: none;
  outline: none;
  border: 0;
  border-radius: 22px;
  padding: 0 15px;
  line-height: 32px;
  background: transparent;
  color: #fff
}

.footer-area .footer-widget .input-group .form-control.placeholder,
.footer-area .footer-widget .input-group .form-control:-moz-placeholder,
.footer-area .footer-widget .input-group .form-control::-moz-placeholder,
.footer-area .footer-widget .input-group .form-control::-webkit-input-placeholder {
  color: #fff
}

.footer-area .footer-widget .input-group .theme-button {
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  min-width: 100px;
  cursor: pointer;
  border-radius: 25px !important
}

.footer-area h6 {
  color: #fff;
  font-size: 15px;
  padding-bottom: 15px
}

.copy-right .container {
  display: block;
  text-align: center;
  align-items: center;
  justify-content: space-between
}

.copy-right p {
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 16px;
  padding: 15px 0;
}

.footer-copyright,
.footer-copyright a {
  color: #fff;
  padding: 10px 0;
}

.copy-right p a {
  color: #fff;
  text-decoration: underline
}


/*===== Gallery =====*/


/* --------------------------------------------- */


/* * gallery * */


/* ---------------------------------------------  */

.gallery-item {
  border-radius: 10px;
  overflow: hidden;
}

.gallery-homepage .gallery-item {
  border-radius: 0;
}

.col figure.gallery-item {
  margin: 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--bs-primary);
}

.gallery-icon {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.gallery-icon img {
  height: 250px;
  width: 100%;
}

.footer-widget .gallery-icon img {
  height: 100%;
}

.footer-widget .gallery-icon {
  height: 100%;
}

.gallery-icon:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  left: -100%;
  right: auto;
  opacity: 0;
  transition: all 150ms ease-in-out 200ms;
}

.gallery-icon:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  height: 50%;
  width: 100%;
  right: -100%;
  transition: all 150ms ease-in-out 200ms;
}

.gallery-item:hover .gallery-icon:before,
.gallery-item:focus-within .gallery-icon:before {
  left: 0;
  opacity: 1;
  width: 100%;
  height: 50%;
  z-index: 1;
  transition: all .5s;
}

.gallery-item:hover .gallery-icon:after,
.gallery-item:focus-within .gallery-icon:after {
  right: 0;
  opacity: 1;
  transition: all .5s;
}

.gallery-popup-icon {
  position: absolute;
  right: 30px;
  left: 30px;
  text-align: center;
  top: 30px;
  width: fit-content;
  opacity: 0;
  z-index: 1;
}

.gallery-item .gallery-popup-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 1.125rem;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 100%;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  opacity: 0;
  transition: var(--bs-transition-very-slow);
  -webkit-transition: var(--bs-transition-very-slow);
}

.gallery-item figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px 25px;
  color: var(--bs-white);
  opacity: 0;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -webkit-transition: var(--bs-transition-slow);
  transition: var(--bs-transition-slow);
  z-index: 1;
}

.gallery-caption h4 {
  margin-bottom: .125rem;
}

.gallery-caption h5 {
  position: relative;
  color: var(--bs-primary);
  margin-bottom: 0;
  display: inline-block;
}

.gallery-caption h5:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -70px;
  width: 56px;
  height: 2px;
  background-color: var(--bs-primary);
  z-index: 1;
}

.gallery-item:hover .gallery-popup-icon a,
.gallery-item:focus-within .gallery-popup-icon a {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.gallery-item:hover .gallery-popup-icon a:hover,
.gallery-item:focus-within .gallery-popup-icon a:focus {
  transform: translateY(0px) rotate(-360deg);
  color: var(--bs-primary);
  background-color: var(--bs-white);
}

.gallery-item:hover .gallery-popup-icon,
.gallery-item:focus-within .gallery-popup-icon {
  opacity: 1;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}

.gallery-item:hover figcaption,
.gallery-item:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}


/* Galleries
--------------------------------------------- */

.gallery {
  margin: 1em 0 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 250px;
  margin: 0;
}

.footer-widget .gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.sidebar .widget .gallery {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .gallery-columns-2,
  .gallery-columns-9,
  .gallery-columns-8,
  .gallery-columns-7,
  .gallery-columns-6,
  .gallery-columns-5,
  .gallery-columns-4,
  .gallery-columns-3,
  .gallery-columns-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fixed-header .lower-header-area {
    position: relative;
  }
  .fixed-header {
    position: relative;
    border-bottom: unset;
    z-index: 9;
    border-bottom-right-radius: 50px;
  }
  .admin-bar .sticky-header.fixed-header {
    margin-top: 0;
  }
  .lower-part.container.sticky-header.fixed-header .collapse.navbar-collapse.navbar-menu {
    justify-content: center;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item {
    height: 150px;
  }
  .logo {
    width: 200px;
  }
  .logo h1,
  .logo p.site-title {
    font-size: 25px;
  }
  p.site-description {
    font-size: 11px;
  }
  .main-navigation .menu > li > a {
    font-size: 13px;
  }
}


/* --------------------------------------------- */


/* * gallery * */


/* ---------------------------------------------  */


/*=====  Pagination =====*/

.navigation.pagination {
  display: inline-flex;
}

nav.woocommerce-pagination ul,
.pagination .nav-links {
  display: inline-flex;
}

.pagination .page-numbers:not(.dots) {
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  color: var(--bs-white);
  background-color: #332f2e;
  display: flow-root;
  font-size: 16px;
  line-height: 1.1;
  min-width: 44px;
  text-align: center;
  padding: 0.72rem 0.35rem;
  transition: all 0.3s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 6.25rem;
  cursor: pointer;
}

.pagination .page-numbers.dots {
  display: inline-block;
  line-height: 16px;
  font-size: 50px;
  margin-left: 10px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .page-numbers.current {
  color: #fff;
  background: var(--color-primary1);
}

.pagination .page-numbers:not(.dots):not(:last-child) {
  margin-left: 10px;
}

.sp-post-pagination div.nav {
  display: inline-flex;
  align-items: center;
}

.sp-post-pagination div.nav>span {
  display: inline-block;
  margin: 0 10px;
  line-height: 40px;
  padding: 0 10px;
  font-weight: 700;
}

.sp-post-pagination div.nav a {
  display: inline-block;
  color: var(--bs-white);
  padding: 5px 25px;
  font-weight: 600;
  letter-spacing: 0.185px;
  position: relative;
  z-index: 0;
  border-radius: 6.25rem;
  background-color: var(--bs-primary);
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sp-post-pagination {
  margin-bottom: 30px;
}

:after,
:before,
* {
  box-sizing: border-box;
}


/*responsive css*/

@media (max-width: 767px) {
  .slider-call {
    right: 5%;
    left: 5%;
    bottom: -4em;
    padding: 15px;
  }
  .slider-appointment-text,
  .slider-appointment a {
    font-size: 15px;
  }
  .slider-call i {
    font-size: 24px;
  }
  .contact-content a,
  .contact-content,
  .call p a,
  .email p a {
    font-size: 14px;
  }
  .search-bar i,
  p.infotext {
    font-size: 16px;
  }
  .logo:after {
    content: none;
  }
  .slide-btn1 a,
  .slide-btn2 a {
    font-size: 12px;
  }
  .social-media {
    align-self: center;
  }
  #slider:after {
    height: 110px;
    top: 88%;
  }
  .lower-part {
    position: static;
  }
  .top-left {
    justify-content: center;
    flex-direction: column;
  }
  .top-right {
    justify-content: center;
  }
  .search-bar i {
    padding: 12px;
    margin-right: 0;
  }
  #slider img,
  #slider .slider-color-box {
    height: 400px;
  }
  #slider .owl-nav {
    display: none;
  }
  #slider .owl-dots {
    display: none;
  }
  #slider .carousel-caption {
    right: 10%;
    top: 20%;
    transform: none;
    left: 10%;
    text-align: right;
  }
  #slider .inner_carousel h1 a {
    font-size: 20px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
  #slider-section .no-center {
    width: 112px;
    padding: 10px;
  }
  body,
  .page-template-template-frontpage header.main-header {
    position: static;
  }
  .abt-content-box {
    height: auto;
    padding: 20px;
  }
  #service .thumbnail img,
  #service .post-color {
    height: 300px;
  }
  #slider .inner_carousel p.slidetop-text {
    font-size: 14px;
  }
  #slider-section .inner_carousel h1 a {
    font-size: 24px;
  }
  #slider-section img,
  #slider-section .slider-color-box {
    height: 460px;
  }
  .main-header .navbar-menubar.responsive-menu {
    text-align: center;
  }
  .main-header .navbar .navbar-menu ul {
    width: 280px;
  }
  .about-banner-text {
    top: 50%;
  }
  section.slider-area.breadcrumb-section img {
    height: 270px;
  }
  .breadcrumb-section h1 {
    font-size: 25px;
  }
  #slider .inner_carousel p.slider-content {
    display: none;
  }
  #slider-section .carousel-caption {
    padding: 20px;
    display: block;
    transform: none;
    position: static !important;
    transform: none;
  }
  #slider-section .slider-content {
    position: static;
    transform: none;
  }
  #slider-section .sliderimg .slider-color-box,
  #slider-section .sliderimg img {
    height: 200px;
    object-fit: cover;
    clip-path: ellipse(50% 87% at 50% 93%);
    width: 100%;
    margin-right: 10px;
  }
  #slider-section .owl-dots {
    display: none;
  }
  #slider-section {
    height: auto;
  }
  #slider-section .no-center {
    margin: 10px;
  }
  #slider-section p {
    display: none;
  }
  .topbar {
    padding: 10px;
  }
  .topbar a,
  .topbar p {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  #slider .owl-nav {
    display: none;
  }
  #slider .owl-dots .owl-dot {
    height: 6px;
    margin: 6px 0;
    width: 6px;
  }
  #slider .inner_carousel h1 {
    line-height: 1;
  }
  #slider .inner_carousel p.slidetop-text {
    font-size: 16px;
  }
  #slider .inner_carousel h1 a {
    font-size: 26px;
  }
  .slider-appointment a,
  .slider-appointment-text {
    font-size: 16px;
  }
  .slider-call {
    padding: 18px;
  }
  .slider-call i {
    font-size: 25px;
  }
  #slider img,
  #slider .slider-color-box {
    height: 500px;
  }
  .contact-content a,
  .contact-content,
  .call p a,
  .email p a {
    font-size: 12px;
  }
  .logo:after {
    content: none;
  }
  .logo h1 a,
  .logo p.site-title a,
  .logo p.site-description {
    color: #000;
  }
  .slide-btn1 a,
  .slide-btn2 a {
    font-size: 13px;
  }
  .search-bar i {
    font-size: 18px;
  }
  #slider .owl-prev,
  #slider .owl-next {
    width: 28px;
    font-size: 20px;
  }
  #slider .inner_carousel p.slider-content {
    font-size: 12px;
  }
  #slider-section .no-center {
    top: 30%;
    padding: 14px 10px;
  }
  .customizer-rating {
    font-size: 10px;
  }
  #slider .slider-btn1 i {
    font-size: 9px;
  }
  #slider .slider-btn1 {
    padding: 6px;
    font-size: 10px;
  }
  #slider .carousel-caption {
    top: 50%;
    left: 30%;
  }
  .main-header .navbar-menubar.responsive-menu {
    text-align: center;
  }
  .logo .site-title a {
    font-size: 25px;
  }
  .logo h1 {
    line-height: 0.8;
  }
  .main-header .navbar .navbar-menu ul {
    width: 400px;
  }
  section.slider-area.breadcrumb-section img {
    height: 270px;
  }
  .main-header .navbar-menubar.responsive-menu {
    margin: 10px;
  }
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
}

@media (max-width: 1000px) {
  .navbar-menubar .main-navigation .menu > li > a,
  .navbar-menubar .page_item a {
    font-size: 14px;
  }
  .navbar-menubar .page_item_has_children ul li a,
  .main-navigation .menu .menu-item-has-children ul li a {
    font-size: 14px;
  }
  .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 {
    display: inline-block;
    margin-top: 65px;
    width: 100%;
  }
  .main-navigation .menu ul {
    display: inline-block;
    width: 100%;
  }
  .main-navigation .menu li {
    border: none;
  }
  ul#menu-testing-menu li.current-menu-item.current_page_item a {
    border: none;
    color: #ffffff;
  }
  .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;
  }
  .toggle-nav.mobile-menu {
    text-align: center;
  }
  .main-navigation .sub-menu > li,
  .main-navigation .children > li {
    border: none;
  }
  .toggle-nav {
    display: none;
    cursor: pointer;
    z-index: 999999;
  }
  .toggle-nav i {
    font-size: 30px;
    color: #000000;
  }
  .toggle-nav button {
    border: none;
    background: transparent;
    padding: 0;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    overflow-y: scroll;
    background: #1E192D;
    visibility: hidden;
  }
  .sidenav.show {
    visibility: visible;
    width: 350px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 20px;
    margin-right: 10px;
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    left: 14px;
  }
  .sidenav #site-navigation {
    width: 100%;
    background-color: #181818;
    padding-right: 6px;
    display: block;
  }
  .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 li a:before {
    content: "\00BB \00a0";
  }
  .nav ul li ul li a {
    padding-right: 20px !important;
  }
  .nav ul li ul li ul li a {
    padding-right: 30px !important;
  }
  .main-navigation li {
    padding: 0;
  }
  .main-navigation ul li a,
  .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,
  .menu ul li a {
    color: #ffffff !important;
    display: block;
    border: none;
    text-align: right;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }
  .sidebar .widget .main-navigation ul li a,
  .sidebar .widget .main-navigation .menu > li > a,
  .sidebar .widget .main-navigation .sub-menu > li > a,
  .sidebar .widget .main-navigation .sub-menu > li > .menu-item-link-return,
  .sidebar .widget .main-navigation .menu > li > a,
  .sidebar .widget .main-navigation .children > li > a,
  .sidebar .widget .main-navigation .children > li > .menu-item-link-return,
  .sidebar .widget .menu ul li a,
  .footer-row .footer-widget .widget .main-navigation ul li a,
  .footer-row .footer-widget .widget .main-navigation .menu > li > a,
  .footer-row .footer-widget .widget .main-navigation .sub-menu > li > a,
  .footer-row .footer-widget .widget .main-navigation .sub-menu > li > .menu-item-link-return,
  .footer-row .footer-widget .widget .main-navigation .menu > li > a,
  .footer-row .footer-widget .widget .main-navigation .children > li > a,
  .footer-row .footer-widget .widget .main-navigation .children > li > .menu-item-link-return,
  .footer-row .footer-widget .widget .menu ul li a {
    color: #332f2e !important;
    display: block;
    border: none;
    text-align: right;
    padding: 0px;
    padding-right: 18px;
    border-bottom: none;
  }
  .footer-row .footer-widget .widget .main-navigation ul li a,
  .footer-row .footer-widget .widget .main-navigation .menu > li > a,
  .footer-row .footer-widget .widget .main-navigation .sub-menu > li > a,
  .footer-row .footer-widget .widget .main-navigation .sub-menu > li > .menu-item-link-return,
  .footer-row .footer-widget .widget .main-navigation .menu > li > a,
  .footer-row .footer-widget .widget .main-navigation .children > li > a,
  .footer-row .footer-widget .widget .main-navigation .children > li > .menu-item-link-return,
  .footer-row .footer-widget .widget .menu ul li a {
    color: #ffffff !important;
  }
  #site-navigation .menu ul li a:hover {
    color: var(--color-primary1);
  }
  /* mobile menu */
  /*NEW */
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
    border: none;
  }
  .main-navigation .sub-menu li ul.sub-menu,
  .main-navigation .children li ul.children {
    right: 0px !important;
  }
  .navigation_header .nav,
  .navbar-expand-xl {
    display: inline-block;
  }
  .main-navigation .sub-menu,
  .main-navigation .children {
    background: transparent;
  }
  .caret {
    display: none;
  }
  .main-navigation ul li ul a {
    background: 100% 0
  }
  .main-navigation ul li ul li ul li a {
    background: 100% 0;
    padding-right: 22px;
    color: rgba(255, 255, 255, .5)
  }
  .main-navigation a.current,
  .main-navigation li.current>a {
    color: #c5a47e
  }
  .main-navigation ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
  }
  .main-navigation ul .dropdown:focus-within>ul {
    display: block !important
  }
  .main-navigation ul>li>ul {
    background-color: #2a2a2a
  }
  .main-navigation ul li a,
  .navbar-menubar .main-navigation .menu > li > a,
  .navbar-menubar .page_item a {
    background: 100% 0;
    color: #fff;
    display: inline-block;
    padding: 12px 15px;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: right
  }
  .main-navigation ul.menu>li>ul>li>a {
    padding-right: 22px;
    color: rgba(255, 255, 255, .5)
  }
  .main-navigation ul.menu>li>ul>li.dropdown>a {
    padding-right: 22px
  }
  .main-navigation ul.menu>li>ul>li.dropdown {
    width: auto
  }
  .main-navigation ul li.dropdown .la {
    border-right: 1px solid rgba(130, 130, 130, .58);
    color: #fff;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }
  .main-navigation .menu .dropdown-menu {
    position: relative;
    z-index: 1;
    display: none;
    float: none;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0 50px;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
    right: 0 !important;
  }
  #site-navigation .menu li.dropdown .bi,
  .main-navigation .menu li i,
  .menu li.page_item ul.children i {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, .13);
    color: #b3b3b9;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }
  #site-navigation .menu li.dropdown .bi,
  .main-navigation ul li.dropdown .bi,
  .main-navigation .menu li i,
  ul.children.dropdown-menu li i,
  .menu li.page_item ul.children i {
    position: absolute;
    z-index: 99;
    width: 60px;
    left: 0;
    top: 0;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
  }
  .menu li.page_item i,
  .main-navigation .menu li i {
    left: -254px !important;
    top: -10px !important;
    width: 40px !important;
  }
  .menu li.page_item ul.children li.page_item i,
  .menu li.menu-item ul.sub-menu li.menu-item i {
    left: 0 !important;
  }
  .main-navigation ul.menu>li {
    padding: 0;
  }
  .main-navigation ul li:last-child,
  .main-navigation ul.menu>li>ul>li:last-child,
  .main-navigation .menu>li>ul>li:last-child,
  .main-navigation .menu>li>ul>li>ul>li:last-child {
    border-bottom: none;
  }
  #slider .inner_carousel h1 {
    line-height: 1;
  }
  .sidebar {
    margin-top: 50px;
  }
  #slider .slide-btn2 a,
  #slider .slide-btn1 a {
    padding: 6px 15px;
    font-size: 11px;
  }
  #slider .slide-btn2 a,
  #slider .slide-btn1 a:hover {
    border: 1px solid #fff;
  }
  #slider .slide-btn2 a:hover,
  #slider .slide-btn1 a {
    border: 1px solid var(--color-primary1);
  }
  #service-sec .post-icon i {
    height: 65px;
  }
  #service-sec .more-details {
    padding: 10px;
  }
  #service-sec .cat-inner-box img,
  .post-color {
    height: 300px;
  }
  .headerbox {
    border-bottom: 7px solid #D9D9D9;
    border-top: 7px solid var(--color-primary1);
  }
  a.closebtn.mobile-menu {
    display: block;
  }
  #service-sec .post-title {
    padding: 10px 20px;
  }
  #service-sec .inner-content h3 {
    line-height: 0.8;
  }
  #service-sec .inner-content h3 a {
    font-size: 13px;
  }
  #service-sec .more-details a,
  #service-sec .serv-short {
    font-size: 12px;
  }
  #service-sec .inner-content p {
    font-size: 11px;
  }
  #service-sec .post-icon i,
  #service-sec h2 {
    font-size: 23px;
  }
  .navbar-menubar.responsive-menu.navigation_header {
    justify-content: center;
  }
  .menu-content {
    background: linear-gradient(to left, #DB9A11 50%, #E1AA35 50%);
  }
  .search-bar,
  .navbar-menubar.responsive-menu.navigation_header {
    width: 50%;
  }
  .inner_searchbox input.search-field {
    font-size: 14px;
    min-height: 45px !important;
  }
  body.admin-bar .search-close {
    top: 48px;
  }
  .search-close {
    font-size: 17px;
  }
  #product-section h3 a {
    font-size: 18px;
  }
  #product-section h3 {
    line-height: 1;
  }
  .navbar-menubar.responsive-menu {
    display: block;
  }
  .logo {
    height: auto;
  }
  #slider .slider-btn1 {
    padding: 7px 13px;
    font-size: 15px;
  }
  .logo {
    position: static;
    margin-bottom: 15px;
  }
  .navbar-menubar.left-menu,
  .navbar-menubar.right-menu {
    display: none;
  }
  #slider-section .total-yrs {
    font-size: 14px;
  }
  #service .read-btn a {
    font-size: 10px;
    padding: 10px 16px;
  }
  .youtube-icon-overlay {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  #slider-section .experience-text {
    font-size: 10px;
  }
  .navbar-toggler {
    background: var(--color-primary1);
    color: #000;
    padding: 10px 15px;
    border-radius: 0;
    margin: 10px 0;
    border: 2px solid var(--color-primary1);
  }
  p.site-description {
    font-size: 10px;
  }
  .custom-logo {
    width: 150px !important;
  }
  .comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit),
  .comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
  body.admin-bar .main-header.header-fixed {
    top: -70px;
  }
  .blog-item .comment-timing li a {
    border-right: none;
    padding: 0;
  }
  .error-area .error-item h2 {
    font-size: 40px;
  }
  .inarea-blog-2-column-area .sidebar .post-area .post-item .post-id b {
    font-size: 13px;
  }
  .inarea-blog-2-column-area .sidebar .Your-Business h2 {
    font-size: 28px;
  }
  .inarea-blog-single-page-one .blog-item .blog-content .heding {
    font-size: 20px;
  }
  .page-template-template-frontpage .main-header .navbar .navbar-menu ul li.current-menu-item a {
    background: none;
    color: #fff;
  }
  #service h2 a {
    font-size: 23px;
  }
  #service .abt-title {
    font-size: 12px;
    padding-right: 2em;
  }
  #service .abt-content {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .sidenav.show {
    visibility: visible;
    width: 300px;
  }
}

@media (max-width: 2560px) and (min-width: 1024px) {
  ul.sub-menu.dropdown-menu i,
  ul.children i {
    display: none;
  }
}

@media (min-width: 999px) and (max-width: 1024px) {
  #slider .carousel-caption {
    left: 35%;
  }
  #slider .owl-nav button.owl-next {
    left: 4%;
  }
  .main-navigation .menu > li > a {
    font-size: 12px;
  }
  .search-bar i {
    font-size: 16px;
  }
  .logo:after {
    width: 250px;
    height: 150px;
  }
  .logo h1 a,
  .logo p a {
    font-size: 18px;
  }
  .contact-content a,
  .contact-content {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .contact-col {
    padding-right: 26px;
  }
  .logo:after {
    width: 350px;
    height: 150px;
    right: 0;
  }
  .search-bar i {
    font-size: 18px;
  }
  #slider .owl-nav button.owl-prev {
    right: 84%;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1650px) {
  .logo:after {
    width: 370px;
    height: 160px;
  }
  .contact-col {
    padding-right: 20px;
  }
  #slider .owl-nav button.owl-prev {
    right: 84%;
  }
  .main-navigation .menu > li > a {
    font-size: 14px;
  }
}

@media screen and (min-width:1700px) and (max-width:1900px) {
  .container {
    max-width: 1520px !important;
  }
}

@media screen and (min-width:1920px) {
  .container {
    max-width: 1620px !important;
  }
}

.video-container iframe,
.custom-embedded-video iframe {
  width: 100%;
  border-radius: 10px;
}

.wc-forward.button {
  padding: 10px;
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol.wp-block-latest-comments li {
  margin: 0;
}

.footer-area .footer-widget {
  overflow-wrap: anywhere;
}

.related-post h3 {
  margin: 5px 0 20px;
}

.related-post {
  margin-top: 50px;
  padding: 15px;
  border: 1px solid var(--color-primary1);
  box-shadow: -3px 5px var(--color-primary1);
}

.blog-item.inner-related-post {
  padding: 20px 10px;
  overflow-wrap: anywhere;
}

.blog-item.inner-related-post p,
.blog-item.inner-related-post .comment-timing {
  padding-top: 10px;
}

.related-post {
  margin-top: 30px;
  font-size: 20px
}


/*===== * Cart =====*/

:root {
  --color-primary1: #DB9A11;
}

.widget_shopping_cart_content .cart-header i,
.cart-wrapper .cart-icon-wrap i {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  font-size: 22px;
}

.cart-icon-wrap,
.cart-wrapper {
  position: relative;
}

.sale-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  background: var(--color-primary1);
  font-weight: 600;
  color: #ffffff;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product .product-single .sale-ribbon {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 12px;
  text-transform: uppercase;
  color: var(--bs-white);
  background: var(--color-primary1) none repeat scroll 100% 0;
  box-shadow: 0 0 12px rgb(255 255 255 / 0.35);
  z-index: 1;
}

.woocommerce ul.products li.product .price {
  color: var(--color-primary1);
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  position: relative;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 18px;
  color: #f8be1f;
  margin-bottom: 10px;
}

.woocommerce .star-rating::before {
  color: #f8be1f;
}

.woocommerce ul.products li.product div.price {
  color: #000;
  margin: 15px 0;
}


/*wocommerse*/

.product-single .product-content-outer {
  border-top: 1px solid rgb(240 240 240 / 75%);
  padding: 0px 15px !important;
  background-color: #ffffff;
}

.product .product-single .sale-ribbon {
  position: absolute;
  top: 15px;
  right: 0px !important;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 12px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-primary1) none repeat scroll 100% 0;
  box-shadow: 0 0 12px rgb(255 255 255 / 35%);
  z-index: 1;
  transform: rotate(90deg);
}

.product-single .product-content h3 a {
  color: var(--color-primary1);
}

.woocommerce ul.products li.product div.price {
  font-size: 14px;
  line-height: 1.2;
}

tr.woocommerce-cart-form__cart-item.cart_item a {
  text-decoration: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--color-primary1);
  font-size: 16px;
}

.cart-wrapper .cart-icon-wrap .cart-count span {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 2.05;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color-primary1);
}

.widget_shopping_cart_content .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-primary1);
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}

.widget_shopping_cart_content ul.cart-items {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none;
  max-height: 188px;
  overflow-x: hidden;
  overflow-y: auto;
}


/*===== // =====*/

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--bs-primary-light);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--color-primary1);
}

.expert-construction-company-content .container.woo-container {
  padding: 0;
}

.woo-container .row {
  width: 100%;
  flex-basis: 100%;
}

.expert-construction-company-content .woocommerce div.product {
  margin-bottom: 30px;
}

.woocommerce form.woocommerce-ordering {
  margin: 0 0 2em;
}

.expert-construction-company-content .page-title {
  margin-bottom: 1.25rem;
}


/* Woo Product Style */

.woocommerce .woocommerce-ordering select.orderby {
  background-color: var(--bs-white);
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  border-color: #ececec;
  cursor: pointer;
}

.woocommerce p.woocommerce-result-count {
  margin: 0;
  padding: 13px 16px;
  background-color: var(--color-primary1);
  color: #000;
}

.product-single {
  background-color: #ffffff;
  border: 1px solid rgb(238 238 238 / 85%);
  box-shadow: 0px 10px 30px rgb(5 5 5 / 8%);
  border-radius: 15px;
  overflow: hidden;
  transition: all 500ms ease 0s;
}

.product-single .product-content h3 a {
  color: #000;
}

.product-single .product-content h3 a:hover {
  color: var(--color-primary1);
}

.product-single:hover,
.product-single:focus-within {
  box-shadow: 0px -10px 20px rgb(5 5 5 / 12%);
}

.product-img {
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product a {
  display: inline-block;
  margin-bottom: 15px;
}

.woocommerce ul.products li.product a:hover {
  color: var(--color-primary1);
}

.woocommerce ul.products li.product .product-img a img {
  margin: 0;
  height: 220px;
  object-fit: cover;
  width: 600px;
}

.woocommerce #product-content ul.products {
  padding-top: 30px;
}

.product-single .product-content-outer {
  border-top: 0;
  padding: 20px 30px;
  background-color: #ffffff;
}

.sale-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  background: var(--color-primary1);
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .product-single h3 {
  font-size: 20px;
  padding: 0;
  margin-bottom: 8px;
}

.woocommerce ul.products li.product div.price {
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce ul.products li.product .product-single:hover .product-action,
.woocommerce ul.products li.product .product-single:focus-within .product-action {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce ul.products li.product .product-action {
  position: static;
  opacity: 1;
  display: inline-block;
}

.woocommerce ul.products li.product .product-action .button.add_to_cart_button,
.woocommerce ul.products li.product .product-action .button {
  background: var(--color-primary1);
  color: #000;
  font-size: 15px;
  padding: 10px 18px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 8px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.woocommerce ul.products li.product .added_to_cart {
  background: var(--color-primary1);
  color: #000 !important;
  font-size: 15px;
  padding: 8px 18px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 8px;
  display: inline-block !important;
}

.woocommerce ul.products li.product .product-action .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action .button:hover {
  background-color: #102E19;
  color: #fff;
}

.woocommerce ul.products li.product a.wc-forward {
  font-weight: 600;
  display: block;
  text-align: center;
  color: var(--color-primary1);
  border: 1px solid var(--color-primary1);
}

.product .product-single .price del span {
  color: #b7b7b7;
  text-decoration-line: line-through;
}

.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
  min-height: 38px;
}

.woocommerce #reviews #comments h3 {
  font-size: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.related.products h3 {
  text-transform: capitalize;
}

.product .product-single ul.rate {
  margin-top: 15px;
  font-size: 16px;
}

.product .product-single ul.rate li i.fa.fa-star:before {
  margin-left: 5px;
}

.product .product-single ul.rate {
  transform: translateX(100%);
  margin-top: -40px;
  font-size: 16px;
  width: 100%;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.product .product-single ul.rate li {
  background-color: rgb(17 17 17 / 0.7);
  display: inline-block;
  text-align: center;
  color: var(--bs-white);
  min-height: 40px;
  line-height: 40px;
  padding: 0 17px;
  border-radius: 20px 0 0 0;
}

.product .product-single:hover ul.rate,
.product .product-single:focus-within ul.rate {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

p.woocommerce-notice.woocommerce-notice--success {
  margin-bottom: 15px;
  padding: 15px;
  border-top: 2px solid transparent;
}

.woocommerce ul.order_details {
  padding: 15px 15px 0;
  background-color: var(--bs-white);
  border: 1px solid #d3ced2;
}

.woocommerce ul.order_details li {
  margin-bottom: 15px;
}

.woocommerce .woocommerce-order h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.woocommerce section.woocommerce-customer-details address {
  border-radius: 0;
  border: 1px solid #d3ced2;
  padding: 22px;
}

p.woocommerce-notice.woocommerce-notice--success,
div.woocommerce-info,
p.woocommerce-info,
li.woocommerce-info {
  border-color: var(--color-primary1);
  background-color: var(--bs-white);
  box-shadow: 0 6px 25px -5px rgb(0 0 0 / 0.12);
}

p.woocommerce-notice.woocommerce-notice--success a,
div.woocommerce-info a,
p.woocommerce-info a,
li.woocommerce-info a,
p.woocommerce-notice.woocommerce-notice--success:before,
div.woocommerce-info:before,
p.woocommerce-info:before,
li.woocommerce-info:before {
  color: var(--color-primary1);
}

.woocommerce nav.woocommerce-pagination {
  display: block;
  margin-top: 2.5em;
  margin-bottom: 2em;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  float: none;
  display: inline-flex;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:first-child) {
  margin-right: 4px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: inline-flex;
  min-width: 35px;
  min-height: 35px;
  line-height: 19px;
  border-radius: 100%;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
  color: #fff;
  background-color: var(--color-primary1);
}

.product .product-single a.added_to_cart.wc-forward {
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
}

.dark-product .product-single {
  background-color: var(--color-primary1);
}

.dark-product .product-single h2,
.dark-product .product-single .woocommerce-Price-amount.amount {
  color: var(--bs-white);
}

.woocommerce .dark-product div.product-single a.button,
.woocommerce div.product-single .dark-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  color: var(--color-primary1);
  background-color: var(--bs-white);
}

.dark-product .product-single a.added_to_cart.wc-forward {
  color: var(--bs-white);
}

.single-product .product .product_title.entry-title {
  letter-spacing: 0.65px;
  font-size: 34px;
  margin-bottom: 3px;
}

.single-product .product p.price {
  margin-bottom: 10px;
}

.single-product .product .product_meta > span {
  display: block;
}

.single-product .product .single_add_to_cart_button {
  margin-right: 10px;
}

.woocommerce .col2-set div.col-2,
.woocommerce-page .col2-set div.col-2,
.woocommerce .col2-set div.col-1,
.woocommerce-page .col2-set div.col-1 {
  width: 48%;
  max-width: 100%;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.select2-container--default span.select2-selection--single {
  height: 34px;
  border-radius: 0;
  background-color: #fbfbfb;
  border-color: #e9e9ea;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default .select2-selection--single span.select2-selection__arrow {
  height: 30px;
}

.woocommerce form p.form-row {
  margin: 0 0 10px;
}

.woocommerce-checkout-review-order li {
  position: relative;
}

.woocommerce-checkout-review-order li label {
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
}

.woocommerce-checkout div#payment.woocommerce-checkout-payment {
  background-color: var(--bs-white);
  box-shadow: 0 3px 30px -6px rgb(0 0 0 / 0.15);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
  background-color: var(--bs-primary-light);
  border: 2px solid var(--color-primary1);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
  border-color: var(--color-primary1);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -0.95em;
}

.woocommerce-checkout-review-order #payment ul.payment_methods label img {
  height: 38px;
  margin-right: 0.75em;
}

.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
  padding: 0 10px;
  background-color: var(--bs-white);
  line-height: 30px;
  border-radius: 20px;
  font-weight: 600;
  box-shadow: 0 0 10px -2px rgb(0 0 0 / 0.2);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 18px;
}

.woocommerce form .form-row textarea.input-text {
  padding: 7px;
}

.woocommerce .quantity .qty {
  padding: .25rem;
  min-height: 34px;
}

.woocommerce table.shop_table a.remove {
  background-color: var(--color-primary1);
  color: #fff !important;
}

.woocommerce form .form-row input.input-checkbox,
.woocommerce form .form-row input.input-checkbox#terms {
  outline: none;
  outline-offset: unset;
  display: inline-block;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wp-block-woocommerce-cart .wc-block-components-product-badge {
  font-size: 13px;
  padding: 10px;
  background-color: var(--color-primary1);
  color: #000;
  border-radius: 0;
  border: none;
  display: inline-block;
  font-weight: 600;
  text-align: center;
}

.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 {
  background-color: var(--color-primary1);
  border-color: var(--color-primary1);
  color: #000;
}

.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
  padding: 7px 6px 6px;
  width: 100%;
  max-width: 180px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: var(--bs-white);
}

@media only screen and (min-width:992px) {
  .woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
    position: absolute;
    left: 0;
  }
}

@media only screen and (max-width:991px) {
  .woocommerce ul.order_details li {
    float: none;
    border-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d3ced2;
  }
  .woocommerce p.woocommerce-result-count {
    display: block;
    text-align: center;
    width: 100%;
  }
  .woocommerce .woocommerce-ordering {
    display: block;
    width: 100%;
    margin-top: 0.5em;
  }
  .woocommerce .col2-set div.col-2,
  .woocommerce-page .col2-set div.col-2,
  .woocommerce .col2-set div.col-1,
  .woocommerce-page .col2-set div.col-1 {
    width: 100%;
    max-width: 100%;
  }
}

.product .product-single .sale-ribbon {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 12px;
  text-transform: uppercase;
  color: #000;
  background: var(--color-primary1) none repeat scroll 100% 0;
  box-shadow: 0 0 12px rgb(255 255 255 / 0.35);
  z-index: 1;
}


/* My Account Page Start */

.woocommerce-account .addresses .title .edit,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: var(--color-primary1);
}

.woocommerce-MyAccount-navigation ul {
  background-color: var(--bs-primary-light);
  border: 1px solid #e5e5e5;
  padding: 0;
  list-style: none;
  margin: 0;
}

header.woocommerce-Address-title a {
  background: #8b8888 !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 20px;
  line-height: 1.5;
  border-width: 0;
  border-style: solid;
  border-right-width: 2px;
  border-right-color: transparent;
  border-bottom-width: 1px;
  background: linear-gradient(to left, #fc8764, #fc6164);
  color: #000;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-decoration: none;
  background: var(--color-primary1);
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
  background-color: #102E19;
  color: #fff;
  border-right-color: #102E19;
}

.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid #e5e5e5;
  padding: 20px;
  background-color: #fbfbfb;
  min-height: 254px;
}

.woocommerce .woocommerce-Addresses {
  margin-top: 15px;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

.woocommerce-account .addresses address {
  margin-bottom: 0;
}

.woocommerce-account .edit-account .woocommerce-form-row input.woocommerce-Input {
  min-height: 38px;
  padding: 8px 15px;
}

.woocommerce-account .edit-account .woocommerce-form-row em {
  margin-top: 5px;
  display: block;
}

.woocommerce-account .edit-account .woocommerce-form-row {
  display: inline-block;
}

.woocommerce-account .edit-account .woocommerce-Button {
  margin-top: 10px;
}

.woocommerce-Address-title {
  position: relative;
}

.woocommerce-Address-title a.edit {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width:991px) {
  .woocommerce .woocommerce-Addresses .woocommerce-Address {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce .woocommerce-Addresses .woocommerce-Address:not(:last-child) {
    margin-bottom: 15px;
  }
}


/* My Account Page End */

.woocommerce span.onsale {
  background-color: var(--color-primary1);
}

.woocommerce form .form-row input.input-text {
  min-height: 35px;
  padding: 7px;
}

.woocommerce table.shop_table th {
  color: var(--color-primary1);
  background-color: var(--bs-primary-light);
}

.woocommerce .blockUI.blockOverlay {
  z-index: 1 !important;
}

.woocommerce form .woocommerce-address-fields .form-row label {
  display: inline-block;
}


/*/cart and checkout css/*/

.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button {
  font-size: 15px;
  padding: 10px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  display: inline-block;
  background: var(--color-primary1);
  color: #000;
  border: none;
  text-align: center;
  text-decoration: none;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: #102E19;
  color: #fff;
}

.wp-block-woocommerce-cart .wc-block-cart-items,
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #dee2e6!important;
  padding: 10px;
  margin-bottom: 30px;
}

.wc-block-checkout .wc-block-components-sidebar-layout {
  flex-flow: column;
  flex-direction: column-reverse;
}

.wc-block-checkout .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100%;
}

.wp-block-woocommerce-cart .wc-block-cart-items__header-image,
.wc-block-cart-items__header-total {
  padding: 10px !important;
}

.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__submit-container {
  margin-top: 20px;
}

a.wc-block-components-product-name,
.wc-block-components-product-name {
  font-size: 22px !important;
  color: #332f2e !important;
  text-decoration: none !important;
}

.wc-block-components-order-summary-item__quantity {
  background-color: var(--color-primary1) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  padding-left: 0% !important;
}

.wp-block-woocommerce-cart.alignwide,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  margin-left: auto !important;
  margin-right: auto !important;
}

#product-content a.button.wc-forward {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
}