/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
:root {
  --theme-color: #6900FF;
  --title-color: #4B0082;
  --body-color: #4B0082;
  --light-color: #d3d3d3;
  --smoke-color: #F9F8FF;
  --vs-secondary-color: #EEF2FB;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E0E0E0;
  --title-font: "Urbanist", sans-serif;
  --body-font: "Urbanist", sans-serif;
  --icon-font: 'Font Awesome 5 Pro';
  --main-container: 1340px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
/*------------------- 1.5. Typography -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* Small devices */
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.63;
  /* Small devices */
}
@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

.elementor-heading-title {
  line-height: 1.3;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

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

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid var(--border-color);
  height: 50px;
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}
.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  background-color: var(--smoke-color);
  box-shadow: none;
  position: relative;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.vs-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.vs-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--body-color);
}
.vs-search .search-grid-meta a i,
.vs-search .search-grid-meta span i {
  color: var(--theme-color);
  margin-right: 10px;
}

.content-none-search .widget_search {
  margin-bottom: 0;
}
.content-none-search.row {
  --bs-gutter-x: 0 !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1399px) {
  .container-style2 {
    max-width: 1920px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-style3 {
  --main-container: 1445px;
}

@media (min-width: 1500px) and (max-width: 1921px) {
  .container-style1 {
    max-width: 1576px;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
  }
}
/*------------------- 2.2. Grid -------------------*/
.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1500px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #e0e0e0;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.form-control-lg,
.form-control.form-control-lg,
.form-select.form-control-lg,
textarea.form-control-lg,
input.form-control-lg {
  height: 60px;
}
select.form-control-sm,
.form-control.form-control-sm,
.form-select.form-control-sm,
textarea.form-control-sm,
input.form-control-sm {
  height: 40px;
  font-size: 12px;
}
select[readonly],
.form-control[readonly],
.form-select[readonly],
textarea[readonly],
input[readonly] {
  color: var(--title-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-left: 0;
  margin-top: -3px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #a0abb4;
}
.form-group.has-label > i {
  top: 45px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  visibility: visible;
  opacity: 1;
  width: 15px;
  height: 15px;
}

/*------------------- 2.4. Slick Slider -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 15px 20px;
  margin: 30px auto 30px auto;
  line-height: 0;
  text-align: center;
  width: max-content;
  background-color: var(--white-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  display: block;
  border-radius: 9999px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--dots-bg, #4B0082);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots .slick-active button {
  --dots-bg: #6900FF;
  width: 45px;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--smoke-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .dots-none-lg .slick-dots {
    display: none !important;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px auto 38px auto;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}
.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
  max-width: 190px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-left: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  right: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
  margin-left: auto;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a.vs-mean-expand:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a.vs-mean-expand:after {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  display: inline-block;
  background-color: #F2F6FF;
  color: var(--theme-color);
  border-radius: 5px;
}

.vs-menu-style2 .mobile-logo {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
/*------------------- 3.2. Buttons -------------------*/
/*------------------- 3.3. Titles -------------------*/
/*------------------- 3.4. Common -------------------*/
/*------------------- 3.6. Font -------------------*/
/*------------------- 3.7. Background -------------------*/
/*------------------- 3.8. Text Color -------------------*/
/*------------------- 3.9. Overlay -------------------*/
/*------------------- 3.10. Animation -------------------*/
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.sidebar-area .wp-block-categories {
  margin: 0 0 -18px 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu .menu-testing-menu-container > ul,
.widget_nav_menu > ul,
.widget_meta .menu-testing-menu-container > ul,
.widget_meta > ul,
.widget_pages .menu-testing-menu-container > ul,
.widget_pages > ul,
.widget_archive .menu-testing-menu-container > ul,
.widget_archive > ul,
.widget_categories .menu-testing-menu-container > ul,
.widget_categories > ul {
  margin: 0 0 -18px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: transparent;
  color: var(--body-color);
  margin: 0 0 18px 0;
  padding: 0 0 17px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #DADFEC;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 16px;
  transition: all ease 0.4s;
  color: var(--theme-color);
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

/* Small devices */
@media (max-width: 767px) {
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    font-size: 14px;
  }
}
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 40px;
  border: 6px;
}
.widget select,
.widget input {
  height: 55px;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  font-weight: 400;
}

.sidebar-area .wp-block-group__inner-container > h2,
.widget_search .wp-block-search__label:not(.screen-reader-text),
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: -0.07em 0 35px 0;
  font-family: var(--title-font);
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  flex: 1;
}
.widget .search-form button {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 17px;
}
.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9.5px 16.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 4px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.sidebar-area .wp-block-tag-cloud,
.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}
.sidebar-area .wp-block-tag-cloud a,
.tagcloud a {
  background-color: var(--white-color);
  color: var(--title-color);
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 80px;
  overflow: hidden;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 5px 0;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  z-index: 1;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--title-color);
  background-color: #c6d9ff;
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #f6f6f6;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.widget_recent_comments ul {
  margin: -0.2em 0 -0.2em 0;
  padding: 0;
  list-style: none;
}
.widget_recent_comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments a {
  color: var(--body-color);
  position: relative;
}
.widget_recent_comments a:hover {
  color: var(--theme-color);
}
.widget_recent_comments li {
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_entries ul {
  margin: -0.2em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--title-color);
  font-weight: 500;
  display: block;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.widget_rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 4px;
}
.widget_rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover {
  color: var(--theme-color);
}
.widget_rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}
.widget_rss ul cite {
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}
.widget_rss ul cite:before {
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}
.widget_rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.2);
}

.widget_shopping_cart {
  text-align: left;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 32px 110px;
  margin: 0 0 27px 0;
  min-height: 90px;
}
.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--title-color);
  line-height: 1;
  font-size: 18px;
}
.widget_shopping_cart .remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--border-color);
}
.widget_shopping_cart .product-title {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: var(--title-color);
  font-size: 16px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  margin-top: 12px;
}
.widget_shopping_cart .qut-btn {
  border: 1px solid var(--border-color);
  background-color: transparent;
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.widget_shopping_cart .qut-btn:hover {
  background-color: var(--title-color);
  border-color: transparent;
  color: var(--white-color);
}
.widget_shopping_cart .qty-input {
  border: 1px solid var(--border-color);
  text-align: center;
  width: max-content;
  min-width: 40px;
  font-size: 12px;
  padding: 0;
  height: 25px;
  margin: 0 -1px;
}
.widget_shopping_cart .subtotal {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 19px;
}
.widget_shopping_cart .subtotal > span:not(.amount) {
  color: var(--body-color);
  font-weight: 300;
}
.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}
.widget_shopping_cart .total {
  color: var(--title-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
}
.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: var(--theme-color);
}
.widget_shopping_cart .vs-btn {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  margin-right: 10px;
  text-transform: capitalize;
  height: 50px;
  line-height: 47px;
  padding: 0 35px;
  background-color: var(--title-color);
  color: var(--white-color);
  font-weight: 400;
}
.widget_shopping_cart .vs-btn:hover {
  background-color: transparent;
  color: var(--title-color);
}
.widget_shopping_cart .buttons {
  margin: 0;
}

.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area .wp-block-search .wp-block-search__input {
  border: none;
}
.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area .newsletter-form button {
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-product {
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}

.widget-workhours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-workhours li {
  background-color: var(--white-color);
  padding: 14.5px 20px;
  margin: 0 0 15px 0;
  font-family: var(--title-font);
  font-weight: 500;
}
.widget-workhours li:last-child {
  margin-bottom: 0;
}
.widget-workhours li i {
  margin-right: 10px;
}

.quote-box {
  position: relative;
  text-align: center;
  padding: 80px 30px;
  margin: 0 0 30px 0;
}
.quote-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 26, 62, 0.7);
}
.quote-box__title {
  color: var(--white-color);
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin: -0.3em auto 25px auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .sidebar-area .wp-block-group__inner-container > h2,
  .widget_search .wp-block-search__label,
  .widget_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recent-post .post-title {
    font-size: 14px;
    line-height: 22px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .widget-workhours li {
    padding: 14.5px 20px;
    font-size: 14px;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .sidebar-area .wp-block-search__inside-wrapper {
    display: block;
  }
  .sidebar-area .wp-block-search .wp-block-search__input {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sidebar-area .wp-block-search__inside-wrapper {
    display: block;
  }
  .sidebar-area .wp-block-search .wp-block-search__input {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
  .sidebar-gallery {
    gap: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  margin: 0 0 27px 0;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget .footer-links > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-widget .footer-links a {
  margin-bottom: 21px;
}

.two-column .menu,
.footer-widget .footer-links > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.two-column .menu a,
.footer-widget .footer-links > ul a {
  margin-bottom: 21px;
}

.footer-logo {
  margin-bottom: 15px;
}
.footer-logo img {
  max-width: 220px;
}

.footer-text {
  margin: -0.3em 0 25px 0;
  max-width: 285px;
}

.footer-info {
  display: flex;
}
.footer-info_group {
  display: flex;
  justify-content: center;
  border-right: 1px solid #152B54;
  padding: 60px 0 60px 0;
}
.footer-info_group:last-child {
  border-right: none;
}
.footer-info_group.style2 {
  border: none;
}
.footer-info_group.style2 .footer-info_icon {
  background-color: transparent;
  border: 1px solid #35496F;
}
.footer-info_icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #152B54;
  color: var(--white-color);
  font-size: 30px;
  margin: 0 25px 0 0;
  display: inline-block;
  border-radius: 5px;
}
.footer-info_label {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}
.footer-info_link {
  max-width: 190px;
  color: #8A99B4;
  margin: 0 0 -0.15em 0;
}
.footer-info_link a {
  color: inherit;
}
.footer-info_link a:hover {
  color: var(--theme-color);
}

.footer-number {
  border-top: 1px solid #14284F;
  padding: 43px 0 0 0;
  margin: 34px 0 0 0;
  position: relative;
}
.footer-number:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -60px;
  width: 9999px;
  height: 1px;
  border: inherit;
}
.footer-number .info {
  color: var(--body-color);
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.footer-number .info:hover {
  color: var(--theme-color);
}
.footer-number .title {
  margin: 0 0 7px 0;
}

.footer-map {
  max-width: 400px;
  width: 100%;
}
.footer-map frame {
  max-width: 100%;
}

.footer-social .social-title {
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: var(--white-color);
  background-color: #15284C;
  text-align: center;
  border-radius: 5px;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.footer-social.style2 a {
  background-color: var(--white-color);
  outline: 2px solid #e7e8ec;
  outline-offset: -2px;
  color: var(--body-color);
  box-shadow: 8px 13.856px 30px 0px rgba(132, 137, 154, 0.1);
}
.footer-social.style2 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  outline-color: transparent;
}

.footer-newsletter {
  display: flex;
}
.footer-newsletter input {
  background-color: transparent;
  border-radius: 5px 0 0 5px;
  border: 1px solid #14284F;
  height: 55px;
  color: var(--white-color);
  flex: 1;
}
.footer-newsletter input::-moz-placeholder {
  color: var(--white-color);
}
.footer-newsletter input::-webkit-input-placeholder {
  color: var(--white-color);
}
.footer-newsletter input:-ms-input-placeholder {
  color: var(--white-color);
}
.footer-newsletter input::placeholder {
  color: var(--white-color);
}
.footer-newsletter .vs-btn {
  border-radius: 0 5px 5px 0;
}
.footer-newsletter .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.footer-newsletter .vs-btn:after, .footer-newsletter .vs-btn::before {
  display: none;
}

.footer-schedule table {
  border: none;
  margin: -0.3em 0 0 0;
}
.footer-schedule th,
.footer-schedule td {
  padding: 0 0 10px 0;
  color: var(--body-color);
  border: none;
  font-weight: 400;
}

.footer-number1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--body-color);
  font-family: var(--title-font);
  margin-bottom: 25px;
  display: block;
  width: max-content;
}

.footer-mail1,
.footer-address1 {
  padding-left: 25px;
  position: relative;
}
.footer-mail1 > i:first-child,
.footer-address1 > i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-address1 {
  max-width: 250px;
}

.footer-mail1 {
  color: var(--body-color);
  text-decoration: underline;
}
.footer-mail1 i:first-child {
  top: 2px;
}

.footer-info-list {
  margin: 35px 0 22px 0;
}
.footer-info-list .info {
  position: relative;
  margin-bottom: 21px;
  padding-left: 30px;
  max-width: 250px;
}
.footer-info-list .info i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--theme-color);
}

.newsletter-form2 .form_text {
  margin: -0.3em 0 22px 0;
  display: block;
  max-width: 300px;
}
.newsletter-form2 input {
  background-color: #ebecf1;
  margin-bottom: 15px;
  border-radius: 7px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
}

.info-style1 {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0 0 23px 0;
  padding: 0 0 0 65px;
  height: 44px;
  max-width: 330px;
  color: var(--white-color);
}
.info-style1:last-child {
  margin-bottom: 0;
}
.info-style1 a {
  color: inherit !important;
}
.info-style1 a:hover {
  color: var(--theme-color) !important;
}
.info-style1 i {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.copyright-text2 {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.copyright-text2 a {
  color: inherit;
  text-decoration: underline;
}
.copyright-text2 a:hover {
  color: var(--theme-color);
}

.copyright-text3 {
  margin: 0;
  font-size: 16px;
}

.footer-layout7 .footer-number2,
.footer-layout7 .footer-number,
.footer-layout6 .footer-number2,
.footer-layout6 .footer-number {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin: 15px 0 0 0;
}
.footer-layout7 .footer-number2 i,
.footer-layout7 .footer-number i,
.footer-layout6 .footer-number2 i,
.footer-layout6 .footer-number i {
  margin-right: 10px;
}
.footer-layout7 .footer-number2,
.footer-layout6 .footer-number2 {
  margin: 5px 0 1px 0;
  margin: -0.05em 0 20px 0;
  font-size: 26px;
}
.footer-layout7 .footer-address,
.footer-layout6 .footer-address {
  max-width: 300px;
  position: relative;
  padding: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 15px;
  color: #65666d;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.footer-layout7 .footer-address i,
.footer-layout6 .footer-address i {
  position: relative;
  top: 1px;
  font-size: 18px;
  width: 23px;
  text-align: center;
  display: inline-block;
}
.footer-layout7 .footer-location,
.footer-layout7 .footer-mail,
.footer-layout6 .footer-location,
.footer-layout6 .footer-mail {
  font-size: 16px;
  color: var(--body-color);
  display: block;
  margin-bottom: 14px;
  color: var(--title-color);
  position: relative;
  padding-left: 35px;
}
.footer-layout7 .footer-location i,
.footer-layout7 .footer-mail i,
.footer-layout6 .footer-location i,
.footer-layout6 .footer-mail i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 23px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.footer-layout7 .elementor a.footer-mail,
.footer-layout7 .footer-mail,
.footer-layout6 .elementor a.footer-mail,
.footer-layout6 .footer-mail {
  padding-left: 0;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  width: max-content;
}
.footer-layout7 .elementor a.footer-mail:hover,
.footer-layout7 .footer-mail:hover,
.footer-layout6 .elementor a.footer-mail:hover,
.footer-layout6 .footer-mail:hover {
  color: var(--theme-color);
}
.footer-layout7 .elementor a.footer-mail i,
.footer-layout7 .footer-mail i,
.footer-layout6 .elementor a.footer-mail i,
.footer-layout6 .footer-mail i {
  position: relative;
  top: 1px;
}

.footer-layout7 .footer-number {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.footer-layout7 .footer-number:before {
  display: none;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .menu-all-pages-container.footer-links {
    width: 330px;
    max-width: 100%;
  }
  .footer-number:before {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .info-style1 {
    max-width: 250px;
  }
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
  }
  .footer-number {
    padding: 27px 0 0 0;
    margin: 17px 0 0 0;
  }
  .footer-info {
    display: block;
    text-align: center;
  }
  .footer-info_icon {
    margin: 0 0 20px 0;
  }
  .footer-info_group {
    padding: 0;
    border: none;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .info-style1 {
    max-width: 100%;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
  .footer-layout7 .footer-number2,
  .footer-layout7 .footer-number,
  .footer-layout6 .footer-number2,
  .footer-layout6 .footer-number {
    font-size: 20px;
  }
}
/*------------------- 4.2. Header  -------------------*/
/*------------------- 4.3. Footer  -------------------*/
/*------------------- 4.4. Breadcumb  -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: -0.35em 0 -0.35em 0;
  padding: 0;
  list-style-type: none;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
  line-height: 1.2;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin: 0 5px 0 10px;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--white-color);
  text-transform: none;
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.3em 0 -0.35em 0;
  max-width: 100%;
  width: 100%;
  font-size: 26px;
}
.breadcumb-title:empty {
  display: none;
}

.breadcumb-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 40px;
  flex-wrap: wrap;
}

.breadcumb-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--title-color);
}
.breadcumb-wrapper .container {
  --main-container: 1720px;
}
.breadcumb-wrapper {
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-content {
    display: block;
  }
  .breadcumb-title {
    max-width: 100%;
  }
  .breadcumb-menu {
    margin-top: 5px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-weight: 400;
    font-size: 12px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 16px;
  }
}
.breadcumb-wrapper {
  padding: 50px 0;
}

.breadcumb-title {
  text-align: center;
}

.breadcumb-menu {
  padding: 0 !important;
  margin: -0.4em 0 -0.4em 0 !important;
}

.breadcumb-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 776px) {
  .breadcumb-content {
    gap: 10px;
  }
  .breadcumb-wrapper {
    padding: 10px 0;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.vs-pagination {
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  font-family: var(--body-font);
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background-color: #F5F9FF;
  border-radius: 5px;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
}

.post-pagination {
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 30px 0;
  margin: 30px 0;
}

.post-pagi-box {
  display: flex;
  align-items: center;
}
.post-pagi-box > a {
  color: var(--title-color);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--title-font);
}
.post-pagi-box > a:hover {
  color: var(--theme-color);
}
.post-pagi-box img {
  width: 80px;
  margin-right: 25px;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
}
.post-pagi-box.next img {
  margin-right: 0;
  margin-left: 25px;
}

.pagi-icon {
  color: #F0F0F0;
  font-size: 40px;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .post-pagi-box > a {
    font-size: 12px;
  }
  .post-pagi-box img {
    width: 40px;
    margin-right: 15px;
  }
  .post-pagi-box.next img {
    margin-right: 0;
    margin-left: 15px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 50px 60px 50px 60px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  border-color: var(--theme-color);
}
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.6;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: normal;
}
blockquote.wp-block-quote:before,
blockquote.wp-block-quote.is-style-large:before,
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
  color: var(--theme-color);
}
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  margin-bottom: 0;
}
blockquote.wp-block-quote p a,
blockquote.wp-block-quote.is-style-large p a,
blockquote p a {
  color: inherit;
}
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 2px;
  font-style: normal;
  color: var(--theme-color);
}
blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

.wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote blockquote {
  text-align: center;
  border-left: none;
}

blockquote.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-pullquote blockquote cite {
  text-align: center;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote.is-style-solid-color cite {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-block-pullquote {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px 0;
}

blockquote.wp-block-quote.has-text-align-right {
  border-right-color: var(--theme-color);
  padding: 50px 60px 50px 60px;
}
blockquote.wp-block-quote.has-text-align-right::before {
  left: 40px;
  right: auto;
  transform: rotate(180deg);
}
blockquote.wp-block-quote.has-text-align-right cite {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
  font-weight: 600;
}
blockquote.wp-block-quote.has-text-align-right cite:before {
  left: auto;
  right: 0;
  bottom: 5px;
}

blockquote.vs-quote {
  text-align: center;
  padding: 40px 50px;
  border-left: 2px solid var(--theme-color);
}
blockquote.vs-quote:before {
  position: relative;
  bottom: 0;
  right: 0;
  font-weight: 300;
  opacity: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 34px;
  display: inline-block;
  margin: 0 0 28px 0;
  border-radius: 50%;
}
blockquote.vs-quote cite {
  padding: 0;
  margin-top: 23px;
}
blockquote.vs-quote cite::before {
  display: none;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787C;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  color: #55585f;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.vs-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  font-size: 30px;
  margin-top: -0.2em;
  margin-bottom: 8px;
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  background: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  padding: 0.1px 0 0.1px 0;
}
.blog-single .blog-meta {
  margin: -0.2em 0 10px 0;
}
.blog-single .blog-title {
  font-size: 40px;
  margin-bottom: 17px;
}
.blog-single .link-btn {
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .blog-date {
  color: var(--body-color);
}
.blog-single .blog-date i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.blog-single .share-links-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
}
.blog-single .share-links {
  margin: 16px 0 0 0;
}
.blog-single .share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.blog-single .share-links .tagcloud {
  display: inline-block;
}
.blog-single .share-links .tagcloud a {
  padding: 0;
  border-radius: 0;
  color: var(--body-color);
  vertical-align: middle;
}
.blog-single .share-links .tagcloud a:not(:last-child):after {
  content: ",";
}
.blog-single .share-links .tagcloud a:hover {
  color: var(--theme-color) !important;
  background-color: transparent;
}
.blog-single .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--body-color);
  text-align: center;
  display: block;
}
.blog-single .social-links a:hover {
  color: var(--theme-color);
}
.blog-single .blog-content {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  padding: 0;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
}
.blog-single .blog-audio img,
.blog-single .blog-audio > *,
.blog-single .blog-img img,
.blog-single .blog-img > * {
  border-radius: 5px 5px 0 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 80px;
  --icon-font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-author {
  background-color: var(--smoke-color);
  padding: 30px;
  display: flex;
  align-items: center;
  margin: var(--blog-space-y, 60px) 0;
}
.blog-author .media-img {
  width: 189px;
  margin: 0 30px 0 0;
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 700;
  margin: -0.3em 0 0px 0;
}
.blog-author .author-degi {
  color: var(--theme-color);
}
.blog-author .author-text {
  margin: 0 0 -0.1em 0;
}

.blog-details .blog-single {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.blog-details .container {
  --main-container: 800px;
}
.blog-details .blog-img {
  margin: 0 0 40px 0;
}
.blog-details .blog-img img {
  border-radius: 0;
}
.blog-details .blog-content {
  margin: 0;
}

.blog-style1 {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.07);
  border-radius: 5px;
}
.blog-style1 .blog-meta {
  margin: 0 0 10px 0;
}
.blog-style1 .blog-content {
  padding: 35px 40px 33px 40px;
}
.blog-style1 .blog-title {
  font-size: 24px;
}

.blog-style2 {
  background-color: var(--white-color);
  box-shadow: none;
}
.blog-style2 .blog-meta {
  margin: 0 0 15px;
}
.blog-style2 .blog-text {
  margin: 0 0 20px 0;
}
.blog-style2 .blog-content {
  border: 2px solid #ECF2FD;
  border-top: none;
  padding: 35px 40px 40px 40px;
}
.blog-style2 .blog-title {
  font-size: 20px;
  line-height: 1.5em;
}

.blog-style3 .blog-img {
  overflow: hidden;
  margin: -2px;
}
.blog-style3 .blog-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.blog-style3 .blog-body {
  border: 2px solid #f4f5f8;
}
.blog-style3:nth-child(odd) .blog-body {
  display: flex;
  flex-direction: column-reverse;
}
.blog-style3 .blog-content {
  padding: 35px 40px 30px 40px;
}
.blog-style3 .blog-meta {
  margin-bottom: 15px;
}
.blog-style3 .blog-meta i {
  color: var(--body-color);
}
.blog-style3 .blog-meta a {
  position: relative;
  line-height: 1;
  border-right: 1px solid #c8c8c8;
  margin-right: 12px;
  padding: 0 15px 0 0;
}
.blog-style3 .blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.blog-style3 .blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.blog-style3 .link-btn {
  text-transform: capitalize;
}
.blog-style3:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style4 {
  box-shadow: 8.5px 0 60px 0px rgba(166, 170, 184, 0.05);
  border-radius: 20px;
  padding: 20px;
  border: 2px solid #eff2fb;
}
.blog-style4 .blog-content {
  padding: 0 20px 10px 20px;
}
.blog-style4 .blog-img {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 32px 0;
}
.blog-style4 .blog-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.blog-style4 .blog-meta {
  margin-bottom: 4px;
}
.blog-style4 .blog-meta i {
  color: var(--body-color);
}
.blog-style4 .blog-meta a {
  font-size: 14px;
}
.blog-style4 .blog-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 22px;
}
.blog-style4:hover .blog-img img {
  transform: scale(1.2);
}

.blog-style5 {
  background-color: var(--white-color);
  border-radius: 12px;
  transition: all ease 0.4s;
}
.blog-style5 .blog-img img {
  width: 100%;
  border-radius: 12px;
}
.blog-style5 .blog-category {
  margin-bottom: -8px;
}
.blog-style5 .blog-category a {
  padding: 0;
  font-size: 14px;
  color: var(--title-color);
  background-color: transparent;
  text-decoration: underline;
  text-transform: uppercase;
  border: none;
}
.blog-style5 .blog-category a:hover {
  color: var(--theme-color);
}
.blog-style5 .blog-title {
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 22px;
}
.blog-style5 .blog-avater {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.blog-style5 .blog-avater img {
  width: 100%;
}
.blog-style5 .blog-date {
  background-color: var(--theme-color);
  color: var(--white-color);
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 2.5px 10px;
  border-radius: 9999px;
}
.blog-style5 .blog-date:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.blog-style5 .blog-bottom {
  display: flex;
  align-items: center;
}
.blog-style5 .blog-writter {
  color: #74777c;
  font-size: 14px;
  font-weight: 500;
  margin: 3px 0 -0.4em 0;
}
.blog-style5 .blog-content {
  padding: 30px 40px 40px 40px;
}
.blog-style5:hover {
  box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}

.blog-style6 {
  background-color: var(--white-color);
  padding: 25px 25px 27px 25px;
  border-radius: 20px;
  box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(71, 70, 70, 0.04);
}
.blog-style6 .blog-img {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(167, 166, 166, 0.1);
  position: relative;
}
.blog-style6 .blog-img:before {
  content: "";
  top: -60%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  height: 100px;
  width: calc(100% + 200px);
  transition: all ease 0.6s;
  z-index: 1;
}
.blog-style6 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.6s;
}
.blog-style6 .blog-meta {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 13px;
  margin: 13px 0 20px 0;
}
.blog-style6 .blog-meta a {
  font-size: 15px;
  font-weight: 500;
  color: #65666d;
  margin-right: 14px;
}
.blog-style6 .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-style6 .blog-meta a:not(:last-child):after {
  content: "~";
  margin-left: 18px;
}
.blog-style6 .blog-meta a:last-child {
  margin-right: 0;
}
.blog-style6 .blog-content {
  text-align: center;
  padding: 0 20px;
}
.blog-style6 .blog-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}
.blog-style6:hover .blog-img:before {
  top: 160%;
}
.blog-style6:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style7 .blog-img {
  overflow: hidden;
  border-radius: 12px;
}
.blog-style7 .blog-img img {
  width: 100%;
}
.blog-style7 .blog-date {
  margin: -17.5px 0 24px 0;
}
.blog-style7 .blog-date a {
  display: inline-block;
  font-size: 14px;
  padding: 10.5px 20px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 7px;
  text-transform: uppercase;
  transition: all ease 0.4s;
}
.blog-style7 .blog-date a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.blog-style7 .blog-meta {
  margin: 0 0 12px 0;
}
.blog-style7 .blog-meta a {
  color: #555555;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.blog-style7 .blog-meta a i {
  color: var(--theme-color);
  transition: all ease 0.4s;
}
.blog-style7 .blog-title {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}
.blog-style7 .icon-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
}
.blog-style7 .blog-body {
  background-color: var(--white-color);
  padding: 0.1px 35px 30px 35px;
  margin: -35px 20px 0 20px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  transition: all ease 0.4s;
}
.blog-style7 .blog-content {
  overflow: hidden;
  position: relative;
  transition: all ease 0.4s;
  padding-bottom: 0;
}
.blog-style7.layout2 .blog-body {
  border: 1px solid #e0e0e0;
}
.blog-style7:hover .icon-btn {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.blog-style7:hover .blog-body {
  margin-top: -104px;
  background-color: var(--theme-color);
  border-color: transparent;
}
.blog-style7:hover .blog-content {
  padding-bottom: 70px;
}
.blog-style7:hover .blog-meta a,
.blog-style7:hover .blog-meta a i {
  color: #e3e3e3;
}
.blog-style7:hover .blog-meta a:hover {
  color: var(--title-color);
}
.blog-style7:hover .blog-title a {
  color: var(--white-color);
}
.blog-style7:hover .blog-title a:hover {
  color: var(--title-color);
}
.blog-style7:hover .blog-date a {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.blog-style7:hover .blog-date a:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

@media (min-width: 1199px) {
  .blog-style4-slider {
    max-width: 775px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-style2 .blog-content {
    padding: 30px 25px 35px 25px;
  }
  .blog-style7 .blog-body {
    padding: 0.1px 25px 30px 25px;
    margin: -35px 15px 0 15px;
  }
  .blog-style7 .blog-title {
    font-size: 20px;
  }
  .blog-style1 .blog-content {
    padding: 35px 25px 33px 25px;
  }
  .blog-style1 .blog-title {
    font-size: 18px;
  }
  .blog-style5 .blog-content {
    padding: 30px 25px 40px 25px;
  }
  .blog-style5 .blog-title {
    font-size: 22px;
  }
  .blog-style6 {
    padding: 20px 20px 20px 20px;
  }
  .blog-style6 .blog-content {
    padding: 0;
  }
  .blog-style6 .blog-meta {
    margin: 8px 0 18px 0;
  }
  .blog-style6 .blog-meta a {
    font-size: 14px;
    margin-right: 8px;
  }
  .blog-style6 .blog-meta a:not(:last-child):after {
    margin-left: 10px;
  }
  .blog-style6 .blog-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-style3 .blog-meta a {
    font-size: 12px;
  }
  .blog-style3 .blog-meta i {
    margin-right: 5px;
  }
  .blog-style3 .blog-content {
    padding: 25px 25px 30px 25px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
  .blog-style4 {
    padding: 10px;
  }
  .blog-style4 .blog-content {
    padding: 0 15px 20px 15px;
  }
  .blog-style4 .blog-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .blog-style6 {
    padding: 20px 15px 20px 15px;
  }
  .blog-style6 .blog-meta a {
    font-size: 12px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-style1 .blog-title {
    font-size: 20px;
  }
  .blog-style7 .blog-body {
    padding: 0.1px 20px 30px 20px;
    margin: -35px 15px 0 15px;
  }
  .blog-style7 .blog-title {
    font-size: 20px;
  }
  .blog-style7 .blog-meta a {
    font-size: 13px;
  }
  .blog-style7 .blog-date {
    margin: -17.5px 0 15px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }
  blockquote.vs-quote p {
    line-height: 1.8;
  }
  blockquote.vs-quote cite {
    padding: 0;
    margin-top: 10px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .blog-author {
    display: block;
    padding: 30px 15px;
  }
  .blog-author .media-img {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .blog-author .media-img img {
    width: 100%;
  }
  .blog-author .author-name {
    font-size: 18px;
  }
  .blog-author .author-degi {
    margin-bottom: 10px;
  }
  .blog-style5 .blog-title {
    font-size: 18px;
  }
  .blog-style5 .blog-category {
    margin-bottom: 0px;
  }
  .blog-style7 .blog-body {
    margin: -20px 10px 0 10px;
  }
}
/*------------------- 4.7. Comments  -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.comment-respond {
  margin: var(--blog-space-y, 60px) 0 30px 0;
  position: relative;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-control {
  background-color: var(--white-color);
  border: none;
  height: 55px;
}
.comment-respond .form-group > i {
  top: 20.5px;
}
.comment-respond input[type=checkbox] ~ label:before {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 3px;
}
.comment-respond input[type=checkbox]:checked ~ label:before {
  background-color: var(--theme-color);
  border-color: transparent;
}
.comment-respond .blog-inner-title {
  margin-bottom: 0px;
}
.comment-respond .form-text {
  margin-bottom: 25px;
}
.comment-respond .form-inner {
  background-color: var(--smoke-color);
  padding: 30px;
}
.comment-respond .vs-btn {
  width: 100%;
}
.comment-respond .vs-btn i {
  display: none;
}

.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
  padding: 40px;
  background-color: var(--smoke-color);
}
.question-form .comment-respond .vs-btn,
.review-form .comment-respond .vs-btn {
  width: max-content;
}
.question-form input[type=checkbox] ~ label,
.review-form input[type=checkbox] ~ label {
  margin-top: 10px;
  margin-bottom: 25px;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  display: flex;
  position: relative;
  padding: 0 0 30px 0;
  margin: 30px 0 30px 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 110px;
  height: 110px;
  margin-right: 25px;
  overflow: hidden;
  background-color: var(--white-color);
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}
.vs-comments-wrap .comment-content p:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .commented-on {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  margin-top: -0.25em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--title-font);
}
.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.vs-comments-wrap .name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
.vs-comments-wrap .replay-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color);
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
  font-size: 0.8em;
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--title-color);
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}
.vs-comments-wrap .woocommerce-review__awaiting-approval {
  margin-bottom: 10px;
  display: block;
  color: var(--theme-color);
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
.woocommerce-Reviews .vs-comments-wrap {
  padding: 0;
  background-color: transparent;
  margin: 0 0 50px 0;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 40px;
}
.woocommerce-Reviews .rating-select {
  margin-bottom: 20px;
}
.woocommerce-Reviews .form-title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 24px;
  padding: 0 0 12px 0;
  margin: -0.25em 0 25px 0;
}
.woocommerce-Reviews .form-title:before {
  content: "";
  width: 46px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  display: inline-block;
}
.woocommerce-Reviews .form-group:last-of-type {
  margin-bottom: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
  .comment-respond .form-inner {
    padding: 30px 15px;
  }
  .question-form .comment-respond,
  .review-form .comment-respond {
    padding: 30px 15px;
  }
  .question-form input[type=checkbox] ~ label,
  .review-form input[type=checkbox] ~ label {
    margin-top: 20px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
/*------------------- 4.9. Error  -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.error-number {
  font-size: 274px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  margin-top: -0.1em;
}

.error-title {
  font-size: 36px;
  margin-bottom: 8px;
}

.error-text {
  max-width: 600px;
  margin: 0 auto 32px auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .error-number {
    font-size: 200px;
  }
  .error-title {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-number {
    font-size: 110px;
  }
}
/*------------------- 4.10. Feature  -------------------*/
/*------------------- 4.11. About  -------------------*/
/*------------------- 4.12. Service  -------------------*/
/*------------------- 4.13. Counter  -------------------*/
/*------------------- 4.14. Team  -------------------*/
/*------------------- 4.15. Process  -------------------*/
/*------------------- 4.16. Accordion (in use) -------------------*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.accordion-style1 {
  margin: 0 0 30px 0;
}
.accordion-style1 .accordion-item {
  margin: 0 0 20px 0;
  padding: 0 25px 0 25px;
  background-color: var(--smoke-color);
  box-shadow: 0px 13px 17px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
.accordion-style1 .accordion-button {
  background-color: transparent;
  border: none;
  padding: 14.5px 0;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  text-align: left;
  border-radius: 20px;
}
.accordion-style1 .accordion-button:after {
  content: "\f061";
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--title-color);
  border: none;
  width: auto;
  height: auto;
  background-image: none;
}
.accordion-style1 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style1 .accordion-button:not(.collapsed):after {
  transform: rotate(0);
}
.accordion-style1 .accordion-body {
  border-top: 1px solid #EBEBEB;
  padding: 17px 0 20px 0;
}
.accordion-style1 .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-style1 .accordion-collapse {
  border: none;
}
.accordion-style1.layout2 .accordion-item {
  padding: 0;
  box-shadow: none;
  border-radius: 20px;
  overflow: hidden;
}
.accordion-style1.layout2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-style1.layout2 .accordion-button {
  padding: 14.5px 25px;
  font-size: 16px;
  background-color: var(--title-color);
  color: var(--white-color);
  border-radius: 20px;
}
.accordion-style1.layout2 .accordion-button:after {
  color: var(--white-color);
}
.accordion-style1.layout2 .accordion-button.collapsed {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.accordion-style1.layout2 .accordion-button.collapsed:after {
  color: var(--title-color);
}
.accordion-style1.layout2 .accordion-body {
  border: none;
  background-color: var(--smoke-color);
  padding: 25px 25px 23px 25px;
}

.accordion-style2 .accordion-item {
  margin: 0 0 20px 0;
  padding: 0 35px 6.5px 35px;
  background-color: var(--white-color);
  box-shadow: 7.5px 12.99px 30px 0px rgba(148, 171, 255, 0.05);
  border-radius: 30px;
}
.accordion-style2 .accordion-button {
  background-color: transparent;
  border: none;
  padding: 24.5px 0 18px 0;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  text-align: left;
}
.accordion-style2 .accordion-button:after {
  content: "\f35a";
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--title-color);
  border: none;
  width: auto;
  height: auto;
  background-image: none;
  transform: rotate(0);
}
.accordion-style2 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style2 .accordion-button:not(.collapsed):after {
  transform: rotate(90deg);
}
.accordion-style2 .accordion-button:hover {
  color: var(--theme-color);
}
.accordion-style2 .accordion-body {
  padding: 0 0 20px 0;
}
.accordion-style2 .accordion-body p {
  font-size: 14px;
}
.accordion-style2 .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-style2 .accordion-collapse {
  border: none;
}

.accordion-style3 {
  margin: 0 0 30px 0;
  text-align: left;
}
.accordion-style3 .accordion-collapse {
  border: none;
}
.accordion-style3 .accordion-item {
  border: 1px solid transparent;
  border-radius: 12px;
  margin: 0 0 20px 0;
  box-shadow: none;
  transition: all ease 0.4s;
}
.accordion-style3 .accordion-item:first-of-type .accordion-button {
  border-radius: 12px;
}
.accordion-style3 .accordion-item.active {
  border-color: #e0e0e0;
  box-shadow: 10px 10px 10px 0px rgba(4, 4, 4, 0.05);
}
.accordion-style3 .accordion-button {
  border: none;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  padding: 19px 35px;
  text-align: left;
  border-radius: 12px;
  margin: -1px;
  width: calc(100% + 2px);
  transition: all ease 0.4s;
}
.accordion-style3 .accordion-button:after {
  content: "\f0d7";
  position: absolute;
  right: 20px;
  font-family: var(--icon-font);
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: var(--white-color);
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  transition: all ease 0.4s;
  font-weight: 700;
}
.accordion-style3 .accordion-button:hover, .accordion-style3 .accordion-button:not(.collapsed) {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.accordion-style3 .accordion-button:hover:after, .accordion-style3 .accordion-button:not(.collapsed):after {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: transparent;
}
.accordion-style3 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style3 .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-style3 .accordion-item:last-of-type .accordion-collapse {
  border-radius: 12px;
}
.accordion-style3 .accordion-body {
  padding: 25px 35px 8px 35px;
}
.accordion-style3 .accordion-body p {
  line-height: 28px;
}

.faq-wrap1 {
  padding-top: 240px;
  padding-bottom: 90px;
  position: relative;
}

.faq-shape1 {
  position: absolute;
  right: 0;
  top: 120px;
  bottom: 0;
  width: 100%;
  max-width: 1120px;
  border-radius: 5px 0 0 5px;
  z-index: -1;
}

.faq-shape2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 945px;
  max-height: 570px;
  z-index: -2;
  border-radius: 0 5px 5px 0;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .faq-shape1 {
    max-width: 60%;
  }
  .faq-shape2 {
    max-width: 49%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
    padding-bottom: calc(var(--section-space, 120px) - 30px);
  }
  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }
  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
  }
  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }
  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }
  .accordion-style1 .accordion-button {
    font-size: 16px;
  }
  .accordion-style1 .accordion-body {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .faq-wrap1 {
    padding-top: var(--section-space-mobile, 80px);
    padding-bottom: calc(var(--section-space-mobile, 80px) - 30px);
  }
  .faq-shape1 {
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .accordion-style1 .accordion-item {
    padding: 0 20px 0px 20px;
  }
  .accordion-style1.layout2 .accordion-button {
    padding: 14.5px 20px;
    font-size: 16px;
  }
  .accordion-style1.layout2 .accordion-body {
    padding: 25px 20px 23px 20px;
  }
  .accordion-style2 .accordion-item {
    padding: 0 30px 6.5px 30px;
  }
  .accordion-style3 .accordion-button {
    font-size: 16px;
    padding: 15px 50px 15px 20px;
  }
  .accordion-style3 .accordion-body {
    padding: 25px 20px 8px 20px;
  }
}
/*------------------- 4.17. Simple Sections  -------------------*/
/*------------------- 4.18. Testimonial  -------------------*/
/*------------------- 4.19. Popup Side Menu  -------------------*/
/*------------------- 4.20. Price Plan  -------------------*/
/*------------------- 4.21. Forms Style  -------------------*/
/*------------------- 4.22. Projects  -------------------*/
/*------------------- 4.23. Contact  -------------------*/
/*------------------- 4.24. Event  -------------------*/
/*------------------- 4.25. CTA  -------------------*/
/*------------------- 4.26. Popup Search Box  -------------------*/
/*------------------- 4.27. Gallery  -------------------*/
/*------------------- 4.28. Newsletter  -------------------*/
/*------------------- 4.29. Wocommerce  -------------------*/
/*------------------- 4.30. Products  -------------------*/
/*------------------- 4.31. Cart  -------------------*/
/*------------------- 4.32. Checkout  -------------------*/
/*------------------- 4.33. Wishlist  -------------------*/
/*=================================
    05. Spacing
==================================*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-md-bottom,
.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-md-bottom,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*=================================
    06. HTSG Custom Styles
==================================*/
/*
Template Name: TechBiz
Template URL: https://wordpress.vecurosoft.com/techbiz/
Description: TechBiz - IT Solution & Service Wordpress Theme
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion (in use)
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA 
    4.26. Popup Search Box
    4.27. Gallery
    4.28. Newsletter
    4.29. Wocommerce
    4.30. Products
    4.31. Cart
    4.32. Checkout
    4.33. Wishlist
05. Spacing
06. HTSG Custom Styles
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
.blog-single img,
.img-rounded img {
  border-radius: 20px;
}

.img-rounded .htsg-image-sliderwrap .slick-dots {
  margin-top: 20px;
}

.form-group p {
  margin-bottom: 0;
}
.form-group label[for=service-name] {
  padding-left: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: var(--title-font);
}

.price-with-divider .elementor-heading-title {
  color: var(--theme-color);
  padding-bottom: 30px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1;
}

.hero-gradient-1 {
  position: relative;
  background-color: #fff !important;
}
.hero-gradient-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-image: linear-gradient(89deg, rgb(255, 218, 185) 9.8%, rgb(205, 137, 255) 97.5%);
}

.hero-gradient-2 {
  position: relative;
}
.hero-gradient-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-image: linear-gradient(89deg, rgb(255, 218, 185) 9.8%, rgb(205, 137, 255) 97.5%);
}

.htsg-btn {
  display: inline-block;
  background-color: #7f2cf5;
  color: var(--white-color);
  padding: 15px 30px 16px 30px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9999px;
  line-height: 1;
  border: none;
}
.htsg-btn i {
  margin-right: 10px;
}
.htsg-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.htsg-divider {
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 70px;
  display: block;
}
.htsg-divider:before, .htsg-divider:after {
  content: "";
  width: 85px;
  height: 3px;
  background-color: var(--theme-color);
  display: inline-block;
}
.htsg-divider:after {
  background-color: var(--title-color);
  width: 30px;
  margin-left: 5px;
}

.htsg-sec-title {
  text-align: center;
  font-size: 46px;
  margin-bottom: 33px;
  margin-top: -0.4em;
}
.htsg-sec-title .htsg-divider {
  margin-top: 0;
}

.vs-btn {
  display: inline-block;
  background-color: #7f2cf5;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1;
  padding: 18px 50px;
  border-radius: 9999px;
  border: none;
}
.vs-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .htsg-sec-title {
    font-size: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-btn {
    font-size: 18px;
    padding: 16px 37px;
  }
  .htsg-sec-title {
    font-size: 36px;
  }
}
.htsg-complint-form {
  padding: 40px;
  background-color: var(--smoke-color);
  border-radius: 26px;
}
.htsg-complint-form .form_title {
  margin-bottom: 10px;
  line-height: 1.2;
  padding: 0;
}
.htsg-complint-form .form_text {
  font-weight: 700;
  font-style: italic;
  position: relative;
  padding: 0 0 10px;
  margin-bottom: 25px;
}
.htsg-complint-form .form-group {
  margin-bottom: var(--bs-gutter-x);
}
.htsg-complint-form label {
  font-weight: 700;
}
.htsg-complint-form input,
.htsg-complint-form select,
.htsg-complint-form textarea {
  border-radius: 26px;
  padding-right: 25px;
  padding-left: 25px;
}
.htsg-complint-form p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}
.htsg-complint-form input[type=file] {
  padding-left: 0;
  height: auto;
  border-radius: 0 20px 20px 0;
}

h5.htsg-product-inner-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}
h5.htsg-product-inner-title:before, h5.htsg-product-inner-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: var(--title-color);
  border-radius: 4px;
}
h5.htsg-product-inner-title:after {
  width: 10px;
  left: 45px;
  background-color: var(--theme-color);
}

.htsg-product-media {
  padding: 20px 20px 5px 30px;
  border-left: 5px solid var(--theme-color);
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  height: calc(100% - 30px);
}
@media (max-width: 767px) {
  .htsg-product-media {
    padding: 20px 15px 5px 20px;
  }
}

.htsg-product-inner-list ul {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  list-style: none;
}
.htsg-product-inner-list ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.htsg-product-inner-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--theme-color);
  border-radius: 50%;
}

@media (max-width: 992px) {
  .htsg-complint-form {
    padding: 40px 20px;
  }
  .htsg-complint-form .form_title {
    text-align: center;
    font-size: 24px;
  }
  .htsg-complint-form .form_text {
    text-align: center;
  }
  .htsg-complint-form .form_text:before {
    left: 50%;
    margin-left: -20px;
  }
  .htsg-complint-form label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.cs-package-form {
  padding: 40px;
  background-color: var(--smoke-color);
  border-radius: 20px;
}
.cs-package-form .form_title {
  font-size: 30px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2;
}
.cs-package-form .form_text {
  margin-bottom: 28px;
}
.cs-package-form .row {
  --bs-gutter-x: 15px;
}
.cs-package-form textarea,
.cs-package-form input,
.cs-package-form select {
  border: none;
  border-radius: 9999px;
  padding-right: 20px;
}
.cs-package-form textarea {
  border-radius: 20px;
}
.cs-package-form .form-btn {
  text-align: center;
}
.cs-package-form .vs-btn {
  font-size: 18px;
  margin-top: 20px;
}

.mobile-backbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 10px 10px;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile-backbar .htsg-btn {
  font-size: 14px;
  padding: 11px 15px;
}
.mobile-backbar .htsg-btn:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

@media (max-width: 1024px) {
  .cs-package-form {
    text-align: center;
    padding: 30px 20px;
  }
  .cs-package-form .form_title {
    font-size: 26px;
  }
  .cs-package-form .wpcf7-form-control-wrap {
    text-align: left;
  }
}
.htsg-blog-style1 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px;
}
.htsg-blog-style1 .blog-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: var(--white-color);
  padding: 30px 30px 5px 30px;
  border-radius: 10px;
}
.htsg-blog-style1 .blog-title {
  font-size: 36px;
  margin-top: -0.4em;
  margin-bottom: 10px;
}

.htsg-blog-style2 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.htsg-blog-style2 .blog-content {
  padding: 30px 30px 25px 30px;
  background-color: var(--smoke-color);
  position: relative;
  z-index: 1;
}
.htsg-blog-style2 .blog-title {
  font-size: 30px;
}

.category-blog-area {
  margin-bottom: 100px;
}
.category-blog-area:last-child {
  margin-bottom: 0;
}
.category-blog-area .category-title {
  position: relative;
  line-height: 1;
  margin: -0.2em 0 40px 0;
  padding: 0 0 20px 0;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border-color);
}

.htsg-blog-style3 .blog-post {
  background-color: var(--smoke-color);
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.htsg-blog-style3 .blog-img {
  width: 200px;
}
.htsg-blog-style3 .blog-content {
  flex: 1;
}
.htsg-blog-style3 .blog-img {
  width: 210px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 10px;
}
.htsg-blog-style3 .blog-title {
  font-size: 18px;
  margin-bottom: 0;
}

.htsg-blog-style4 .blog-post {
  background-color: var(--smoke-color);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.htsg-blog-style4 .blog-content {
  padding: 20px 30px 15px 30px;
}
.htsg-blog-style4 .blog-title {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .htsg-blog-style3 .blog-img {
    width: 160px;
    margin-right: 20px;
  }
  .htsg-blog-style3 .blog-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .htsg-blog-style4 .blog-content {
    padding: 10px 15px 5px 15px;
  }
}
@media (max-width: 992px) {
  .htsg-blog-style1 .blog-content {
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    padding: 25px 0 0 0;
    border-radius: 0;
    margin: 0;
  }
  .htsg-blog-style1 .blog-img {
    border-radius: 10px;
    overflow: hidden;
  }
  .htsg-blog-style1 .blog-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .category-blog-area .category-title {
    font-size: 24px;
  }
  .htsg-blog-style2 .blog-content {
    padding: 15px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .category-blog-area .category-title {
    font-size: 24px;
  }
  .htsg-blog-style1 .blog-title {
    font-size: 26px;
  }
  .htsg-blog-style2 .blog-content {
    padding: 15px 15px 10px 15px;
  }
  .htsg-blog-style2 .blog-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .htsg-blog-style3 .blog-img {
    width: 115px;
    margin-right: 15px;
  }
  .htsg-blog-style3 .blog-post {
    padding: 10px 20px 10px 10px;
    margin-bottom: 20px;
  }
  .category-blog-area {
    margin-bottom: 60px;
  }
}
.domcare-form label {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.domcare-form input[type=checkbox],
.domcare-form input[type=radio] {
  display: none;
}
.domcare-form label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--title-color);
}
.domcare-form .wpcf7-list-item {
  display: inline-block;
  margin-right: 35px;
  margin-left: 0;
}
.domcare-form label input:checked + .wpcf7-list-item-label:before {
  background-color: var(--theme-color);
}
.domcare-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
@media (min-width: 1500px) {
  .domcare-form .row:not([class*=gx-]) {
    --bs-gutter-x: 20px;
  }
}
.domcare-form input:not([type=radio]):not([type=checkbox]),
.domcare-form textarea,
.domcare-form select {
  border: 1px solid #eee;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-position: right 15px center;
  border-radius: 15px;
}
.domcare-form .location-field {
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 15px;
  position: relative;
  padding: 0;
  line-height: 40px;
}
.domcare-form .location-field label {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-family: var(--body-font);
  font-size: 14px;
  min-width: 75px;
  padding: 0;
  border-right: 1px solid #eee;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  z-index: 3;
}
.domcare-form .location-field .wpcf7-form-control-wrap-main {
  flex: 1;
}
.domcare-form .location-field .wpcf7-form-control-wrap-main input:not([type=radio]):not([type=checkbox]) {
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 125px;
  height: 60px;
  background-color: var(--white-color);
  border: 1px solid #eee;
}
.domcare-form .form-btn {
  text-align: center;
}

@media (max-width: 767px) {
  .domcare-form {
    margin-bottom: 40px;
  }
  .domcare-form textarea {
    min-height: 90px;
  }
  .domcare-form input:not([type=radio]):not([type=checkbox]),
  .domcare-form textarea,
  .domcare-form select {
    height: 50px;
    padding-left: 15px;
    border-radius: 10px;
  }
  .domcare-form .location-field label {
    font-size: 14px;
    min-width: 70px;
    line-height: 30px;
    z-index: 3;
  }
  .domcare-form .location-field .wpcf7-form-control-wrap-main input:not([type=radio]):not([type=checkbox]) {
    padding-left: 100px;
    height: 50px;
  }
  .domcare-form .location-field .wpcf7-form-control-wrap-main input:not([type=radio]):not([type=checkbox]).wpcf7-not-valid {
    border: 1px solid var(--error-color);
  }
  .domcare-form .wpcf7-form-control-wrap select {
    background-position: right 6px center;
  }
  .domcare-form .row:not([class*=gx-]) {
    --bs-gutter-x: 1rem;
  }
  .domcare-form .wpcf7-not-valid-tip {
    display: none;
  }
  .domcare-form textarea.wpcf7-not-valid,
  .domcare-form input:not([type=radio]):not([type=checkbox]).wpcf7-not-valid,
  .domcare-form select.wpcf7-not-valid {
    border-color: var(--error-color);
  }
}
.risk-assesment-wrap {
  position: relative;
}

.risk-assesment-wrap:before {
  content: "";
  opacity: 0.3;
  background-image: linear-gradient(89deg, rgb(255, 218, 185) 9.8%, rgb(205, 137, 255) 97.5%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.riskassesment-form input:not([type=radio]):not([type=checkbox]),
.riskassesment-form textarea,
.riskassesment-form select {
  border: none;
  border-radius: 20px;
  /* box-shadow: 0 0 20px 0 rgba(0,0,0,0.01); */
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

.riskassesment-form span.wpcf7-list-item.first {
  margin-left: 0;
}

.riskassesment-form .form-group label {
  font-weight: 500;
  margin-bottom: 15px;
  font-family: var(--title-font);
}

.riskassesment-form input[type=radio],
.riskassesment-form input[type=checkbox] {
  border: 1px solid var(--border-color);
}

.riskassesment-form textarea {
  border-radius: 20px;
}

.riskassesment-form .wpcf7-radio label {
  font-weight: 400;
  font-family: var(--body-font);
}

.riskassesment-form .wpcf7-radio {
  margin-bottom: -15px;
  display: block;
}

.riskassesment-form .form-btn.col-12 {
  text-align: right;
  font-size: 14px;
  margin-bottom: -69px;
}

.riskassesment-form .form-btn.col-12 .vs-btn {
  font-size: 18px;
  border-radius: 10px;
  padding: 17px 30px;
}

.riskassesment-form .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
  margin-top: 0;
}

.risk-assesment-wrap .cf7mls_next.action-button {
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
}

.risk-assesment-wrap .form_text {
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
  font-style: italic;
}

@media (max-width: 767px) {
  .riskassesment-form input:not([type=radio]):not([type=checkbox]),
  .riskassesment-form textarea,
  .riskassesment-form select {
    height: 45px;
    border-radius: 10px;
    padding-left: 20px;
  }
  .risk-assesment-wrap .htsg-sec-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.htsg-step-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.htsg-step-bar .number {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--title-color);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.htsg-step-bar .step.active .number {
  background-color: var(--theme-color);
}

.htsg-step-bar .step {
  font-size: 16px;
  font-weight: 700;
  flex: 1;
  text-align: center;
  position: relative;
}

.htsg-step-bar .step:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 50%;
  height: 1px;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
}

.htsg-step-bar .step:first-child:before {
  display: none;
}

.htsg-step-bar .step.active:before {
  background-color: var(--theme-color);
}

@media (max-width: 767px) {
  .htsg-step-bar .step {
    padding: 0 2px;
  }
  .htsg-step-bar .step {
    font-size: 13px;
    line-height: 1.5;
  }
  .htsg-step-bar .number {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }
  .riskassesment-form .form-btn.col-12 {
    margin-bottom: 0;
    text-align: center;
  }
  .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    display: block;
    text-align: center;
  }
  .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.blog-author .author-degi {
  margin-bottom: 0;
}

.blog-author .author-name {
  margin: 0 0 10px 0;
}

.blog-author .media-img {
  width: 350px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-author .media-img {
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-author {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .care-plan-form .htsg-step-bar .step {
    font-size: 0;
  }
  .care-plan-form .htsg-step-bar .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .care-plan-form .htsg-step-bar .step:before {
    top: 15px;
  }
}
.htsg-internal-open {
  display: none;
}

.htsg-internal-open.show {
  display: block;
}

.survey-form .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
  background-color: var(--white-color);
  padding: 15px 20px;
  border-radius: 10px;
}

.survey-form .wpcf7-radio .wpcf7-list-item label {
  margin: 0;
}

.survey-form input:not([type=radio]):not([type=checkbox]),
.survey-form textarea,
.survey-form textarea:focus,
.survey-form select {
  background-color: var(--white-color);
  border-radius: 10px;
  border: none;
}

.survey-form .form-group > label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .survey-form .form-group > label {
    font-size: 16px;
  }
}
.survey-form .form-btn {
  bottom: 20px;
  position: absolute;
  text-align: right;
}

.survey-form .form-btn .vs-btn {
  border-radius: 7px;
}

@media (max-width: 767px) {
  .survey-form .form-btn {
    position: relative;
    bottom: 0;
    text-align: center;
  }
}
#wpconsent-root {
  display: none;
}

.address-suggestion {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 91;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.address-suggestion.active {
  opacity: 1;
  visibility: visible;
}

.address-suggestion span {
  color: #465caa;
}

::-ms-placeholder {
  color: #465caa;
}

::placeholder {
  color: #465caa;
}

.button {
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  color: white;
  background-color: #000;
  padding: 1.2rem 2.2rem;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  transition: ease-in-out 0.1s;
}

.button:hover {
  background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
  transform: scale(1.015);
  transition: ease-in 0.1s;
}

.container-map {
  width: 100%;
  height: 20rem;
  margin-bottom: 20px;
}

.map-suggestion-box {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 91;
  overflow: hidden;
  border-radius: 10px 10px;
}

.form-group > .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.form-group > .map-suggestion-box {
  left: calc(var(--bs-gutter-x) / 2);
  right: calc(var(--bs-gutter-x) / 2);
}

.map-suggestion-box.active {
  opacity: 1;
  visibility: visible;
}

.map-suggestion-box span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  padding: 10px 19px;
  transition: all ease 0.3s;
}

.map-suggestion-box span.error {
  color: var(--error-color);
}

.map-suggestion-box span:hover:not(.error) {
  background-color: var(--title-color);
  color: var(--white-color);
}

.map-suggestion-box span:not(.error):before {
  content: "\f3c5";
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 5px;
  font-size: 0.9rem;
}

/*# sourceMappingURL=htsg-custom.min.css.map */
