* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.min-w-100 {
  min-width: 100%;
}

.avatar-25 {
  width: 25px !important;
  height: 25px !important;
}

.avatar-40 {
  width: 40px !important;
  height: 40px !important;
}

.avatar-50 {
  width: 50px !important;
  height: 50px !important;
}

.avatar-80 {
  width: 80px !important;
  height: 80px !important;
}

.lb08 {
  line-height: 0.8 !important;
}

.wh-50 {
  width: 50px !important;
  height: 50px !important;
}

/* paddding */
.p-5 {
  padding: 2rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 3.5rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-10 {
  padding-top: 4.5rem !important;
}

.pt-11 {
  padding-top: 5rem !important;
}

.table th {
  padding: 0.5rem 1rem !important;
}

.mt-11 {
  margin-top: 5rem;
}

/* paddding */
.w-8px {
  width: 8px;
}

.h-6px {
  height: 6px;
}

.wh-20 {
  height: 20px;
  width: 20px;
}

.pb-6 {
  padding-bottom: 6rem;
}

.wh-65 {
  height: 65px !important;
  width: 90px !important;
}

.opacity-3 {
  opacity: 0.3;
}

.h-500 {
  height: 500px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.wh-300 {
  height: 300px !important;
  width: 300px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.wh-200 {
  height: 200px;
  width: 200px;
}

.p-8 {
  padding: 8px;
}

.bg-primary-dark {
  background-color: #2b4eff;
}

.bg-light-secondary {
  background-color: rgba(133, 146, 163, 0.1647058824) !important;
}

.zoom-hover {
  transition: all 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2);
}

.bg-transpatent-dark {
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
  color: #000;
}

.border-hover:hover {
  box-shadow: 0 40px 40px rgba(24, 44, 74, 0.1);
  border: 2px dotted #2467ec !important;
  transition: all 0.3s ease-out 0s;
}

.bg-gradient-btn {
  background: linear, left top, right top, from(#fe9418), to(#f5634b);
}

/* Table custom Css */
/* Blogs Start */
.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  transition: 1s linear;
}

.zoom-img img:hover {
  transform: scale(1.15);
}

.top-heading::after,
.top-heading::before {
  position: relative;
  top: -1px;
  content: "||";
  font-size: 10px;
}

.top-heading::before {
  margin-right: 6px;
}

.top-heading::after {
  margin-left: 6px;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-overlay-300 {
  background: rgba(0, 0, 0, 0.5019607843);
}

.transparent-bg {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-overlay-danger::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  filter: brightness(1.25);
  background-image: linear-gradient(to right, #ed9059, #e73c20);
  z-index: 3 !important;
}

.bg-overlay-success::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  filter: brightness(1.25);
  background-image: linear-gradient(to right, #3ac572, #30e011);
  z-index: 3 !important;
}

.index-9 {
  z-index: 9;
}

.opcity-1 {
  opacity: 0.5;
}

.hover-p-y:hover {
  transform: translateY(-10px);
}

.hover-p-y {
  transition: 0.5s all linear;
}

.img-h {
  height: 80px;
}

.bs-breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 7px;
}

.bs-breadcrumb li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.7;
}

.animation-arrow {
  position: relative;
  left: 20px;
  width: 80px;
  height: 45px;
  animation: swinging-arrow 2s infinite;
  display: inline-block;
}

.bs-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 15px;
}

@media (min-width: 992px) {
  .image-polygon img {
    max-width: none;
    overflow: hidden;
    float: right;
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  }
}
@keyframes swinging-arrow {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
/* 15 */
.cta-img {
  position: absolute;
  bottom: -48px;
  right: -8%;
}

/* 17 */
.image-box {
  display: block;
  height: 500px;
  background-size: cover;
}

.overlay {
  margin: auto;
  padding: auto;
  display: block;
}

/*   */
/* 2 */
.relative {
  position: relative;
}

.warning i {
  color: #ffc91b;
  font-size: 30px;
}

.success i {
  color: rgb(11, 173, 51);
  font-size: 30px;
}

.indecate {
  color: #ff7a1a;
}

.indecate i {
  color: #ff7a1a;
  font-size: 30px;
}

.danger i {
  color: #f15c4c;
  font-size: 30px;
}

.primary i {
  color: #1089ff;
  font-size: 30px;
}

.info i {
  color: #4cd0f1;
  font-size: 30px;
}

.icon-rectangle {
  height: 88px;
  width: 88px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1.5px solid transparent;
  margin: 5px;
}

.icon-circle {
  height: 88px;
  width: 88px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid transparent;
  margin: auto;
}

.radius-none {
  border-radius: 0 !important;
}

.hover-danger:hover {
  background-color: rgb(241, 92, 76);
  color: #fff !important;
}

.hover-success:hover {
  background-color: rgb(11, 173, 51);
  color: #fff;
}

.hover-primary:hover {
  background-color: rgb(16, 137, 255);
  color: #fff;
}

.hover-info:hover {
  background-color: #4cd0f1;
  color: #fff;
}

.hover-warning:hover {
  background-color: #ffc91b;
  color: #fff;
}

.hover-indecate:hover {
  background-color: #ff7a1a;
  color: #fff;
}

.hover-light-danger:hover {
  background-color: rgba(241, 92, 76, 0.2);
}

.hover-light-success:hover {
  background-color: rgba(11, 173, 51, 0.2);
}

.hover-light-primary:hover {
  background-color: rgba(16, 137, 255, 0.2);
}

.hover-light-info:hover {
  background-color: rgba(76, 208, 241, 0.2);
}

.hover-light-warning:hover {
  background-color: rgba(255, 201, 27, 0.2);
}

.hover-light-indecate {
  background-color: rgba(255, 122, 26, 0.2);
}

.hover-text-white:hover h3 {
  color: #fff !important;
}

.bg-light-warning {
  background-color: rgba(255, 201, 27, 0.2);
}

.bg-light-success {
  background-color: rgba(11, 173, 51, 0.2);
}

.bg-light-primary {
  background-color: rgba(16, 137, 255, 0.2);
}

.bg-light-info {
  background-color: rgba(76, 208, 241, 0.2);
}

.bg-light-danger {
  background-color: rgba(241, 92, 76, 0.2);
}

.bg-light-indecate {
  background-color: rgba(255, 122, 26, 0.2);
}

.border-bg-warning {
  border-color: rgba(255, 201, 27, 0.2);
  transition: 0.5s all linear;
}

.border-bg-success {
  border-color: rgba(11, 173, 51, 0.2);
  transition: 0.5s all linear;
}

.border-bg-indecate {
  border-color: rgba(255, 122, 26, 0.2);
  transition: 0.5s all linear;
}

.border-bg-danger {
  border-color: rgba(241, 92, 76, 0.2);
  transition: 0.5s all linear;
}

.border-bg-primary {
  border-color: rgba(16, 137, 255, 0.2);
  transition: 0.5s all linear;
}

.border-bg-info {
  border-color: rgba(76, 208, 241, 0.2);
  transition: 0.5s all linear;
}

.icon-body:hover .bg-icon-warning .warning {
  background-color: rgb(255, 201, 27);
}

.icon-body:hover .bg-icon-success .success {
  background-color: rgb(11, 173, 51);
  color: #ffffff;
}

.icon-body:hover .bg-icon-orange .indecate {
  background-color: rgb(255, 122, 26);
  color: #ffffff;
}

.icon-body:hover .bg-icon-danger .danger {
  background-color: rgb(241, 92, 76);
  color: #ffffff;
}

.icon-body:hover .bg-icon-primary .primary {
  background-color: rgb(16, 137, 255);
  color: #ffffff;
}

.icon-body:hover .bg-icon-info .info {
  background-color: #4cd0f1;
  color: #ffffff;
}

.icon-body:hover {
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.icon-body:hover .icon-circle i {
  color: #ffffff;
}

.icon-body:hover .icon-rectangle i {
  color: #ffffff;
}

.shadow-hover:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.075) !important;
}

.up-hover {
  transform: translate3d(0, 0, 0);
  transition: all 0.4s ease;
}

.transform-top {
  transform: translate3d(0, 0, 0);
  transition: all 0.4s ease;
}

.transform-top:hover {
  transform: translate3d(0, -10px, 0);
  border-top: 2px solid #000;
}

.up-hover:hover {
  transform: translate3d(0, -10px, 0);
  display: block;
}

.show-off {
  display: none;
  transition: all 0.5s ease;
}

.show-on:hover .show-off {
  display: block;
}

/* cooming soon */
.background-opacity-dark {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

/* counter 10 */
.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7019607843);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* event 2 */
.card-tag {
  position: absolute;
  height: 65px;
  width: 40px;
  background-color: #31aece;
  color: #ffffff;
  top: 0px;
  left: 22px;
  z-index: 1;
  display: block;
}

.card-stag {
  position: absolute;
  height: 65px;
  width: 40px;
  background-color: #31aece;
  color: #ffffff;
  top: 0px;
  left: 32px;
  z-index: 1;
  display: block;
}

.card-tag::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  background-color: #0a859e;
  color: #ffffff;
  bottom: -2px;
  left: 0;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.card-tag::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: -20px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* event 3 */
.portfolio-item-one .portfolio-item {
  height: 705px;
}

.portfolio-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 0;
}

.portfolio-item:before {
  background-color: #ff2b42;
  position: absolute;
  content: "";
  height: 220%;
  left: -100%;
  top: -50%;
  transform: rotate(25deg);
  transform-origin: center top 0;
  transition: left 0.5s ease 0s;
  width: 80%;
  z-index: 1;
}

.portfolio-item:hover:before {
  left: 5%;
}

.portfolio-title {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 5;
  opacity: 0;
  transition: all 1.1s ease 0s;
}

.portfolio-link {
  position: absolute;
  bottom: -50px;
  left: 20px;
  z-index: 6;
  opacity: 0;
  transition: all 1.1s ease 0s;
}

.portfolio-link p {
  width: 100% !important;
}

.portfolio-item:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: -1000%;
  height: 175%;
  left: 53%;
  transform: rotate(-33deg);
  transform-origin: center bottom 0;
  transition: bottom 0.8s ease 0s;
  width: 55%;
}

.portfolio-item:hover:after {
  bottom: -70%;
}

.item-two-mb {
  margin-bottom: 15px;
  overflow: hidden;
}

.portfolio-item-two .portfolio-item {
  height: 345px;
}

.portfolio-item-three .portfolio-item {
  height: 345px;
  width: 100% !important;
}

.poerfolio-three-iteam .portfolio-item.three-inner-one,
.poerfolio-three-iteam .portfolio-item.three-inner-two {
  height: 345px;
}

.portfolio-item.three-inner-one {
  width: 100% !important;
}

.portfolio-item-three {
  margin-bottom: 15px;
  width: 100% !important;
}

.portfolio-item-three .portfolio-item {
  height: 345px;
  width: 100% !important;
}

.portfolio-item:hover .portfolio-title {
  top: 48%;
  left: 34%;
  opacity: 1;
  color: #ffffff !important;
}

.portfolio-item:hover .portfolio-link {
  opacity: 1;
  bottom: -10px;
}

.portfolio-link .link {
  background: #444444 none repeat scroll 0 0;
  color: #fff;
  margin-right: 10px;
  margin-top: 36px;
}

.portfolio-link .search {
  color: #ff2b42;
  background: #fff;
}

.portfolio-link p a {
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 5px;
  border-radius: 100%;
  padding-top: 7px;
  color: #333;
  font-size: 17px;
}

.search {
  margin: 35px auto;
  width: 35%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-item.three-inner-one,
  .portfolio-item.three-inner-two {
    margin-left: 0;
    width: 768px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-item-one .portfolio-item,
  .portfolio-item-two .portfolio-item,
  .portfolio-item-three .portfolio-item {
    margin-bottom: 15px;
  }
}
/* feature 2 */
.main-overlay {
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 46, 91, 0.9);
  overflow: hidden;
  width: 100%;
  height: 20%;
  transition: 0.5s ease;
}

.overlay-none {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 20%;
}

.overlay-content {
  padding: 14px 0 !important;
}

.main-overlay:hover .overlay {
  height: 100%;
}

.main-overlay:hover .head-icon img {
  display: none;
}

.main-overlay:hover .overlay-content .text h3 {
  left: 5%;
}

.main-overlay:hover .overlay-content .text {
  left: 5%;
}

.overlay-content img {
  height: 30px;
  width: 30px;
  top: 20%;
  left: 10px;
  position: absolute;
}

.overlay-content .text h3 {
  color: #ffffff;
  position: relative;
  left: 20%;
}

.overlay-content .text p {
  color: #ffffff;
  font-size: 15px;
}

/* feature 5*/
.image-center {
  position: absolute;
  top: 15px;
  left: 2%;
  z-index: 4;
}

/* feature 3 */
.service-card__image {
  position: relative;
  overflow: hidden;
}

.service-card__image > img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}

.service-card__image > a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 39, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.features.fea-primary .big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.015;
  font-size: 180px;
}

.features.fea-primary:hover {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  color: #ffffff !important;
}

.service-card__content {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: -20px;
}

.service-card__content__inner {
  position: relative;
  transition: all 500ms ease;
}

.service-card__icon {
  width: 92px;
  height: 92px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  font-size: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #e63a27;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  top: -46px;
  margin-bottom: -46px;
  position: relative;
  z-index: 10;
  transition: all 500ms ease;
}

.service-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: black;
  margin-top: 25px;
  margin-bottom: 16px;
}

.service-card__link {
  width: 40px;
  height: 40px;
  background-color: #f2ede9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #68686f;
  transition: all 500ms ease;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  bottom: -21px;
  margin-top: -21px;
  z-index: 11;
}

.service-card__content__inner::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform-origin: left center;
  transform: scale(0, 1);
  background-color: rgba(0, 0, 0, 0.75);
  transition: transform 500ms ease;
}

.service-card:hover .service-card__link {
  color: #fff;
  background-color: black;
}

.service-card:hover .service-card__content__inner::after {
  transform: scale(1, 1);
  transform-origin: right center;
}

.service-card__image > a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--thm-black-rgb), 0.4);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.service-card__image > a::before,
.service-card__image > a::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-card__image > a::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-card:hover .service-card__image > a {
  opacity: 1;
  transform: translateY(0);
}

.service-card:hover .service-card__icon {
  background-color: #e63a27;
}

.service-card:hover svg {
  color: white !important;
}

.service-icon-color {
  color: #e63a27;
}

/*feature 4 */
.card-bg:hover .card-bg-hover {
  display: block;
  background: #181c32;
  color: #fff;
  transition: all 0.7s ease;
}

.card-bg:hover .card-bg-hover a h3 {
  color: #fff;
}

/*gallery image seven */
.image-body {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image-title {
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  opacity: 0;
  z-index: 1;
  font-size: 1.75rem !important;
  color: white !important;
}

.image-body:hover .image-title {
  opacity: 1;
  animation: fadeInUp;
  animation-duration: 400ms;
}

.image-body::before {
  background-color: rgba(75, 72, 72, 0.8156862745);
  position: absolute;
  content: "";
  height: 220%;
  left: -100%;
  top: -50%;
  transform: rotate(25deg);
  transform-origin: center top 0;
  transition: left 0.5s ease 0s;
  width: 80%;
}

.image-body:hover::before {
  left: 5%;
}

/* info-card-three */
.info-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 397px;
}

.background-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}

.info-card .info-card-body {
  width: 66.66666%;
  position: relative;
  z-index: 3;
}

.info-card .background-image-holder.info-card-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: "";
  opacity: 0.3;
  background-color: #333333;
  z-index: -1;
}

/* Phuldev mandal blog eight */
.btn-link,
.date {
  position: relative;
  font-size: 15px;
  color: #000;
}

.btn-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.175rem;
  background: #000;
  left: 0;
  bottom: 0;
}

.btn-center::after {
  transform: scale(0, 1);
  transform-origin: 0% 100%;
  transition: all 0.3s ease;
}

.btn-center:hover::after {
  transform: scale(1, 1);
  color: #000;
}

/* call to action */
/* ten */
.bg-image {
  background-image: linear-gradient(#de5acf, #8ac1ce) !important;
}

.bg-dark-pink {
  background-color: #de5acf;
  color: #fff;
}

.bg-light-pink {
  background-color: #B3297A;
  color: #fff;
}

/* hero-five */
.success_story img {
  border: 2px solid #037597;
  padding: 0px;
  border-radius: 50%;
}

/* priceing two */
.price__section__box {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: rgb(153, 148, 148);
}

.price__section__box .price__card {
  width: 31%;
  height: auto;
  text-align: center;
  background: white;
  border-radius: 5px;
  box-shadow: 2px 5px 15px #ddcccc;
  transition: transform 0.3s;
}

.price__section__box .price__card:hover {
  transform: scale(1.05);
}

.price__card-title {
  padding-top: 15px !important;
}

.price__section__box .price__card .price__card-title h2 {
  font-size: 35px;
  padding-bottom: 5px;
  color: #000;
  transition: transform 0.3s;
}

.price__section__box .price__card .price__card-title p span {
  font-size: 40px;
  padding: 0 5px;
}

.price__section__box .price__card .price__card-content ul li {
  list-style: none;
  padding: 10px 0;
}

.price__section__box .price__card .price__card-content ul li i {
  margin-right: 4px;
}

.price_value {
  color: #000;
  font-size: 30px;
  font-weight: 900;
}

.price__card:hover .price__card-title h2 {
  color: orange;
}

.price__card:hover .social__media {
  color: orange;
}

.price__card:hover .price_value {
  color: orange;
}

.price__list {
  height: 165px;
  overflow-y: scroll;
}

/* priceing three */
.buy_plan {
  cursor: pointer;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  font-size: 13px;
  font-weight: 700;
}

.buy_plan:hover {
  transition: all 0.1s linear;
  border-radius: 15px;
  height: 40px;
  width: 100px;
}

/* /price five */
.pricing-item {
  padding: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  background-color: #f3f4f7;
}

.pricing-item:hover {
  background-color: #1a1a1b;
  color: #f3f4f7 !important;
}

.ribbon {
  position: relative;
}

.ribbon span {
  background-color: #fff;
  text-transform: uppercase;
  color: #000;
  transform: rotate(45deg);
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  left: 144px;
  top: -8px;
  padding-top: 11px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.production_ribbon {
  position: relative;
  display: block;
}

aside.production_ribbon span {
  background-color: rgba(233, 94, 94, 0.8);
  z-index: 99;
  border-radius: 10px 0 0 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  display: block;
  right: 0;
  top: -28px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}

/* search box --2 */
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 30px !important;
}

.si-borderless {
  border-color: transparent !important;
}

.social-icon:hover {
  color: #555;
  border-color: transparent;
  /*background-color: #00acee!important;*/
}

.social-icon:hover .social-icon-brands {
  color: white !important;
}

.si-facebook:hover {
  background-color: #3b5998 !important;
}

.si-twitter:hover {
  background-color: #00acee !important;
}

.si-gplus:hover {
  background-color: #dd4b39 !important;
}

.si-pinterest:hover {
  background-color: #c8232c !important;
}

.si-linkedin:hover {
  background-color: #0e76a8 !important;
}

/* social_1 */
.facebook {
  color: #3b5998;
  background-color: rgba(59, 89, 152, 0.1);
}

.facebook2,
.facebook:hover {
  background: #3b5998;
  color: #ffffff !important;
}

.twitter {
  color: #1da1f2;
  background-color: rgba(29, 161, 242, 0.1);
}

.twitter2,
.twitter:hover {
  background: #1da1f2;
  color: #ffffff !important;
}

.google {
  color: #dd4b39;
  background-color: rgba(221, 75, 57, 0.1);
}

.google2,
.google:hover {
  background: #dd4b39;
  color: #ffffff !important;
}

.instagram {
  color: #e1306c;
  background-color: rgba(225, 48, 108, 0.1);
}

.carouselControlIcon {
  height: 5rem !important;
  width: 5rem !important;
}

.instagram2,
.instagram:hover {
  background: #e1306c;
  color: #ffffff !important;
}

.youtube {
  color: #dd4b39;
  background-color: rgba(225, 0, 0, 0.1);
}

.youtube2,
.youtube:hover {
  background: #dd4b39;
  color: #ffffff !important;
}

.linkedin {
  color: #0077b5;
  background-color: rgba(0, 119, 181, 0.1);
}

.linkedin2,
.linkedin:hover {
  background: #0077b5;
  color: #ffffff !important;
}

/* team4 */
.icon-box {
  padding: 8px;
  margin: 5px;
}

.team-box:hover .team-image {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  padding: 2rem;
}

.bg-box {
  background: rgba(21, 54, 95, 0.5215686275);
  color: white;
  width: 100%;
  transition: 0.5s ease;
  font-size: 40px;
  text-align: center;
}

.icon-none {
  display: none !important;
  transition: 0.5s ease;
}

.hover-icon:hover .icon-none {
  display: block !important;
}

/* team nine ( refine garnu parne cha) */
.main-become-instructor {
  margin-top: 150px !important;
}

.main-become-instructor-item {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(235, 235, 242, 0.6);
  border-radius: 12px;
  padding: 30px;
  padding-top: 0;
}

.main-become-instructor-item .main-image {
  width: 250px;
  height: 200px;
  margin: auto;
  overflow: hidden;
  border-radius: 8px;
  margin-top: -100px;
  text-align: center;
}

.main-become-instructor-item .main-text {
  text-align: center;
  margin-top: 30px;
}

.main-become-instructor-item .main-image img {
  margin: auto;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

/* team-ten */
.single-team-member.it-agency-color .content {
  position: relative;
  z-index: 1;
}

.single-team-member.it-agency-color:hover .content,
.single-team-member.it-agency-color.active .content {
  background-color: transparent;
}

.single-team-member:hover .content,
.single-team-member.active .content {
  background-color: black;
}

.single-team-member .content {
  padding: 25px 20px;
  z-index: 1;
  position: relative;
  transition: 500ms;
}

.single-team-member .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #f68821;
  top: -40px;
  z-index: -1;
  transition: 500ms;
  opacity: 0;
  visibility: hidden;
}

.single-team-member:hover .content::before,
.single-team-member.active .content::before {
  opacity: 1;
  visibility: visible;
}

.single-team-member .content h3 {
  transition: 500ms;
  font-size: 20px;
  margin-bottom: 10px;
}

.single-team-member .content .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 500ms;
}

.single-team-member .content .social li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

.single-team-member .content .social li a {
  display: block;
  font-size: 20px;
  color: white;
}

.single-team-member.it-agency-color .content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 40px;
  z-index: -1;
  background: #f68821;
  content: "";
  transition: 500ms;
  opacity: 0;
  visibility: hidden;
}

.single-team-member .content span {
  display: block;
  color: #fd5444;
  transition: 500ms;
}

.single-team-member:hover .content h3,
.single-team-member:hover .content span,
.single-team-member.active .content h3 {
  color: white;
  transform: translateY(-40px);
}

.single-team-member:hover .content .social,
.single-team-member.active .content .social {
  opacity: 1;
  visibility: visible;
}

.single-team-member .content .social li a:hover {
  color: #f68821 !important;
}

.single-team-member.it-agency-color:hover .content::after,
.single-team-member.it-agency-color.active .content::after {
  opacity: 1;
  visibility: visible;
}

/* team eleven */
.expert-image {
  overflow: hidden;
  transition: all 250ms ease;
}

.expert-image:hover {
  background: linear-gradient(to top, blue, 10%, pink);
  opacity: 0.85;
}

.expert-image a img:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.social-box {
  position: absolute;
  bottom: 5%;
  right: 5px;
}

ul.bullet-orange li::marker {
  color: darkorange;
}

/* testimonials-seven */
.block-title__tagline::after,
.block-title__tagline::before {
  position: relative;
  top: -1px;
  content: "||";
  font-size: 10px;
}

.block-title__tagline::before {
  margin-right: 6px;
}

.block-title__tagline::after {
  margin-left: 6px;
}

.testimonial-card {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 44px;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 0px red;
  transition: all 500ms ease;
}

.testimonial-card:hover::before {
  box-shadow: 0 0 0 2px red;
}

.testimonial-card__image {
  position: relative;
}

.testimonial-card__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .testimonial-card__info {
    flex-wrap: nowrap;
  }
}
.testimonial-card__image {
  position: relative;
  width: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.testimonial-card__image::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px dashed red;
  z-index: -1;
}

.testimonial-card__image {
  z-index: 2;
}

.testimonial-card__line {
  width: 100%;
  height: 42px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: 500ms ease;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* testimonials eight */
.text-dark-orange {
  color: #fb7500;
}

.feedback-card-bottom-effect::after {
  content: "";
  width: 80%;
  height: 10px;
  bottom: -15px;
  left: 50%;
  border-radius: 4px;
  transform: translateX(-50%);
  background-color: red;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 250ms ease;
}

.card:hover .feedback-card-bottom-effect::after {
  bottom: -5px;
  opacity: 1;
}

.feedback-card-bottom-effect::before {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 0;
  right: 35px;
  background-color: #fb7500;
  transition: 0.5s;
  height: 50px;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
}

.feedback-card-bottom-effect:hover::before {
  opacity: 1;
  bottom: -10px;
}

/* timelineOne */
.timeLineOne {
  background: #ff7979;
  padding: 5px;
}

::-moz-selection {
  color: #fff;
  background: #ff7979;
}

::selection {
  color: #fff;
  background: #ff7979;
}

.timeLineBody {
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}

.timeLineBody .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.timeLineBody .timeLine {
  display: flex;
}

.timeLineBody .timeLine-1 {
  justify-content: flex-start;
}

.timeLineBody .timeLine-2 {
  justify-content: flex-end;
}

.timeLineBody .timeLine section {
  background: #fff;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}

.timeLineBody .timeLine section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}

.timeLine-1 section::before {
  right: -7px;
}

.timeLine-2 section::before {
  left: -7px;
}

.timeLine section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ff7979;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.center-line .scroll-icon {
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}

.timeLine-1 section .icon {
  top: 15px;
  right: -60px;
}

.timeLine-2 section .icon {
  top: 15px;
  left: -60px;
}

.timeLine section .details,
.timeLine section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeLine section .details .title {
  font-size: 22px;
  font-weight: 600;
}

.timeLine section p {
  margin: 10px 0 17px 0;
}

.timeLine section .bottom a {
  text-decoration: none;
  background: #ff7979;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}

.timeLine section .bottom a:hover {
  transform: scale(0.97);
}

@media (max-width: 790px) {
  .timeLineBody .center-line {
    left: 40px;
  }
  .timeLineBody .timeLine {
    margin: 30px 0 3px 60px;
  }
  .timeLineBody .timeLine section {
    width: 100%;
  }
  .timeLine-1 section::before {
    left: -7px;
  }
  .timeLine-1 section .icon {
    left: -60px;
  }
}
@media (max-width: 440px) {
  .timeLineBody .center-line,
  .timeLine section::before,
  .timeLine section .icon {
    display: none;
  }
  .timeLineBody .timeLine {
    margin: 10px 0;
  }
}
/* --- Start time-line-two --- */
.process-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-top: 65px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 9999;
  position: absolute;
  width: 100%;
  margin-top: -40px;
}

#progress-bar-container li:before {
  content: " ";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;
}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  border: solid 2px #fff;
  background: linear-gradient(to right, #e91e63 0%, #fff 100%);
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 60px;
  position: relative;
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: #444;
}

#progress-bar-container li:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #777;
  margin: auto;
  border: solid 7px #fff;
  border-radius: 50%;
  margin-top: 40px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
}

#progress-bar-container li:hover:after {
  background: #555;
}

#progress-bar-container li.active:after {
  background: #207893;
}

#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background: #eee;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
  content: " ";
  width: 3%;
  height: 100%;
  background: #207893;
  background: linear-gradient(to right, #207893 0%, #2ea3b7 100%);
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
  background: #f3f3f3;
  border-radius: 4px;
}

#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

#progress-content-section .section-content h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}

#progress-content-section .section-content p {
  font-size: 16px;
  line-height: 1.8em;
  color: #777;
}

#progress-content-section .section-content {
  display: none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
}

#progress-content-section .section-content.active {
  display: block;
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*e-commerce-category four */
.category-box {
  height: 260px;
  width: auto;
  background-color: #fff;
  border-radius: 5px;
}

.category-box img {
  height: 150px;
  width: auto;
}

.category-box:hover {
  box-shadow: 2px 2px 2px 2px #555;
  transition: 0.3s;
}

.category-logo-box {
  height: 50px !important;
  width: 50px !important;
  position: relative;
  top: -50px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  left: 40%;
  align-items: center;
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}

.category-logo-box img {
  height: 40px;
  width: 40px;
  position: relative;
  top: 3px;
  left: 4px;
  border-radius: 5px;
}

.category-box:hover .category-logo-box {
  box-shadow: 2px 4px 2px 2px #555;
  transition: 0.3s;
}

.category-title h6 {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  position: relative;
  bottom: 32px;
  text-align: center;
}

.category-title p {
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  bottom: 40px;
  text-align: center;
}

/* e-commerce-list-two */
.product-grid {
  font-family: Raleway, sans-serif;
  text-align: center;
  padding: 0 0 72px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.product-grid .product-image {
  position: relative;
  transition: all 0.3s ease 0s;
}

.product-grid .product-image a {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

_ .product-grid .pic-1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-1 {
  opacity: 1;
}

.product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-2 {
  opacity: 1;
}

.product-grid .social {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.product-grid:hover .social {
  opacity: 1;
  top: 50%;
}

.product-grid .social li {
  display: inline-block;
}

.product-grid .social li a {
  color: #fff;
  background-color: #333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.product-grid .social li a:hover {
  color: #fff;
  background-color: #ef5777;
}

.product-grid .social li a:after,
.product-grid .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.product-grid .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
  opacity: 1;
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
  color: #fff;
  background-color: #ef5777;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

.product-grid .product-discount-label {
  background-color: #333;
  left: auto;
  right: 0;
}

.product-grid .rating {
  color: #ffd200;
  font-size: 12px;
  padding: 12px 0 0 10px;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1;
}

.product-grid .rating li.disable {
  color: rgba(0, 0, 0, 0.2);
}

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: -35px;*/
  z-index: 1;
  transition: all 0.3s;
}

.product-grid:hover .product-content {
  bottom: 0;
}

.product-grid .title {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}

.product-grid .title a {
  color: #828282;
}

.product-grid .title a:hover,
.product-grid:hover .title a {
  color: #ef5777;
}

.product-grid .price {
  color: #333;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3s;
}

.product-grid .price span {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 3px;
  display: inline-block;
}

.product-grid .add-to-cart {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

@media only screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}
/* e-commerce-list-three */
.product-grid8 {
  font-family: Poppins, sans-serif;
  position: relative;
  z-index: 1;
}

.product-grid8 .product-image8 {
  position: relative;
  transition: all 0.3s ease 0s;
}

.product-grid8:hover .product-image8 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-grid8 .product-image8 a {
  display: block;
}

.product-grid8 .product-image8 img {
  width: 100%;
  height: 250px;
}

.product-grid8 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}

.product-grid8:hover .pic-1 {
  opacity: 0;
}

.product-grid8 .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out 0s;
}

.product-grid8:hover .pic-2 {
  opacity: 1;
}

.product-grid8 .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 13px;
  right: 13px;
  z-index: 1;
}

.product-grid8 .social li {
  opacity: 0;
  transform: translateY(3px);
  transition: all 0.5s ease 0s;
}

.product-grid8:hover .social li {
  margin: 0 0 10px;
  opacity: 1;
  transform: translateY(0);
}

.product-grid8:hover .social li:nth-child(1) {
  transition-delay: 0.1s;
}

.product-grid8:hover .social li:nth-child(2) {
  transition-delay: 0.2s;
}

.product-grid8:hover .social li:nth-child(3) {
  transition-delay: 0.4s;
}

.product-grid8 .social li a {
  color: black;
  background: rgba(255, 255, 255, 0.63);
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  display: block;
  transition: all 0.5s ease-in-out;
}

.product-grid8 .social li a:hover {
  color: #000;
  border: 1px solid #fff;
}

.product-grid8 .product-discount-label {
  display: block;
  padding: 4px 15px 4px 30px;
  color: #fff;
  background-color: #0081c2;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.product-grid8 .product-content {
  padding: 20px 0 0;
}

.product-grid8 .price {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3s;
}

.product-grid8 .price span {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}

.product-grid8 .product-shipping {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding-left: 35px;
  margin: 0 0 15px;
  display: block;
  position: relative;
}

.product-grid8 .product-shipping:before {
  content: "";
  height: 1px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.product-grid8 .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 30px;
  transition: all 0.3s ease 0s;
}

.product-grid8 .title a {
  color: #000;
}

.product-grid8 .title a:hover {
  color: #0081c2;
}

.product-grid8 .all-deals {
  display: block;
  color: #fff;
  background-color: #2e353b;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 5px;
  transition: all 0.5s ease 0s;
}

.product-grid8 .all-deals .icon {
  margin-left: 7px;
}

.product-grid8 .all-deals:hover {
  background-color: #0081c2;
}

@media only screen and (max-width: 990px) {
  .product-grid8 {
    margin-bottom: 30px;
  }
}
/* e-commerce-list-four */
.product-grid2 {
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.product-grid2 .product-image2 {
  overflow: hidden;
  position: relative;
}

.product-grid2 .product-image2 a {
  display: block;
}

.product-grid2 .product-image2 img {
  width: 100%;
  height: auto;
}

.product-image2 .pic-1 {
  opacity: 1;
  transition: all 0.5s;
}

.product-grid2:hover .product-image2 .pic-1 {
  opacity: 0;
}

.product-image2 .pic-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.product-grid2:hover .product-image2 .pic-2 {
  opacity: 1;
}

.product-grid2 .social {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 28px;
  right: 25px;
  z-index: 1;
}

.product-grid2 .social li {
  margin: 0 0 10px;
  display: block;
  transform: translateX(100px);
  transition: all 0.5s;
}

.product-grid2:hover .social li {
  transform: translateX(0);
}

.product-grid2:hover .social li:nth-child(2) {
  transition-delay: 0.15s;
}

.product-grid2:hover .social li:nth-child(3) {
  transition-delay: 0.25s;
}

.product-grid2 .social li a {
  color: #505050;
  background-color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
}

.product-grid2 .social li a:hover {
  color: #fff;
  background-color: #e3e9ed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.product-grid2 .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
  opacity: 1;
}

.product-grid2 .add-to-cart {
  color: #fff;
  background-color: #404040;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all 0.3s;
}

.product-grid2 .add-to-cart:hover {
  background-color: #3498db;
  text-decoration: none;
}

.product-grid2:hover .add-to-cart {
  bottom: 0;
}

.product-grid2 .product-new-label {
  background-color: #3498db;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}

.product-grid2:hover .product-new-label {
  opacity: 0;
}

.product-grid2 .product-content {
  padding: 20px 10px;
  text-align: center;
}

.product-grid2 .title {
  font-size: 15px;
  margin: 0 0 7px;
}

.product-grid2 .title a {
  color: #303030;
}

.product-grid2 .title a:hover {
  color: #3498db;
}

.product-grid2 .price {
  color: #303030;
  font-size: 15px;
}

@media screen and (max-width: 990px) {
  .product-grid2 {
    margin-bottom: 30px;
  }
}
/* f4 */
.f4-image {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: 440px;
}

.fashion-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(48, 49, 50, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0%;
  transition: 0.5s ease;
}

.f4-image:hover .fashion-overlay {
  height: 22%;
}

/* Carausel Five*/
.gallery-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.6;
}

.gallery-single {
  position: relative;
}

.gallery-link {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gallery-single:hover .gallery-link {
  opacity: 1;
  visibility: visible;
}

.gallery-insta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
}

.gallery-inner {
  flex-wrap: wrap;
}

.gallery-single {
  width: 20%;
}

@media (max-width: 575px) {
  .gallery-single {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .gallery-single {
    width: 33.33%;
  }
}
/* slider */
.slider-overlay {
  height: 55vh;
  opacity: 0.6;
  background-color: #000000;
}

.animation {
  position: relative;
  height: 55vh;
  /* opacity:0.9; */
  animation: motion 20000s infinite linear;
}

@keyframes motion {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 90000%;
  }
}
/* search box */
.box {
  height: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
}

.box:hover input {
  width: 100%;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.box input {
  width: 0;
  outline: none;
  border: none;
  font-weight: 500;
  transition: 0.8s;
  background: transparent;
}

/* border */
.border-dotted {
  border: 2px dashed #d6d6d6;
}

.carouselImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.change-img {
  position: relative;
  display: inline-block;
}

.change-img .product-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.change-img:hover .product-img {
  display: inline;
}

.btn__:hover {
  background: white !important;
  color: #ff6c2c !important;
}

i.i {
  color: white;
  margin-left: 10px;
  background: #ff6c2c;
  padding: 10px;
}

.caption p {
  position: absolute;
  bottom: 11rem;
  left: -12rem;
}

.caption p {
  transition: all 0s ease 0s;
  min-height: 0px;
  min-width: 0px;
  line-height: 30px;
  border-width: 0px;
  margin: 0px;
  color: #807b7b;
  padding: 0px;
  text-align: justify;
  letter-spacing: 0px;
  font-size: 18px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 7px;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ff6c2c;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.infobg {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.customised-gift-contain {
  position: absolute;
  right: 5%;
  top: 50%;
  padding: 40px;
  transform: translateY(-50%);
}

.customised-gift-detail {
  height: 400px;
  width: 100%;
  position: relative;
}

.info_card-nine-section {
  padding: 80px 0;
  position: relative;
}

.border-dotted {
  border: 2px dashed #d6d6d6;
}

.change-img {
  position: relative;
  display: inline-block;
}

.change-img .product-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.change-img:hover .product-img {
  display: inline;
}

.card__body:hover {
  transform: translateY(-10px);
}

.card__body {
  transition: 0.5s all linear;
}

.text-ping {
  color: #f38eb0;
}

.bg-ping {
  background-color: #f38eb0;
}

.border-dashed {
  border: 1px dashed #8a8a8a;
}

.border-dotted {
  border: 1px dotted #8a8a8a;
}

.border-red-500 {
  color: #e85e5f;
}

.text-red-500 {
  color: #e85e5f;
}

.bg-theme-color {
  background-color: #3b3f5f !important;
  color: #ffffff !important;
}

.delivery-option:hover {
  background-color: #ffffff !important;
  color: #3b3f5f !important;
}

.iconPick {
  border: 3px solid white;
}

.delivery-option:hover .iconPick {
  border: 3px solid #3b3f5f;
}

@media only screen and (max-width: 600px) {
  .iconPick {
    border: none !important;
  }
}
.text-ping-900 {
  color: #e72f76;
}

.text-ping-900 {
  color: #e72f76;
}

.nav-border {
  border-bottom: 2px solid #e72f76 !important;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: 0.25rem 0.5rem;
  color: #000;
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: #0a416b;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded=true] {
  color: gray;
}

.btn-toggle[aria-expanded=true]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  color: #0a416b;
}

.scrollarea {
  overflow-y: auto;
}

.badge.bg-theme-color {
  background-color: #3b3f5f !important;
  color: #ffffff !important;
}

.bg-theme-color.active {
  background-color: #3b3f5f !important;
  color: #ffffff !important;
}

.text-theme-color {
  color: #3b3f5f !important;
}

.bg-theme-color.active.border-theme-none {
  border: none !important;
}

.bg-theme-color.active.border-theme-white {
  border: 1px solid #fff !important;
}

.border-theme-none {
  border: none !important;
}

/* new design */
.border-top-left {
  border: 15px solid #3b3f5f;
  border-radius: 64px 0px 64px 0px;
}

.border-top-left img {
  border-radius: 50px 0px 50px 0px !important;
}

.border-top-right {
  border: 15px solid #3b3f5f;
  border-radius: 0px 64px 0px 64px;
}

.border-top-right img {
  border-radius: 0px 50px 0px 50px !important;
}

.know-us-wrapper {
  overflow: hidden;
  border-radius: 5px;
}

.know-us-better-thumb,
.know-us-wrapper {
  position: relative;
}

a {
  transition: all 0.3s ease-out 0s;
}

.know-us-better-thumb .image-shadow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #020e26 0, rgba(9, 20, 43, 0));
  z-index: 1;
}

.know-us-wrapper img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.know-us-text {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-right: -50%;
}

.know-us-wrapper:hover .know-us-better-thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* search box::Start */
.bg-search-box {
  height: 600px;
  padding-top: 238px;
  position: relative;
}

.bg-search-box::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(45, 64, 74, 0.8);
  z-index: 1;
}

.support-search-box {
  position: relative;
  margin: 0 10%;
  z-index: 2;
}

.bg-search-box fieldset {
  border: 16px solid rgba(0, 0, 0, 0.33);
}

.bg-search-box fieldset input {
  padding: 35px;
}

.support-search-box form input::-moz-placeholder {
  font-size: 30px;
  margin-bottom: 0;
}

.support-search-box form input::placeholder {
  font-size: 30px;
  margin-bottom: 0;
}

.min-h-175px {
  min-height: 175px !important;
}

.h-100vh {
  height: 100vh !important;
}

.h-80vh {
  height: 80vh !important;
}

.h-70vh {
  height: 70vh !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-60vh {
  height: 60vh !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-100px {
  height: 100px !important;
}

.bg-size-cover {
  background-size: cover;
}

.bg-position-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

/* search box::End */
.bg-primary-light {
  background-color: #3499da;
  color: #ffffff;
}

.bg-success-light {
  background-color: #48cd82;
  color: #ffffff;
}

.info-box {
  padding: 60px 30px;
  min-height: 280px;
}

.help-p-80 {
  padding: 80px 0px 100px;
}

.browse-topics-detail {
  color: gray;
}

.browse-topics-box:hover {
  background-color: #3499da;
  color: #ffffff !important;
}

.browse-topics-box:hover .browse-topics {
  color: #ffffff;
}

.browse-topics-box:hover .browse-topics-detail {
  color: #ffffff;
}

.btn-primary-light {
  background-color: #3499da;
  color: #ffffff;
}

.btn-primary-light:hover {
  background-color: #116dab;
  color: #ffffff;
}

.testimonial-box {
  padding: 30px;
}

.author-line {
  position: relative;
}

.author-line::after {
  position: absolute;
  content: "";
  border: 1px solid #a7c8ac;
  width: 5rem;
  top: 11rem;
  right: 0rem;
  transform: rotate(90deg);
}

.author-line::before {
  position: absolute;
  content: "";
  border: 1px solid #a7c8ac;
  width: 6rem;
  top: 11rem;
  right: -1rem;
  transform: rotate(90deg);
}

.testimonial-box-heading {
  color: #ffffff;
}

.testimonial-box:hover .testimonial-box-heading {
  color: #fa776d;
  font-weight: 900;
}

.avatar-90 {
  width: 90px !important;
  height: 90px !important;
}

.bg-navy {
  background-color: #013b66;
  color: #ffffff;
}

.testimonial-box:hover {
  background-color: #0d456f;
  color: #ffffff;
}

.hero__thierty_six p {
  line-height: 1.2;
  margin-bottom: 0;
}

.hero__thierty_six h4 {
  color: #682B87;
  font-size: 20px;
}

.text-purple-500 {
  color: #9454ac;
}

.text-purple-900 {
  color: #57176f;
}

.border-indecate-300 {
  border: 2px solid #ef8136;
}

.triangle-box::after {
  position: absolute;
  display: inline;
  box-sizing: border-box;
  content: "";
  top: -4%;
  left: 2px;
  border: 2px solid #ef8136;
  background: #ffffff;
  height: 15px;
  width: 15px;
}

.arrow {
  position: relative;
}

.arrow::after {
  content: "";
  position: absolute;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  top: 93%;
  background: #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}

.chat-box {
  border: 3px solid #ef8136;
  min-height: 145px;
  width: 184px;
  padding: 5px;
  position: relative;
}

.chat-box::before {
  content: "";
  border: 3px solid #ef8136;
  height: 20px;
  width: 20px;
  top: 40%;
  right: -10px;
  transform: rotate(45deg);
  position: absolute;
  background: #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.chat-box-dark::before {
  content: "";
  border: 3px solid #000000;
  height: 20px;
  width: 20px;
  top: 40%;
  right: -10px;
  transform: rotate(45deg);
  position: absolute;
  background: #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.bg-indecate {
  background: #ef8136;
  color: #ffffff;
}

.divider-h-3::after {
  height: 3px;
}

.divider-h-2::after {
  height: 2px;
}

.text-dark.divider-h-2::after {
  color: var(--bs-black);
}

.text-orange.divider-h-2::after {
  color: #ff7a1a;
}

@media only screen and (max-width: 600px) {
  .chat-box::before {
    right: 47%;
    transform: rotate(135deg);
    top: auto;
    bottom: -10px;
  }
}
.blog-text-color {
  color: #e63a27 !important;
}

.slash-symbol::after {
  content: "/";
  color: black;
}

.blog-card:hover .blog-card__link {
  background: black;
  color: white;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
}

.blog-card__date {
  width: 70px;
  height: 70px;
  background-color: #e63a27;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: #fff;
}

.blog-card__image > a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 39, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card__image > a::before,
.blog-card__image > a::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blog-card:hover .blog-card__image > a::before,
.blog-card:hover .blog-card__image > a::after {
  opacity: 1;
}

.blog-card__image > a::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.blog-card {
  position: relative;
  overflow: hidden;
}

.blog-card:hover .blog-card__image {
  transform: scale(1.05);
}

.overflow {
  overflow: hidden;
}

.cta__shape img {
  position: absolute;
  bottom: -48px;
  right: -8%;
}

.chat-box-list {
  height: 400px;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 10px;
}

.online-btn {
  background-color: #51CC89;
  padding: 0.3rem;
  border-radius: 50%;
}

.project-file {
  border: 1px solid rgba(64, 64, 64, 0.8980392157);
  border-radius: 10px;
  margin-bottom: 10px;
}

.project-dot-red {
  margin: 4px 5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: red;
}

.project-dot-green {
  margin: 4px 5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: green;
}

.project-dot-yellow {
  margin: 4px 5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: yellow;
}

.rounded-top-9 {
  border-radius: 9px 9px 0px 0px;
}

.bg-body-olive-green {
  background-color: #789b49;
  color: #ffffff;
}

.rest-well-header-menu {
  color: #000000 !important;
}

.rest-well-header-menu:hover {
  background: #a11669;
  color: #ffffff !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  transition: all 0.5s;
}

.rest-well-header-menu:active {
  background: #a11669 !important;
  color: #ffffff !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.rest-well-header-menu:focus {
  background: #a11669 !important;
  color: #ffffff !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.carousel-icon-customise {
  width: 50px !important;
  height: 50px !important;
  color: white !important;
  border-radius: 50% !important;
}

.btn-purple-shade {
  background: #a11669 !important;
  color: #ffffff !important;
}

.stand-img {
  position: absolute;
  bottom: 0;
  left: 4%;
}

.bg-body-olive-pink {
  background-color: #a11669;
}

.position-heading {
  position: absolute;
  bottom: 40%;
  left: 37%;
  color: #a11669;
}

.position-heading-vertical {
  position: absolute;
  bottom: 78%;
  left: 0%;
  letter-spacing: 8px;
  font-weight: 500;
  color: #000000;
  transform: rotate(-90deg);
}

.position-heading-vertical-one {
  position: absolute;
  bottom: 43%;
  left: 0%;
  letter-spacing: 8px;
  font-weight: 500;
  transform: rotate(-90deg);
}

.hand-writing {
  transform: rotate(-9deg);
  position: absolute;
  left: 24%;
  top: 18%;
}

.avatar-position {
  position: absolute;
  bottom: 0;
  top: -43px;
  left: 17px;
}

.blog-36-card:hover {
  box-shadow: 0 2px 13px -1px #f2ede9;
  transition: all ease 0.2s;
}

.blog-36-card:hover .blog-36-heading {
  color: #0077b5;
  text-decoration: underline;
}

.big-form-three {
  border-bottom: 1px solid #000 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.big-form-three:focus {
  box-shadow: none !important;
}

.input-focused {
  border-bottom: 3px solid #a11669 !important;
  transition: border-bottom 0.2s;
}

.form-floating > label {
  color: #d3d3d3;
  font-size: 1rem;
}

.form-floating > .big-form-three:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #a11669 !important;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .big-form-three:focus ~ label,
.form-floating > .big-form-three:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #a11669 !important;
}

.label-focused {
  color: #a11669 !important;
}

.videoFive .videoContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video5-btn a {
  padding: 10px 20px;
  outline: 1px solid #ffffff;
  color: #f6f6f6;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.video5-btn a:hover {
  background-color: #ffffff;
  outline: 1px solid #ffffff;
  color: #0e0e0e;
  transform: translateY(-10px);
  box-shadow: none;
  font-weight: 500;
}

.blog-box-37 {
  background-color: #ffffff;
  color: #6c757d;
  border: 2px solid rgba(143, 142, 142, 0.9450980392);
  height: 100px;
  width: 100px;
  padding: 20px;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.blog-card-37 {
  border: 1px solid #0D6EFD;
}

.blog-card-37:hover .blog-box-37 {
  border: 2px solid #0D6EFD;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: all ease 0.2s;
  color: #0D6EFD;
}

.blog-card-37:hover .blog-heading-37 {
  color: #0D6EFD;
}

.blog-card-37:hover {
  border: 2px solid #0D6EFD;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all ease 0.2s;
}

.blog-hyperTag-37 {
  color: #6c757d !important;
}

.blog-hyperTag-37:hover {
  color: #0D6EFD !important;
}

.btn-line {
  border: 2px solid #0D6EFD;
  width: 75%;
}

.blog-image-34 {
  position: relative;
}

.blog-chat-34 {
  display: none;
}

.blog-card-34:hover .blog-image-34::before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.blog-card-34:hover .blog-chat-34 {
  display: block;
  transition: all 0.3s linear;
}

.blog-heading-34:hover {
  color: #0D6EFD;
  transition: all 0.3s linear;
}

.blog-btn-34 a {
  background: #0D6EFD;
  color: #ffffff;
  padding: 0.5rem;
  box-shadow: 3px 3px #023178;
}

.blog-btn-34 a:hover {
  background: red;
  color: #ffffff;
  transition: all 0.3s linear;
}

.TopHeader13 {
  max-width: 1165px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 0;
}

.TopHeader13-searchBar {
  width: 40rem !important;
}

.TopHeader13-login:hover {
  text-decoration: underline !important;
}

@media (max-width: 991.98px) {
  .TopHeader13 {
    flex-wrap: wrap;
    padding: 13px 13px;
    gap: 14px;
  }
  .TopHeader13-searchBar {
    width: 100% !important;
  }
}
.backgroung-img {
  background-attachment: fixed;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("https://shorturl.at/lmBGP");
}

#subheader_home {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  height: 550px;
}

#booking #sub_content {
  padding: 50px 20px 0;
  display: table-cell;
  vertical-align: middle;
}

#sub_content {
  display: table-cell;
  vertical-align: middle;
}

#booking #sub_content {
  text-align: center;
  font-size: 22px;
}

#book_container {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 15px 10px 10px !important;
  position: relative;
  text-align: center;
}

#container_1,
#container_2 {
  width: 160px;
}

#container_1,
#container_2,
#container_3,
#container_4,
#container_5,
#container_6 {
  display: inline-block;
  padding: 0 5px 10px 10px;
  position: relative;
  text-align: left;
}

#group_1,
#group_2,
#group_3 {
  display: inline-block;
}

input.qtyminus,
input.qtyplus,
input.qtyplus:focus {
  position: absolute;
  width: 35px;
  height: 38px;
  border: 1px solid #ccc;
  outline: 0;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: none;
  z-index: 1;
}

input.qty {
  width: 80px;
  border-left: 0;
  border-right: 0;
  padding-left: 52px;
  border-color: #ccc;
}

.input-icon {
  position: absolute;
  right: 6px;
  top: 25px;
  width: 28px;
  height: 24px;
  text-align: right;
}

.qty-buttons {
  position: relative;
  width: 110px;
  height: 38px;
}

.parallax-window {
  background: 0 0;
  position: relative;
}

.parallax-window#short {
  height: 350px;
  min-height: inherit;
}

.parallax-content {
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  height: 470px;
}

.parallax-window#short #subheader {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: left;
}

#sub_content {
  padding: 70px 10% 0;
  text-align: left;
  font-size: 19px;
}

#container_7 {
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center !important;
  width: 100%;
}

.btn_1,
a.btn_1 {
  border: none;
  color: #fff;
  background: #EE1F25;
  transition: 0.3s;
  border-radius: 3px;
  padding: 7px 15px;
}

.btn_1:hover {
  background: #fff;
  color: #EE1F25;
}

.block-title__tagline::after,
.block-title__tagline::before {
  position: relative;
  top: -1px;
  content: "||";
  font-size: 25px;
}

.block-title__tagline::before {
  margin-right: 6px;
}

.block-title__tagline::after {
  margin-left: 6px;
}

.testimonial-card {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 44px;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 0px red;
  transition: all 500ms ease;
}

.testimonial-card:hover::before {
  box-shadow: 0 0 0 2px red;
}

.testimonial-card__image {
  position: relative;
}

.testimonial-card__info {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .testimonial-card__info {
    flex-wrap: nowrap;
  }
}
.testimonial-card__image {
  position: relative;
  width: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.testimonial-card__image::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px dashed red;
  z-index: -1;
}

.testimonial-card__image {
  z-index: 2;
}

.testimonial-card__line {
  width: 100%;
  height: 42px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 500ms ease;
  margin-top: 30px;
  margin-bottom: 20px;
}

.testimonial-card:hover .testimonial-card__line {
  opacity: 1;
}
