.breadcrumb-area1 {
  height: 260px;
}
.breadcrumb-area1 .breadcrumbg-h {
  height: 200px;
}
.img-breadcrumb {
  position: absolute;
  width: 100%;
}
.breadcrumb-list {
  max-width: 100%;
}
.breadcrumb-list a,
.breadcrumb-list .active {
  color: var(--vs-white);
}
.breadcrumb-list i {
  color: var(--vs-primary);
}
.border-light1 {
  border-color: #c5c5c5;
}
.cart-close {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 41px;
  border-radius: 50%;
}
.cart-input {
  width: 90px !important;
  padding: 0 5px !important;
  text-align: center;
}
.w-0 {
  width: 0px !important;
}
.w-200 {
  width: 200px;
}
.bg-theme-light {
  background-color: #e8fafc !important;
}
.bg-theme-light1 {
  background-color: #e3fcff !important;
}
.table td {
  font-weight: 600;
}
.overflow-h {
  overflow: hidden;
}
.box18 {
  position: relative;
  overflow: hidden;
}
.box-img {
  background: #e7eff2;
  padding: 2.2rem;
}
.box18:hover:after {
  opacity: 1;
}
.box18:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000054;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.box-content1 {
  background: #f2fcfd;
  z-index: 9;
  position: relative;
  color: var(--vs-black);
  transition: all 0.5s ease 0s;
}
.box18:hover .box-content1 {
  background: var(--vs-primary);
  color: var(--vs-white);
}
.post1 {
  border-left: 3px solid var(--vs-primary);
  padding: 15px;
  text-align: center;
  font-size: 20px;
}
.box18 .icon {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box18:hover .icon li:last-child a {
  right: 25%;
}

.box18:hover .icon li:first-child a {
  left: 25%;
}
.box18 .icon li:last-child a {
  right: -90%;
  left: 0;
}
.box18 .icon li:first-child a {
  left: -90%;
  right: 0;
}
.box18:hover .icon li a {
  top: 26%;
  opacity: 1;
}
.box18 .icon li a {
  width: 43px;
  height: 43px;
  background: var(--vs-primary);
  line-height: 45px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--vs-white);
  top: 50%;
  border: 1px solid var(--vs-primary);
  opacity: 0;
}
.box18 .box-content,
.box18 .icon li a {
  position: absolute;
  transition: all 0.6s ease 0s;
}
.box-1 {
  border: 1px solid #ccc;
  padding: 30px 30px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.box1-icon {
  display: flex;
  position: relative;
  top: -2rem;
}
.box1-icon i {
  background: var(--vs-black);
  color: var(--vs-white);
  padding: 18px;
  font-size: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: auto;
}
.box-1:hover .box1-icon i {
  background: var(--vs-primary);
}
.box1-content {
  padding-left: 1rem;
}
.contact-shadow-icon {
  position: absolute;
  font-size: 216px;
  opacity: 0.1;
  text-align: center;
  left: 13%;
}

.box1-bordar {
  width: 20px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 6%;
  background: var(--vs-primary);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.box-1:hover .box1-bordar {
  width: 100%;
  background: var(--vs-black);
  transform: scale(1);
  transition: transform 10.25s ease-out;
}
.box1-bordar i {
  display: none;
}
.box-1:hover .box1-bordar i {
  display: block;
  position: absolute;
  background: transparent;
  color: #2a4041;
  font-size: 60px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(-21deg);
  left: 20%;
  top: 10px;
}
.widget-title {
  border-right: 3px solid var(--vs-primary);
}
img.blog-heading-icon {
  position: absolute;
  left: -9px;
  top: 12px;
width: 30px;
height: 22px;
}
.border-prime {
  border-color: var(--vs-primary) !important;
}
.footer-section .widget-title {
     border-right: 0px solid var(--vs-primary);
}
/* Categories-section start */
.Categories-section .st-tab-filter span {
  position: absolute;
  top: -8px;
  right: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 6.25rem;
  text-align: center;
  font-size: 12px;
  color: var(--vs-white);
  background-color: var(--vs-primary);
}

.Categories-section .st-tab-filter span:hover {
  color: var(--vs-white);
  background-color: var(--vs-black);
}

.Categories-team {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.Categories-team-img img {
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}

.team-img {
  padding-bottom: 0 !important;
}

.Categories-thumbnail {
  filter: brightness(0.7);
}

.Categories-imagebox-team .Categories-imagebox-team-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.Categories-team-icon {
  text-align: center;
}

.Categories-team-icon i {
  content: "";
  width: 55px;

  background-color: var(--vs-primary);
  color: var(--vs-white);
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
}

.Categories-team-icon {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  background: #00000054;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  z-index: 9;
}
.Categories-team:hover .Categories-team-icon {
  background: transparent;
}
.Categories-heading {
  color: var(--vs-white);
}

.Categories-heading h4 {
  color: var(--vs-primary);
}
.Categories-team:hover::after {
  background-color: var(--vs-primary);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0px;
  left: 0;
}
.h-200 {
  height: 350px !important;
}
.heading-default1 p.opps {
  font-size: 70px;
  font-weight: 700;
}
.heading-default1 h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  color: white;
  font-size: 330px;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--vs-black);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/* Categories-section and */
.accordion-button {
  color: var(--vs-white);
  background-color: var(--vs-black);
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--vs-white);
  background-color: var(--vs-primary);
  box-shadow: none;
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--vs-accordion-btn-icon-width);
  height: var(--vs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../images/plus-icon.png);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus-icon.png);
}
.about-panel p span {
  background: var(--vs-primary);
  color: #fff;
  padding: 7px 20px;
  border-left: 3px solid #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ellipse-3 {
  height: 330px;
  left: 50%;
  position: absolute;
  top: 379px;
  width: 330px;
  border: 30px solid #38c7e4;
  -webkit-border-radius: 165px;
  -moz-border-radius: 165px;
  border-radius: 165px;
  margin-left: -355.5px;
}
.bg-element {
  right: 24px;
  position: absolute;
  top: -2rem;
  margin-left: 55.5px;
}
.about-text {
  border-left: 5px solid var(--vs-primary);
  padding-left: 0.5rem;
}
.ellipse-2-holder {
  float: left;
  margin: 0 7px 0 0;
  padding: 10px 0 6px;
  position: relative;
  width: 51px;
  border: 1px solid #3fcedf;
  -webkit-border-radius: 25.5px;
  -moz-border-radius: 25.5px;
  border-radius: 25.5px;
}
.group-flex {
  flex: 50%;
}
img.arrow1-image {
  position: absolute;
  top: 0;
  left: 4px;
}
img.arrow2-image {
  position: absolute;
  bottom: 0;
  left: 4px;
}
h1.text-prime {
  line-height: 50px;
  font-size: 50px;
}
.timeline-number {
  height: 100%;
  right: 0%;
  padding: 24px 0 35px;
  position: absolute;
  top: 0;
  width: 132px;
  font-size: 50px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  background: url(../images/about/time-number1.png) no-repeat;
  background-size: cover;
}
.timeline-number2 {
  background: url(../images/about/time-number2.png) no-repeat;
  background-size: cover;
  left: 0%;
  right: unset;
}
.timeline-number3 {
  background: url(../images/about/time-number3.png) no-repeat;
  background-size: cover;
}
.timeline-number4 {
  background: url(../images/about/time-number4.png) no-repeat;
  background-size: cover;
  left: 0%;
  right: unset;
}
.timeline-arrow {
  vertical-align: middle;
  position: relative;
  top: 12px;
  color: #fff;
}
.check-list {
  column-count: 2;
}
