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

body {
  margin: 0;
  padding: 0;
  background: #fff url(https://i.imgur.com/5n3AV9X.jpeg);
  background-size: cover;
}

@media (max-width: 991px) {
  body {
    margin-top: 72px;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #696969;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  clear: both;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 48px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 30px;
  }
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}

@media (min-width: 576px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  color: #000000;
  outline: none;
}

a:hover,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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

input {
  width: 100%;
  margin-bottom: 1px;
  border: 1px solid #ecf0f3;
  outline: none;
  padding: 12px 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select {
  border: 1px solid #ecf0f3;
}

textarea {
  width: 100%;
  outline: none;
}

/* @@@@@@@@@@@@@  Global CSS  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Header Section Start Here  @@@@@@@@@@@@@@ */
.section-header {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .section-header {
    max-width: 70%;
    margin: 0 auto 60px;
  }
}

@media (min-width: 1200px) {
  .section-header {
    max-width: 63%;
  }
}

.section-header>span {
  display: block;
  font-weight: 500;
  color: #fd4372;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
  margin-top: -5px;
}

.section-header h2 {
  margin-bottom: 15px;
  margin-top: -10px;
}

@media (min-width: 992px) {
  .section-header h2 {
    margin-bottom: 20px;
  }
}

.section-header.style-2 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}

.section-header.style-2::after {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  top: -25px;
  left: -45px;
  animation: lab_zoomin 5s linear infinite;
  background: url(../../assets/images/about/shape/01.png) no-repeat;
}

.section-header.style-2 h2,
.section-header.style-2 p {
  z-index: 1;
}

.section-header.style-3 {
  max-width: 100%;
  margin-left: 0;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #ecf0f3;
}

@media (min-width: 1200px) {
  .section-header.style-3 {
    margin-bottom: 40px;
  }
}

.section-header.style-3 h2,
.section-header.style-3 p {
  z-index: 1;
}

.section-header.style-3 p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-header.style-3 p {
    max-width: 450px;
  }
}

/* @@@@@@@@@@@@@  lab Item Start Here  @@@@@@@@@@@@@@ */
.lab-item {
  width: calc(100% / 1);
}

@media (min-width: 768px) {
  .lab-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 1200px) {
  .lab-item {
    width: calc(100% / 3);
  }
}

.lab-item .lab-inner {
  margin: 15px 0;
  position: relative;
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .lab-item .lab-inner {
    margin: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .lab-item .lab-inner {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .lab-item .lab-inner {
    padding: 70px 55px;
  }
}

.lab-item .lab-inner::after {
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  transition: transform .3s ease-in-out;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  background: linear-gradient(to left, #f9769d, #bb6df7);
}

.lab-item .lab-inner:hover:hover {
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.lab-item .lab-inner:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.lab-item .lab-inner:hover .lab-thumb {
  border-radius: 2px 30px;
}

.lab-item .lab-inner .lab-thumb {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: linear-gradient(to top, #f9769d, #bb6df7);
  border-radius: 30px 2px;
  margin-bottom: 20px;
  box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .lab-item .lab-inner .lab-thumb {
    margin-bottom: 35px;
  }
}

.lab-item .lab-inner .lab-content h4 {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .lab-item .lab-inner .lab-content h4 {
    margin-bottom: 20px;
  }
}

.lab-item .lab-inner .lab-content p {
  margin-bottom: 0;
}

.lab-item-2 {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .lab-item-2 {
    width: calc(100% / 2);
  }
}

.lab-item-2:nth-child(2) .lab-inner {
  background-image: linear-gradient(to right, #00e9f0, #00d8fb, #00c6ff, #00b2ff, #009bfe);
}

.lab-item-2:nth-child(3) .lab-inner {
  background-image: linear-gradient(to right, #7ed500, #5ed142, #3ecc62, #1cc67a, #00bf8d);
}

.lab-item-2:nth-child(4) .lab-inner {
  background-image: linear-gradient(to right, #ff9472, #ff897a, #fe7f84, #fa7790, #f2709c);
}

.lab-item-2 .lab-inner {
  margin: 15px;
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  padding: 20px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #f9769d, #f66caf, #ed67c5, #da67de, #bb6df7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .lab-item-2 .lab-inner {
    padding: 30px 50px;
  }
}

.lab-item-2 .lab-inner:hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.lab-item-2 .lab-inner:hover .lab-abs-thumb {
  animation: lab_sideeffect 5s linear infinite;
}

.lab-item-2 .lab-inner .lab-abs-thumb {
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.lab-item-2 .lab-inner .lab-thumb {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .lab-item-2 .lab-inner .lab-thumb {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .lab-item-2 .lab-inner .lab-content {
    max-width: 70%;
  }
}

.lab-item-2 .lab-inner .lab-content h4,
.lab-item-2 .lab-inner .lab-content p {
  color: #fff;
}

.lab-item-2 .lab-inner .lab-content h4 {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .lab-item-2 .lab-inner .lab-content h4 {
    margin-bottom: 20px;
  }
}

.lab-item-2 .lab-inner .lab-content p {
  margin-bottom: 0;
}

.lab-item-3 {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .lab-item-3 {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .lab-item-3 {
    width: calc(100% / 3);
  }
}

.lab-item-3 .lab-inner {
  margin: 15px;
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
}

.lab-item-3 .lab-inner:hover .lab-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.lab-item-3 .lab-inner:hover .lab-content h5 a {
  color: #fd77b4;
}

.lab-item-3 .lab-inner .lab-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lab-item-3 .lab-inner .lab-content {
  padding: 20px;
}

.lab-item-3 .lab-inner .lab-content h5 {
  margin-bottom: 5px;
}

.lab-item-3 .lab-inner .lab-content h5 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.port-item {
  width: 100%;
  text-align: center;
}

.port-item .lab-inner {
  margin: 0 0 30px;
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.port-item .lab-inner:hover {
  box-shadow: 0 20px 20px rgba(136, 136, 136, 0.3);
}

.port-item .lab-inner:hover .lab-thumb::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.port-item .lab-inner:hover .lab-thumb img {
  animation-play-state: paused;
}

.port-item .lab-inner:hover .lab-thumb .port-share {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  -ms-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}

.port-item .lab-inner:hover .lab-content h5 a {
  color: #ff4f58;
}

.port-item .lab-inner .lab-thumb::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  background: #fffff9de;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.port-item .lab-inner .lab-thumb .port-share {
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform-origin: bottom;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  -ms-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
}

.port-item .lab-inner .lab-thumb .port-share a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to left top, #23cc88, #8ecf35);
  box-shadow: 0 18px 30px rgba(38, 204, 133, 0.36);
  margin: 5px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.port-item .lab-inner .lab-thumb .port-share a:last-child {
  box-shadow: 0 18px 30px rgba(255, 114, 58, 0.36);
  background: linear-gradient(to left top, #ff4f58, #ffb400);
}

.port-item .lab-inner .lab-thumb .port-share .lab-content {
  padding-bottom: 0;
}

.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a {
  width: 100%;
  height: auto;
  line-height: inherit;
  box-shadow: none;
  color: #000000;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a:hover {
  color: #ff4f58;
}

.port-item2 .port-inner {
  -webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
  box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.port-item2 .port-inner .port-header {
  padding: 15px 30px;
  align-items: center;
  border-bottom: 1px solid #ecf0f3;
}

.port-item2 .port-inner .port-header img {
  margin-right: 15px;
}

.port-item2 .port-inner .port-header h4 {
  margin: 0;
}

.port-item2 .port-inner .port-body {
  padding: 30px;
}

.port-item2 .port-inner .port-body ul {
  margin: 0;
}

.port-item2 .port-inner .port-body ul li {
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
}

.port-item2 .port-inner .port-body ul li:first-child {
  padding-top: 0;
}

.port-item2 .port-inner .port-body ul li:last-child {
  border-bottom: none;
}

.port-item2 .port-inner .port-body ul li .p-thumb {
  margin-right: 15px;
}

.port-item2 .port-inner .port-body ul li .p-content h6 {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.port-item2 .port-inner .port-body ul li .p-content p {
  margin-bottom: 0;
}

.port-item2 .port-inner .port-body .down-file {
  padding: 16px 20px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
}

.port-item2 .port-inner .port-body .down-file:last-child {
  margin-bottom: 0;
}

.port-item2 .port-inner .port-body .down-file i {
  margin: 0 10px;
  color: #62e0c1;
}

.port-item2 .port-inner .port-body .down-file i:last-child {
  margin-left: 20px;
  margin-right: 0;
}

@media (min-width: 576px) {
  .port-item2 .port-inner .port-body .down-file i:last-child {
    margin-left: 50px;
  }
}

.pricing-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .pricing-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 1200px) {
  .pricing-item {
    width: calc(100% / 3);
  }
}

.pricing-item:nth-child(2) .pricing-inner .pricing-body .price {
  background: linear-gradient(to right, #7ed500, #00bf8d);
}

.pricing-item:nth-child(2) .pricing-inner .pricing-body .price-list ul li::after {
  color: #7ed500;
}

.pricing-item:nth-child(2) .pricing-inner .pricing-body .price-btn .lab-btn {
  background: linear-gradient(to right, #7ed500, #00bf8d);
}

.pricing-item:nth-child(2) .pricing-inner .pricing-body .price-btn .lab-btn::after {
  background: linear-gradient(to left, #7ed500, #00bf8d);
}

.pricing-item:nth-child(3) .pricing-inner .pricing-body .price {
  background: linear-gradient(to right, #ff9472, #f2709c);
}

.pricing-item:nth-child(3) .pricing-inner .pricing-body .price::after {
  background: linear-gradient(to left, #ff9472, #f2709c);
}

.pricing-item:nth-child(3) .pricing-inner .pricing-body .price-list ul li::after {
  color: #ff9472;
}

.pricing-item:nth-child(3) .pricing-inner .pricing-body .price-btn .lab-btn {
  background: linear-gradient(to right, #ff9472, #f2709c);
}

.pricing-item:nth-child(3) .pricing-inner .pricing-body .price-btn .lab-btn::after {
  background: linear-gradient(to left, #ff9472, #f2709c);
}

.pricing-item .pricing-inner {
  padding: 30px;
  text-align: center;
  margin: 15px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(52, 41, 40, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-item .pricing-inner::after {
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background: linear-gradient(to right, #f9769d, #bb6df7);
}

.pricing-item .pricing-inner:hover {
  transform: translateY(-10px);
}

.pricing-item .pricing-inner .popular-item {
  width: 100%;
  height: 30px;
  top: -15px;
  left: 0;
  z-index: 1;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #7ed500, #00bf8d);
}

.pricing-item .pricing-inner .pricing-head {
  padding: 10px 0 35px;
}

.pricing-item .pricing-inner .pricing-head p {
  margin-bottom: 0;
}

.pricing-item .pricing-inner .pricing-body .price {
  border-radius: 4px;
  padding: 14px 0;
  margin-bottom: 40px;
  box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
  background: linear-gradient(to right, #f9769d, #bb6df7);
}

.pricing-item .pricing-inner .pricing-body .price h2,
.pricing-item .pricing-inner .pricing-body .price p {
  margin: 0;
  color: #fff;
  z-index: 1;
}

.pricing-item .pricing-inner .pricing-body .price h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.pricing-item .pricing-inner .pricing-body .price h2 {
  display: inline-block;
  margin-right: 15px;
}

.pricing-item .pricing-inner .pricing-body .price h2::after {
  width: 1px;
  height: 15px;
  top: 45%;
  right: -8px;
  background: #fff;
  transform: rotate(25deg);
}

.pricing-item .pricing-inner .pricing-body .price span {
  font-size: 16px;
  display: inline-block;
}

@media (min-width: 576px) {
  .pricing-item .pricing-inner .pricing-body .price-list {
    padding: 0 40px;
  }
}

.pricing-item .pricing-inner .pricing-body .price-list ul {
  margin: 0 0 40px;
}

.pricing-item .pricing-inner .pricing-body .price-list ul li {
  padding-left: 25px;
}

.pricing-item .pricing-inner .pricing-body .price-list ul li::after {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  color: #bb6df7;
  font-size: 20px;
  line-height: 20px;
  content: "\eed6" !important;
  font-family: IcoFont !important;
  transform: translateY(-50%);
}

.pricing-item .pricing-inner .pricing-body .price-btn {
  justify-content: center;
}

.pricing-item .pricing-inner .pricing-body .price-btn .lab-btn {
  padding: 16px 45px;
  background: linear-gradient(to right, #f9769d, #bb6df7);
}

.pricing-item .pricing-inner .pricing-body .price-btn .lab-btn::after {
  background: linear-gradient(to left, #f9769d, #bb6df7);
}

.post-item .post-item-inner {
  transform: scale(1);
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item .post-item-inner::after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  border: 1px dashed #fd4e74;
  border-width: 2px;
  transform: scale(0);
  transition: all .6s ease-in-out;
  z-index: -1;
}

.post-item .post-item-inner:hover {
  transform: scale(0.95);
}

.post-item .post-item-inner:hover::after {
  transform: scale(1);
}

.post-item .post-item-inner .post-thumb a {
  display: block;
}

.post-item .post-item-inner .post-thumb a img {
  width: 100%;
}

.post-item .post-item-inner .post-content {
  padding: 30px 20px;
  background: #fff;
}

.post-item .post-item-inner .post-content h6 {
  margin-bottom: 0;
}

.post-item .post-item-inner .post-content .entry-meta .date {
  font-size: 16px;
  color: #696969;
  display: inline-block;
}

.post-item .post-item-inner .post-content .author-date {
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 15px;
}

.post-item .post-item-inner .post-content .author-date a {
  margin-right: 30px;
  padding: 3px 0;
  display: block;
}

.post-item .post-item-inner .post-content .author-date a:last-child {
  margin-right: 0;
}

.post-item .post-item-inner .post-content .author-date a:hover {
  color: #fd4372;
}

.post-item .post-item-inner .post-content .author-date a i {
  margin-right: 5px;
  color: #cccccc;
}

.post-item .post-item-inner .post-content .post-footer {
  align-items: center;
  padding: 0 20px;
  padding-top: 20px;
  margin: 0 -20px;
  margin-top: 25px;
  border-top: 1px solid #ecf0f3;
  justify-content: space-between;
}

.post-item .post-item-inner .post-content .lab-btn {
  padding: 13px 32px;
  margin-top: 5px;
  box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
}

.post-item.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: 10px;
}

.post-item.slider-post .post-item-inner:hover .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: 10px;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider img {
  width: 100%;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #000000;
  z-index: 1;
  text-align: center;
  top: 50%;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next:hover,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next .active,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev:hover,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev .active {
  background: #fd4372;
  color: #fff;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next {
  left: -10%;
}

.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev {
  right: -10%;
}

.post-item.video-post iframe {
  width: 100%;
  height: 370px;
  border: none;
}

.post-item.qute-post .post-item-inner:hover .post-thumb img {
  transform: scale(1) !important;
}

.post-item.qute-post .post-item-inner .post-thumb {
  height: 190px;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

@media (min-width: 576px) {
  .post-item.qute-post .post-item-inner .post-thumb {
    height: 370px;
  }
}

.post-item.qute-post .post-item-inner .post-thumb .qute-content {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
}

.post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
  margin-top: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 767px) {
  .post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
    display: none;
  }
}

.team-item .team-item-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.team-item .team-item-inner .team-thumb img {
  width: 100%;
}

.team-item .team-item-inner .team-content {
  padding: 20px 20px 30px;
}

@media (min-width: 576px) {
  .team-item .team-item-inner .team-content {
    padding: 30px;
  }
}

.team-item .team-item-inner .team-content .member-name {
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item .team-item-inner .team-content .member-name:hover {
  color: #fd4372;
}

.team-item .team-item-inner .team-content .member-dagi {
  margin-bottom: 10px;
  display: block;
  color: #1c2551;
}

.team-item .team-item-inner .team-content .member-details {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .team-item.style-2 .team-item-inner .team-thumb {
    padding-right: 50px;
  }
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration {
  align-items: center;
  transform: rotate(90deg) translate(-186px, -184px);
  width: calc(100% - 50px);
}

@media (max-width: 1199px) {
  .team-item.style-2 .team-item-inner .team-thumb .self-intregration {
    transform: rotate(90deg) translate(-226px, -224px);
  }
}

@media (max-width: 991px) {
  .team-item.style-2 .team-item-inner .team-thumb .self-intregration {
    display: none !important;
  }
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head {
  width: 40%;
  padding: 14px;
  background: linear-gradient(to left, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  transition: all 0.5s ease-in-out;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #ff4f58;
  right: -6px;
  transform: rotate(45deg);
  bottom: 18px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon {
  width: 60%;
  background: #fff;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul li {
  padding: 0;
  list-style: none;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul li:last-child a {
  border-right: none;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a {
  display: block;
  padding: 14px 17px;
  background: transparent;
  border-right: 1px solid #ecf0f3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a i {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a i {
    transform: rotate(0deg);
  }
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.facebook {
  color: #3b5998;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.pinterest {
  color: #bd081c;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.twitter {
  color: #55acee;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a.globe {
  color: #ff5e9c;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a:hover {
  background: #fd4372;
}

.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-icon ul a:hover i {
  color: #fff !important;
}

.team-item.style-2 .team-item-inner .team-content .member-details {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #ecf0f3;
}

@media (min-width: 992px) {
  .team-item.style-2 .team-item-inner .team-content .icon-style-list li:last-child {
    display: none;
  }
}

/* @@@@@@@@@@@@@  video thumb Start Here  @@@@@@@@@@@@@@ */
.video-thumb:hover .video-icon i {
  color: #cd201f;
}

.video-thumb img {
  width: 100%;
}

.video-thumb .video-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-thumb .video-icon i {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .video-thumb .video-icon i {
    font-size: 60px;
  }
}

/* @@@@@@@@@@@@@  paginations Start Here  @@@@@@@@@@@@@@ */
.paginations {
  margin: 40px 0;
}

@media (min-width: 992px) {
  .paginations {
    margin-bottom: 0;
  }
}

.paginations ul {
  margin: 0;
}

.paginations ul li {
  padding: 5px;
}

.paginations ul li a {
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 5px rgba(136, 136, 136, 0.1);
  color: #696969;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.paginations ul li a.active,
.paginations ul li a:hover {
  color: #fff;
  box-shadow: 0 18px 24px rgba(255, 114, 58, 0.36);
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.paginations ul li a.dot {
  box-shadow: none;
}

.paginations ul li a.dot:hover {
  background: transparent;
  color: #696969;
}

/*@@@@@@@@@@@@@@   scocial-media Start Here  @@@@@@@@@@@@@@@@@*/
.scocial-media {
  margin-bottom: 20px;
}

.scocial-media a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 4px;
  text-align: center;
  display: inline-block;
}

.scocial-media a:hover {
  border-radius: 100%;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.linkedin {
  background: #007bb5;
}

.vimeo {
  background: #3b5998;
}

.bg-white {
  background: #fff;
}

/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
  border: 1px solid #ecf0f3;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #ecf0f3;
  height: 40px;
  left: 0;
  top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  color: #000000;
  float: left;
  font-size: 14px;
  height: 30px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 120px;
  outline: none;
}

.cart-plus-minus .qtybutton {
  color: #000000;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-plus-minus .qtybutton:hover {
  color: #fff;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #ecf0f3;
  right: 0;
  top: 0;
}

/*@@@@@@@@@@@@@@   lines Start Here  @@@@@@@@@@@@@@@@@*/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
}

@media (max-width: 575px) {
  .lines {
    display: none;
  }
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  z-index: 1;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, #ffff00 75%, #ffff00 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -45%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.lines .line:nth-child(3) {
  margin-left: 45%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.lines .line:nth-child(4) {
  margin-left: 40%;
}

.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.lines .line:nth-child(5) {
  margin-left: -40%;
}

.lines .line:nth-child(5)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(6) {
  margin-left: 35%;
}

.lines .line:nth-child(6)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lines .line:nth-child(7) {
  margin-left: -35%;
}

.lines .line:nth-child(7)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.lines .line:nth-child(8) {
  margin-left: 30%;
}

.lines .line:nth-child(8)::after {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.lines .line:nth-child(9) {
  margin-left: -30%;
}

.lines .line:nth-child(9)::after {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.lines .line:nth-child(10) {
  margin-left: 25%;
}

.lines .line:nth-child(10)::after {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.lines .line:nth-child(11) {
  margin-left: -25%;
}

.lines .line:nth-child(11)::after {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.lines .line:nth-child(12) {
  margin-left: 20%;
}

.lines .line:nth-child(12)::after {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.lines .line:nth-child(13) {
  margin-left: -20%;
}

.lines .line:nth-child(13)::after {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.lines .line:nth-child(14) {
  margin-left: 15%;
}

.lines .line:nth-child(14)::after {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.lines .line:nth-child(15) {
  margin-left: -15%;
}

.lines .line:nth-child(15)::after {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.lines .line:nth-child(16) {
  margin-left: 10%;
}

.lines .line:nth-child(16)::after {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.lines .line:nth-child(17) {
  margin-left: -10%;
}

.lines .line:nth-child(17)::after {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.lines .line:nth-child(18) {
  margin-left: 5%;
}

.lines .line:nth-child(18)::after {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.lines .line:nth-child(19) {
  margin-left: -5%;
}

.lines .line:nth-child(19)::after {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.menu-item-has-children {
  margin-right: 16px;
  position: relative;
}

.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.padding-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .padding-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.lab-btn {
  display: inline-block;
  padding: 16px 25px;
  background: linear-gradient(to right, #ffab8b, #ff957d, #ff7d75, #ff6371, #fd4372);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.lab-btn::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  background: linear-gradient(to left, #ffab8b, #ff957d, #ff7d75, #ff6371, #fd4372);
  transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
}

.lab-btn span {
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.lab-btn:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.service-pricing::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/marketing/sp-bg.png) no-repeat;
}

.crypto-bg {
  background: #0d006f !important;
}

.round-shape {
  top: 75%;
  right: 50%;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  transform: translate(50%, -50%);
}

@media (min-width: 992px) {
  .round-shape {
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);
  }
}

@media (min-width: 1600px) {
  .round-shape {
    right: 10%;
  }
}

.round-shape .round {
  animation: lab_round 25s linear infinite;
}

.shape {
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul li {
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

ul li:nth-child(2) .left::after,
ul li:nth-child(2) .left::before,
ul li:nth-child(5) .left::after,
ul li:nth-child(5) .left::before,
ul li:nth-child(8) .left::after,
ul li:nth-child(8) .left::before {
  background: #00e9f0;
}

ul li:nth-child(2) .left span,
ul li:nth-child(5) .left span,
ul li:nth-child(8) .left span {
  background: linear-gradient(to top, #00e9f0, #009bfe);
}

ul li:nth-child(3) .left::after,
ul li:nth-child(3) .left::before,
ul li:nth-child(6) .left::after,
ul li:nth-child(6) .left::before,
ul li:nth-child(9) .left::after,
ul li:nth-child(9) .left::before {
  background: #7ed500;
}

ul li:nth-child(3) .left span,
ul li:nth-child(6) .left span,
ul li:nth-child(9) .left span {
  background: linear-gradient(to top, #7ed500, #00bf8d);
}

ul li:hover .left::after,
ul li:hover .left::before {
  -webkit-animation: circle-2 1.05s infinite;
  -moz-animation: circle-2 1.05s infinite;
  -ms-animation: circle-2 1.05s infinite;
  -o-animation: circle-2 1.05s infinite;
  animation: circle-2 1.05s infinite;
}

ul li .left::after,
ul li .left::before {
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f9769d;
}

ul li .left::after {
  width: 55px;
  height: 55px;
  opacity: 0.09;
}

ul li .left::before {
  width: 45px;
  height: 45px;
  opacity: 0.2;
}

ul li .left span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  z-index: 1;
  background: linear-gradient(to top, #f9769d, #bb6df7);
}

ul li .left i {
  z-index: 1;
}

ul li .right {
  width: calc(100% - 60px);
}

ul li .right p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

ul li .right p span {
  font-weight: 700;
  padding-right: 5px;
  font-size: 20px;
}

ul.smart-list-ef li {
  padding: 13px 0;
}

ul.icon-style-list {
  margin: 0;
}

ul.icon-style-list>li {
  padding: 0;
  border-bottom: 1px solid #ecf0f3;
  justify-content: flex-start;
}

ul.icon-style-list>li:first-child {
  border-top: 1px solid #ecf0f3;
}

ul.icon-style-list>li i {
  width: 50px;
  text-align: center;
  color: #c2c2c2;
  margin: 0 15px 0 5px;
  line-height: 50px;
}

ul.icon-style-list>li i:after {
  width: 100%;
  height: calc(100% + 18px);
  border-left: 1px solid #ecf0f3;
  border-right: 1px solid #ecf0f3;
  top: -9px;
  left: 0;
}

ul.icon-style-list>li span {
  width: calc(100% - 70px);
}

ul.icon-style-list>li ul {
  margin: 0;
}

ul.icon-style-list>li ul li {
  padding: 0;
}

ul.icon-style-list>li ul li a {
  background: transparent;
}

ul.icon-style-list>li ul li a i {
  margin: 0;
  width: 35px;
}

ul.icon-style-list>li ul li a i:after {
  display: none;
}

ul.icon-style-list>li ul li a.twitter i {
  color: #55acee;
}

ul.icon-style-list>li ul li a.facebook i {
  color: #3b5998;
}

ul.icon-style-list>li ul li a.instagram i {
  color: #e4405f;
}

ul.icon-style-list>li ul li a.vimeo i {
  color: #3b5998;
}

ul.icon-style-list>li ul li a.google i {
  color: #dd4b39;
}

ul.icon-style-list>li ul li a.pinterest i {
  color: #bd081c;
}

ul.icon-style-list>li ul li a.basketball i {
  color: #e94c89;
}

ul.icon-style-list>li ul li a.behance i {
  color: #1769ff;
}

.countdown {
  margin: -15px;
  margin-bottom: 30px;
}

.countdown li {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin: 5px;
}

@media (min-width: 576px) {
  .countdown li {
    margin: 15px;
  }
}

.countdown li:last-child .count-number:after {
  display: none;
}

.countdown li .count-number {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 576px) {
  .countdown li .count-number {
    font-size: 36px;
  }
}

.countdown li .count-number:after {
  content: ":" !important;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-weight: 700;
  color: #000000;
}

.countdown li .count-number.days {
  color: #ff4f57;
}

.countdown li .count-number.hours {
  color: #e85acb;
}

.countdown li .count-number.minutes {
  color: #0dc4b9;
}

.countdown li .count-number.seconds {
  color: #529bfc;
}

.countdown li .count-text {
  color: #000000;
}

.pluse_1,
.pluse_2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(243, 186, 14, 0.102);
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
  background: #ffac28;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.pluse_1::after,
.pluse_2::after {
  width: 60px;
  height: 60px;
  background: transparent;
  margin-left: -30px;
  margin-top: -30px;
}

.pluse_1:before,
.pluse_2:before {
  width: 80px;
  height: 80px;
}

.pluse_1 {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 0;
  margin-top: 0;
}

.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollToTop i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fd4372;
}

.scrollToTop:hover {
  background: linear-gradient(to right, #a4ea58, #81e18f);
}

.bg_size {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .codex-shape {
    display: none;
  }
}

.codex-shape .line {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.codex-shape .line.line_1 {
  background: #00ff00;
  left: 6%;
  top: 25%;
  animation: lab_zoomin 8s linear infinite;
}

.codex-shape .line.line_2 {
  background: #fff200;
  left: 3%;
  top: 70%;
  animation: pluse_animate 8s linear infinite;
}

.codex-shape .line.line_3 {
  background: #6dcff6;
  left: 15%;
  top: 50%;
  animation: pluse_animate2 4s linear infinite;
}

.codex-shape .line.line_4 {
  left: 30%;
  top: 25%;
  width: 20px;
  height: 20px;
  border: 2px solid #f69679;
  animation: lab_round 4s linear infinite;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.codex-shape .line.line_5 {
  left: 32%;
  top: 63%;
  width: 25px;
  height: 25px;
  border: 2px solid #fff200;
  animation: lab_round1 8s linear infinite;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.codex-shape .line.line_6 {
  left: 20%;
  top: 75%;
  width: 15px;
  height: 15px;
  border: 2px solid #00feff;
  animation: lab_round 10s linear infinite;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.pattern-img {
  top: 0;
  left: 0;
  z-index: -1;
}

.pattern-img img {
  max-width: none;
}

.mask_img {
  -webkit-mask-position: center center;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.port-item2 .port-inner .port-header,
.port-item2 .port-inner .port-body ul li,
.pricing-item .pricing-inner .popular-item,
.pricing-item .pricing-inner .pricing-body .price-btn,
.post-item .post-item-inner .post-content .author-date,
.post-item .post-item-inner .post-content .post-footer,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration,
.paginations ul li a,
ul li,
.header-section .primary-menu,
.header-section .primary-menu .main-area,
.header-section .primary-menu .main-area .main-menu ul,
.host-bg .header-area .header-btn,
.innerheader .primary-menu .main-area .header-right,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-title,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom ul li,
.search-area .search-input form,
.sidemenubar .sidemenubar-area .sidemenubar-gallery ul,
.mobile-menu .mobile-header,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner,
.banner-section .banner-area .content-part .section-header .button-group,
.banner-section .banner-area .content-part .section-header .button-group .banner-video,
.banner-section.style-2 .banner-area,
.banner-section.style-6.crypto .banner-area .content-part .section-header form,
.banner-section.style-6.crypto .banner-area .bfr-contents,
.service-section .section-wrapper,
.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner,
.service-section.style-8 .section-wrapper .service-content .abs-items,
.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item,
.about-section.style-2 .section-wrapper,
.about-section.style-3 .section-header ul,
.about-section.style-5 .section-wrapper,
.about-section.style-6 .abl-part .about-contents,
.recent-case .section-wrapper,
.pricing-table .section-wrapper,
.blog-section .section-wrapper .right,
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb .author-comment,
.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb .author-comment,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags,
.blog-section.blog-single .section-wrapper .navigations-part,
.blog-section.blog-single .section-wrapper .authors,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form,
.widget.widget-tags ul.widget-wrapper,
.widget.letest-product .widget-wrapper ul li,
.clints-section .section-wrapper .clients .client-list .client-content .client-info,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul,
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb,
.sponsor-section.style-2 .section-wrapper .sponsor-list,
.news-letter .section-wrapper,
.transportation-section .section-wrapper .left .section-header ul,
.transportation-section .section-wrapper .left .section-header ul li,
.doming-section .section-wrapper form,
.doming-section .section-wrapper ul,
.erp-manager .lab-content ul li .accordion-list,
.vpn-services .section-wrapper,
.faq-section .section-wrapper .accordion li .accordion-list,
.shopapp-apps .apps-content .section-header .shopapp-btn-group,
.shopapp-apps .apps-content .section-header .shopapp-btn-group a,
.app-section .section-wrapper .app-btn-group,
.app-section .section-wrapper .app-btn-group a,
.pos-section .pos-content-area .section-wrapper ul,
.testimonial-section .testi-item .testi-inner .testi-header,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner,
.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item .skill-title,
.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item .skillbar-container,
.market-range-section .bottom-area .section-wrapper,
.portfolio-section .port-filter,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-single .product-details .post-content form,
.shop-single .review .review-nav,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .description .post-item,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.contact-us .contact-form,
.fore-zero-page {
  display: flex;
  flex-wrap: wrap;
}

.section-header.style-2,
.section-header.style-2 h2,
.section-header.style-2 p,
.section-header.style-2 .codecoder-animate,
.section-header.style-3 h2,
.section-header.style-3 p,
.lab-item-2 .lab-inner,
.port-item .lab-inner .lab-thumb,
.pricing-item .pricing-inner,
.pricing-item .pricing-inner .pricing-body .price,
.pricing-item .pricing-inner .pricing-body .price h2,
.pricing-item .pricing-inner .pricing-body .price p,
.pricing-item .pricing-inner .pricing-body .price-list ul li,
.post-item .post-item-inner,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.post-item.qute-post .post-item-inner .post-thumb,
.team-item.style-2 .team-item-inner .team-thumb,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration .intregration-head,
.video-thumb,
.paginations ul li a,
.cart-plus-minus,
.menu-item-has-children>a,
.lab-btn,
.service-pricing,
.service-sponsor,
ul li .left,
ul li .left span,
ul li .left i,
ul.icon-style-list>li i,
.countdown li .count-number,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a,
.innerheader .primary-menu .main-area .header-right .search,
.innerheader .primary-menu .main-area .header-right .cart-area,
.page-header,
.page-header .pageheader-textarea,
.mobile-menu .mobile-header .header-bar,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search,
.banner-section,
.banner-section.style-2 .left-side,
.banner-section.style-5,
.banner-section.seo-banner,
.service-section.style-6,
.service-section.style-8,
.service-section.style-8 .section-header,
.service-section.style-8 .section-wrapper,
.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .left .lb-thumb,
.about-section,
.about-section .section-header,
.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb,
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb img,
.about-section.seo-about,
.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb img,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb img,
.seo-analysis-section,
.seo-analysis-section .section-wrapper .analysis-from,
.seo-analysis-section .section-wrapper .section-header.style-2,
.recent-case,
.pricing-table.marketing .section-wrapper .pricing-item,
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments,
.blog-section.crypto,
.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote,
.widget.widget-search .search-wrapper,
.clints-section .section-wrapper .clients,
.clints-section .section-wrapper .clients .client-list .client-thumb,
.clints-section .section-wrapper .clients .client-list .client-thumb img,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span,
.news-letter .section-wrapper .news-form form .nf-list,
.transportation-section .section-wrapper .right,
.transportation-section .section-wrapper .right .lab-line span,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip p,
.doming-section .section-wrapper form,
.doming-section .section-wrapper form .lab-selectoption,
.doming-section .section-wrapper ul li,
.erp-manager,
.erp-manager .lab-content ul li .accordion-list .left img,
.author .section-wrapper .author-area,
.vpn-services .section-wrapper .service-item .service-inner .service-thumb,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon,
.testimonial-section .testi-item .testi-inner .testi-header .testi-thumb,
.testimonial-section .testi-item .testi-inner .testi-body,
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb.style-2,
.team-section.team-single .team-bottom.skill-award .team-item .circles,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-single .product-details .product-thumb,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .post-content form .select-product select,
.shop-single .review .review-content .description .post-item .post-content ul li,
.footer-top.maketing,
.footer-top.shopapp,
.footer-top.maketing .container,
.footer-top.shopapp .container,
.footer-top.style-3,
.footer-top.style-3 *,
.app-footer .footer-bottom.style-2 {
  position: relative;
}

.section-header.style-2::after,
.section-header.style-2 .codecoder-animate::after,
.section-header.style-2 .codecoder-animate::before,
.lab-item .lab-inner::after,
.lab-item-2 .lab-inner .lab-abs-thumb,
.port-item .lab-inner .lab-thumb::after,
.port-item .lab-inner .lab-thumb .port-share,
.pricing-item .pricing-inner::after,
.pricing-item .pricing-inner .popular-item,
.pricing-item .pricing-inner .pricing-body .price h2::after,
.pricing-item .pricing-inner .pricing-body .price-list ul li::after,
.post-item .post-item-inner::after,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-next,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider .post-thumb-slider-prev,
.post-item.qute-post .post-item-inner .post-thumb .qute-content,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration,
.video-thumb .video-icon,
.cart-plus-minus .qtybutton,
.menu-item-has-children>a::after,
.lab-btn::after,
.service-pricing::after,
.round-shape,
.shape,
ul li .left::after,
ul li .left::before,
ul.icon-style-list>li i:after,
.countdown li .count-number:after,
.pluse_1,
.pluse_2,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.scrollToTop i,
.codex-shape .line,
.pattern-img,
.header-section .primary-menu .main-area .main-menu ul li ul,
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after,
.transparent-header,
.innerheader .primary-menu .main-area .header-right .cart-area .count-item,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn,
.page-header .shap-pageheader .line,
.page-header::after,
.search-area .search-input .search-close,
.search-area .search-input form,
.mobile-menu .mobile-header .header-bar span,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a::after,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button,
.banner-section.style-2::after,
.banner-section.style-2 .left-side .section-wrapper .banner-pagination,
.banner-section.style-2 .right-side .content-part .section-header .banner-price,
.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape,
.banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape,
.banner-section.style-5 .pos-banner-shape,
.banner-section.style-5 .pos-banner-shape .pos-shape-1,
.banner-section.style-5 .pos-banner-shape .pos-shape-2,
.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.style-6.crypto .round-one,
.banner-section.style-6.crypto .round-one img,
.banner-section.seo-banner .section-wrapper .banner-thumb .thumb-shape .th-shape,
.service-section.style-4 .lab-item .lab-inner::before,
.service-section.style-8 .section-wrapper .abs-thumb,
.about-section .section-header::after,
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::before,
.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb::before,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb::before,
.seo-analysis-section .section-wrapper .analysis-from .lab-abs-thumb,
.seo-analysis-section .section-wrapper .analysis-from::after,
.pricing-table.marketing .section-wrapper .pricing-item::after,
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb::after,
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb .author-comment,
.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span,
.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb::after,
.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb .author-comment,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote::before,
.widget.widget-search .search-wrapper button,
.clints-section .section-wrapper .clients .client-list,
.clints-section .section-wrapper .clients .client-list .client-thumb::after,
.clints-section .section-wrapper .clients .client-list .client-thumb::before,
.clints-section .section-wrapper .clients .client-list .client-content,
.clints-section .section-wrapper .clients .client-list .client-content:after,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span::after,
.news-letter .section-wrapper .news-form form .nf-list::after,
.transportation-section .section-wrapper .right .lab-line,
.transportation-section .section-wrapper .right .lab-line span::after,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip::after,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip::before,
.doming-section .section-wrapper form::after,
.doming-section .section-wrapper form .lab-selectoption::after,
.doming-section .section-wrapper form .lab-selectoption::before,
.doming-section .section-wrapper ul li::before,
.erp-manager .shape-1,
.erp-manager .shape-2,
.erp-manager .lab-thumb .abs-lab-thumb,
.vpn-services .section-wrapper .service-item .service-inner .service-thumb::after,
.vpn-services .section-wrapper .service-item .service-inner .service-thumb span,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon::before,
.testimonial-section .testi-item .testi-inner .testi-header .testi-thumb .testi-shape,
.testimonial-section .testi-item .testi-inner .testi-body:after,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators li img,
.team-section.team-single .team-bottom.skill-award .team-item .circles strong,
.shop-page .shop-product-wrap .product-item .product-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb::after,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-single .product-details .post-content form .select-product i,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.coming-soon .coming-content-area,
.footer-top.maketing:after,
.footer-top.shopapp:after,
.footer-top.style-3::after,
.footer-top.style-3 .shap-footer,
.footer-top.style-3 .shap-footer .line,
.app-footer .footer-bottom.style-2::after {
  position: absolute;
  content: "";
}

.seo-analysis-section .section-wrapper .section-header.style-2 ul,
.footer-top .footer-item .footer-inner .footer-content .content ul {
  padding: 0;
  margin: 0;
}

.lab-item-2 .lab-inner,
.lab-item-3 .lab-inner .lab-thumb,
.pricing-item .pricing-inner .pricing-body .price,
.post-item,
.cart-plus-minus,
.lab-btn,
.codex-shape .line,
.pattern-img,
.page-header,
.sidemenubar .sidemenubar-area .sidemenubar-gallery ul li a,
.banner-section,
.banner-section.style-2 .left-side .section-wrapper .banner-slider,
.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape,
.banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape,
.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.seo-banner .section-wrapper .banner-thumb .thumb-shape .th-shape,
.about-section,
.seo-analysis-section,
.recent-case,
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content,
.widget .widget-header,
.widget.recipe-categori,
.clints-section,
.sponsor-section .section-wrapper .sponsor-slider,
.sponsor-section .section-wrapper .sponsor-slider-one,
.transportation-section,
.erp-manager,
.shopapp-manager,
.faq-section.shopapp .section-wrapper .accordion li .accordion-list .left,
.pos-section,
.testimonial-section .testimonial-slider,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators li,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-thumb,
.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item,
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container,
.shop-single .product-details,
.shop-cart .section-wrapper .cart-bottom,
.footer-top.style-3,
.app-footer {
  overflow: hidden;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes pluse_animate1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02);
  }
}

@keyframes pluse_animate2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
  }
}

@keyframes lab_round_glob {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes lab_round_glob1 {
  0% {
    transform: rotateY(-20deg);
  }

  50% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(20deg);
  }
}

@keyframes lab_run_x {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes lab_run_top_y {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes lab_round {
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes lab_round1 {
  100% {
    transform: rotateZ(-360deg);
  }
}

@keyframes lab_zoomin {
  0% {
    transform: translateY(-20px) translateX(0px);
  }

  50% {
    transform: translateY(0px) translateX(-20px);
  }

  100% {
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes lab_zoominout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lab_sideeffect {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateX(-60px);
  }

  50% {
    transform: translateY(-60px);
  }

  75% {
    transform: translateX(-60px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes lab_banner_round {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
    box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
  }

  70% {
    -moz-box-shadow: 0 0 0 50px rgba(187, 109, 247, 0);
    box-shadow: 0 0 0 50px rgba(187, 109, 247, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
    box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
  }
}

@keyframes lab_transport {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
    box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
    box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
    box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
  }
}

@keyframes lab_transport1 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
    box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
    box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
  }
}

@keyframes lab_transport2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
    box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
    box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
  }
}

@keyframes lab_transport3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
    box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
    box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
    box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
  }
}

@keyframes lab_transport4 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
    box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
    box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
  }
}

@keyframes lab_transport5 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.5);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
    box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
    box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
  }
}

@keyframes lab_pupup {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  25% {
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  25% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes lab_rotate {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(360deg);
  }
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes testi_round {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle-2 {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 50% 50% 50% 50% / 50% 35% 65% 50%;
  }

  34% {
    border-radius: 50% 50% 35% 65% / 50% 50% 50% 50%;
  }

  50% {
    border-radius: 50% 50% 50% 50% / 65% 50% 50% 35%;
  }

  67% {
    border-radius: 35% 65% 50% 50% / 50% 50% 50% 50%;
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 20000px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 20000px 0;
  }
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@media (max-width: 991px) {
  .header-section {
    display: none;
  }
}

.header-section .header-area.menu-fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.header-section .primary-menu {
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-section .primary-menu .logo {
    width: 140px;
  }
}

.header-section .primary-menu .logo a {
  display: block;
}

.header-section .primary-menu .logo a img {
  display: block;
}

.header-section .primary-menu .main-area {
  align-items: center;
}

.header-section .primary-menu .main-area .main-menu ul {
  padding: 0;
  margin: 0;
}

.header-section .primary-menu .main-area .main-menu ul li {
  padding: 0;
}

.header-section .primary-menu .main-area .main-menu ul li a {
  padding: 25px 20px;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-section .primary-menu .main-area .main-menu ul li ul {
  min-width: 200px;
  background: #fd4372;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  display: block;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-section .primary-menu .main-area .main-menu ul li ul li a {
  font-size: 98%;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #ffffff36;
}

.header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
  padding-left: 20px;
  color: #fd4372;
  background: #fff;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.active>a {
  color: #fd4372 !important;
  background: #fff;
}

.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
  margin-right: 0px;
}

.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}

.header-section .primary-menu .main-area .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
  margin-right: 16px;
  position: relative;
}

.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.header-section .primary-menu .main-area .main-menu ul li:hover>ul {
  transform: scaleY(1);
}

@media (min-width: 1200px) {
  .header-section .primary-menu .main-area .header-btn {
    margin-left: 20px;
  }
}

.header-section .primary-menu .main-area .header-btn .lab-btn {
  display: block;
}

.transparent-header {
  width: 100%;
  top: 20px;
  z-index: 999;
}

.transparent-header .primary-menu .main-area .main-menu ul li a {
  color: #fff;
}

.transparent-header .primary-menu .main-area .main-menu ul li ul {
  background: linear-gradient(to right, #ffab8b, #fd4372);
}

.seo-bg .header-area.menu-fixed {
  background-image: linear-gradient(to right, #1a00ff, #2010d8, #2416b2, #25188d, #231769);
}

.seo-bg .primary-menu .main-area .main-menu ul li.active a {
  color: #fd4372;
  background: #fff;
}

.host-bg .header-area {
  background: #fff;
  z-index: 9999;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

@media (min-width: 1440px) {
  .host-bg .header-area .container-fluid {
    padding: 0 60px;
  }
}

.host-bg .header-area .header-btn {
  align-items: center;
}

.host-bg .header-area .header-btn .lab-btn {
  margin: 5px;
}

.host-bg .header-area .header-btn .lab-btn img {
  margin-right: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .host-bg .header-area .header-btn .lab-btn:first-child {
    display: none;
  }
}

.host-bg .header-area .header-btn .lab-btn:last-child {
  color: #fff;
  padding: 16px;
  background: linear-gradient(to right, #7ed500, #00bf8d);
}

.host-bg .primary-menu .main-area .main-menu ul li ul {
  background: linear-gradient(to right, #ffab8b, #fd4372);
}

.host-bg .primary-menu .main-area .main-menu ul li.active a {
  color: #fd4372;
  background: #fff;
}

.erp-bg .header-area.menu-fixed {
  background: linear-gradient(to right, #6240c7, #a246ff);
}

.erp-bg .primary-menu .main-area .main-menu ul li.active a {
  color: #fd4372;
  background: #fff;
}

.vpn-bg .header-area.menu-fixed {
  background: #fff;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

.vpn-bg .primary-menu .main-area .main-menu ul li.active a {
  color: #2bcc82;
  background: #fff;
}

.vpn-bg .primary-menu .main-area .main-menu ul li a {
  color: #000000;
}

.vpn-bg .primary-menu .main-area .header-btn .lab-btn {
  background: linear-gradient(to right, #23cc88, #8ecf35);
}

.vpn-bg .primary-menu .main-area .main-menu ul li ul {
  background: linear-gradient(to right, #23cc88, #8ecf35);
}

.vpn-bg .primary-menu .main-area .main-menu ul li ul li a:hover {
  color: #23cc88;
}

.pos-bg .header-area.menu-fixed {
  background: #fff;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

.pos-bg .primary-menu .main-area .main-menu ul li a {
  color: #000000;
}

.pos-bg .primary-menu .main-area .main-menu ul li.active a {
  color: #fd4372;
  background: #fff;
}

.pos-bg .primary-menu .main-area .main-menu ul li ul {
  background: linear-gradient(to right, #ff5195, #ffb84b);
}

.pos-bg .primary-menu .main-area .header-btn .lab-btn {
  background: linear-gradient(to right, #ff5195, #ffb84b);
}

.marketing-bg .header-area.menu-fixed {
  background: #fff;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

.marketing-bg .primary-menu .main-area .main-menu ul li a {
  color: #000000;
}

.marketing-bg .primary-menu .main-area .main-menu ul li.active a {
  color: #fd4372;
  background: #fff;
}

.marketing-bg .primary-menu .main-area .main-menu ul li ul {
  background: linear-gradient(to right, #ffab8b, #fd4372);
}

.marketing-bg .primary-menu .main-area .header-btn .lab-btn {
  background: linear-gradient(to right, #ffab8b, #fd4372);
}

.shopapp-bg .header-area.menu-fixed {
  background: #fff;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

.shopapp-bg .primary-menu .main-area .main-menu ul li a {
  color: #000000;
}

.shopapp-bg .primary-menu .main-area .main-menu ul li.active a {
  color: #fd4372;
  background: #fff;
}

.shopapp-bg .primary-menu .main-area .main-menu ul li ul {
  background: linear-gradient(to right, #fd2c8b, #996bfb);
}

.shopapp-bg .primary-menu .main-area .header-btn .lab-btn {
  background: linear-gradient(to right, #fd2c8b, #996bfb);
}

.crypto .header-area.menu-fixed {
  background: #0d006f;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

.crypto .primary-menu .main-area .main-menu ul li a {
  color: #fff;
}

.crypto .primary-menu .main-area .main-menu ul li.active a {
  color: #fd4372;
  background: #fff;
}

.crypto .primary-menu .main-area .main-menu ul li ul {
  background: linear-gradient(to right, #fd77b4, #ffbae7);
}

.crypto .primary-menu .main-area .header-btn .lab-btn {
  background: linear-gradient(to right, #fd77b4, #ffbae7);
}

.innerheader {
  top: 0;
}

.innerheader .menu-fixed {
  background: #fff;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

.innerheader .menu-fixed .primary-menu {
  border-bottom: none;
}

.innerheader .primary-menu {
  border-bottom: 1px solid #ecf0f3;
}

.innerheader .primary-menu .main-area .main-menu ul li a {
  color: #000000;
}

.innerheader .primary-menu .main-area .header-right {
  justify-content: center;
}

@media (min-width: 1200px) {
  .innerheader .primary-menu .main-area .header-right {
    margin-left: 20px;
  }
}

.innerheader .primary-menu .main-area .header-right .search,
.innerheader .primary-menu .main-area .header-right .cart-area,
.innerheader .primary-menu .main-area .header-right .bar-area {
  padding: 25px 10px;
  border-left: 1px solid #ecf0f3;
}

@media (min-width: 1200px) {

  .innerheader .primary-menu .main-area .header-right .search,
  .innerheader .primary-menu .main-area .header-right .cart-area,
  .innerheader .primary-menu .main-area .header-right .bar-area {
    padding: 25px 20px;
  }
}

.innerheader .primary-menu .main-area .header-right .search i,
.innerheader .primary-menu .main-area .header-right .search span,
.innerheader .primary-menu .main-area .header-right .cart-area i,
.innerheader .primary-menu .main-area .header-right .cart-area span,
.innerheader .primary-menu .main-area .header-right .bar-area i,
.innerheader .primary-menu .main-area .header-right .bar-area span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.innerheader .primary-menu .main-area .header-right .search:hover .search-input {
  transform: scaleX(1);
}

.innerheader .primary-menu .main-area .header-right .search i {
  color: #fff;
  background: linear-gradient(to left, #23cc88, #8ecf35);
}

.innerheader .primary-menu .main-area .header-right .cart-area:hover .cart-content {
  transform: scaleY(1);
  visibility: visible;
}

.innerheader .primary-menu .main-area .header-right .cart-area img {
  transform: translateY(20px);
  cursor: pointer;
}

.innerheader .primary-menu .main-area .header-right .cart-area .count-item {
  top: 20px;
  left: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  transform: translateX(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content {
  top: 100%;
  right: 0;
  visibility: hidden;
  min-width: 320px;
  transform-origin: top;
  box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.58);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  z-index: 9;
  background: #fafeff;
  border-radius: 10px;
  cursor: auto;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-title {
  justify-content: space-between;
  padding: 9px 15px;
  color: #fff;
  border-radius: 12px 12px 0 0;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-title .list-close a {
  color: #fff;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr {
  height: 350px;
  overflow-y: scroll;
  padding: 15px;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top {
  border-bottom: 1px solid #ecf0f3;
  padding: 10px;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .thumb {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .thumb a {
  display: block;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .thumb a img {
  transform: translateY(0);
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .content {
  width: calc(100% - 60px);
  padding-left: 15px;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .content a {
  text-align: left;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .content a:hover {
  color: #ff5455;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn {
  right: -7px;
  top: -7px;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn a {
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  border-radius: 100%;
  text-align: center;
  box-shadow: -4px 4px 8px rgba(136, 136, 136, 0.36);
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn a i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-top .remove-btn a:hover {
  background-image: linear-gradient(to left bottom, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  box-shadow: -4px 4px 8px rgba(237, 28, 36, 0.36);
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom {
  padding: 10px;
  align-items: center;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .sing-price {
  width: 30%;
  font-size: 14px;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .cart-plus-minus {
  width: 40%;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .cart-plus-minus .cart-plus-minus-box {
  margin: 0px -8px;
  padding: 14px 0;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr .cart-con-item .cart-item .cart-inner .cart-bottom .total-price {
  width: 30%;
  font-size: 14px;
  text-align: right;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom {
  text-align: center;
  padding: 15px;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom ul {
  margin: 0;
  padding: 20px 0;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom ul li {
  justify-content: flex-end;
  width: 100%;
  padding: 2px 10px;
  font-weight: normal;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom ul li .title,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom ul li .price {
  width: 50%;
  text-align: right;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom ul li .title {
  text-align: left;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom ul li:last-child {
  font-weight: 700;
  color: #000000;
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom .lab-btn {
  display: block;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.innerheader .primary-menu .main-area .header-right .cart-area .cart-content .cart-scr-bottom .lab-btn span {
  width: 100%;
  height: auto;
  line-height: inherit;
}

.innerheader .primary-menu .main-area .header-right .bar-area.open span {
  background: linear-gradient(to right, #ff4f58, #ffb400);
}

.innerheader .primary-menu .main-area .header-right .bar-area.open span:first-child {
  display: none;
}

.innerheader .primary-menu .main-area .header-right .bar-area.open span:last-child {
  display: block;
}

.innerheader .primary-menu .main-area .header-right .bar-area span {
  color: #fff;
  font-size: 24px;
  background: linear-gradient(to left, #01cbad, #47a1f2);
}

.innerheader .primary-menu .main-area .header-right .bar-area span:last-child {
  display: none;
}

.innerheader .primary-menu .main-area .main-menu ul li ul {
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.page-header {
  padding: 120px 0;
  background: #f9fbff;
}

@media (min-width: 992px) {
  .page-header {
    padding: 295px 0 201px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .page-header {
    padding: 330px 0 310px;
  }
}

@media (max-width: 1199px) {
  .page-header .shap-pageheader {
    display: none;
  }
}

.page-header .shap-pageheader .line {
  z-index: 1;
}

.page-header .shap-pageheader .line.line-1 {
  bottom: 0;
  left: 2%;
  z-index: 2;
  animation: lab_run_x 5s linear infinite;
}

.page-header .shap-pageheader .line.line-2 {
  bottom: 0;
  left: 7%;
  animation: lab_run_top_y 5s linear infinite;
}

.page-header .shap-pageheader .line.line-3 {
  bottom: 0%;
  right: 32%;
  animation: lab_run_x 5s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .page-header .shap-pageheader .line.line-3 {
    right: 45%;
  }
}

.page-header .shap-pageheader .line.line-4 {
  bottom: 0%;
  right: 7%;
}

.page-header .shap-pageheader .line.line-5 {
  bottom: 37%;
  right: 17%;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .page-header .shap-pageheader .line.line-5 {
    bottom: 30%;
  }
}

.page-header .shap-pageheader .line.line-6 {
  bottom: 0%;
  right: 3%;
  animation: lab_run_x 8s linear infinite;
}

.page-header .shap-pageheader .line.line-7 {
  top: 5%;
  right: 5%;
  animation: lab_round 99s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .page-header .shap-pageheader .line.line-7 {
    top: 18%;
    right: 1%;
  }
}

.page-header::after {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #f4f7ff;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  -webkit-mask-image: url(../../assets/images/pageheader/pattern.png);
}

.page-header .pageheader-textarea {
  z-index: 1;
}

@media (min-width: 576px) {
  .page-header .pageheader-textarea p {
    max-width: 500px;
    margin: 0 auto;
  }
}

.search-area {
  z-index: 9999;
  position: relative;
}

.search-area.open .search-input {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}

.search-area .search-input {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.search-area .search-input .search-close {
  width: 50px;
  height: 50px;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.search-area .search-input .search-close i {
  font-size: 35px;
  color: #fff;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}

.search-area .search-input .search-close i:hover {
  transform: rotate(180deg);
}

.search-area .search-input form {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 100px;
  padding: 10px;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #a4ea58, #81e18f);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.search-area .search-input form input {
  width: 90%;
  color: #000000;
  border-radius: 0;
  font-size: 30px;
  padding: 15px;
  border: none;
  margin-bottom: 0;
  height: 80px;
  border-bottom: 1px solid rgba(37, 51, 101, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.search-area .search-input form input::placeholder {
  color: #696969;
}

.search-area .search-input form input:focus {
  border-color: transparent;
  outline: none;
}

.search-area .search-input form button.search-btn {
  width: 10%;
  height: 100%;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: none;
  background: transparent;
}

.search-area .search-input form button.search-btn span.serch-icon {
  font-size: 25px;
  font-style: normal;
}

.sidemenubar {
  position: fixed;
  z-index: 99999;
  height: 100vh;
  overflow-y: auto;
  right: -370px;
  background: #000000bf;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidemenubar.open {
  width: 100%;
  right: 0;
}

.sidemenubar .sidemenubar-area {
  max-width: 350px;
  margin-left: auto;
  background: #fff;
  box-shadow: 0 5px 15px rgba(136, 136, 136, 0.3);
}

.sidemenubar .sidemenubar-area .sidemenubar-top {
  padding: 30px;
}

.sidemenubar .sidemenubar-area .sidemenubar-gallery {
  padding: 15px;
}

.sidemenubar .sidemenubar-area .sidemenubar-gallery ul {
  margin: 0;
  justify-content: center;
}

.sidemenubar .sidemenubar-area .sidemenubar-gallery ul li {
  width: calc(100% / 2);
  padding: 10px;
  list-style: none;
}

.sidemenubar .sidemenubar-area .sidemenubar-gallery ul li a {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.sidemenubar .sidemenubar-area .sidemenubar-menu {
  padding: 30px;
}

.sidemenubar .sidemenubar-area .sidemenubar-menu ul {
  margin: 0;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu .mobile-header {
  padding: 11px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mobile-header .header-bar {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.mobile-menu .mobile-header .header-bar span {
  background: #fff;
  width: 100%;
  height: 3px;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu .mobile-header .header-bar span:nth-child(1) {
  margin-top: -9px;
}

.mobile-menu .mobile-header .header-bar span:nth-child(2) {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar span:nth-child(3) {
  margin-top: 7px;
}

.mobile-menu .mobile-header .header-bar.close {
  opacity: 1;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
  opacity: 0;
}

.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -1px;
}

.mobile-menu .mobile-menu {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 20px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu {
    width: 50%;
    transform: scaleX(0);
    transform-origin: left;
  }
}

.mobile-menu .mobile-menu.open {
  transform: scaleY(1);
}

@media (min-width: 576px) {
  .mobile-menu .mobile-menu.open {
    transform: scaleX(1);
  }
}

@media (min-width: 1200px) {
  .mobile-menu .mobile-menu.open {
    display: none;
  }
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li {
  list-style: none;
  padding: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li:last-child>a {
  border-bottom: none;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.active>a {
  color: #fd4372;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a {
  display: block !important;
  padding: 10px 0;
  color: #000000;
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  outline: none;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #ecf0f3;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a::after {
  right: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li {
  padding-left: 20px;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li a {
  margin: 0;
  outline: none;
  font-size: 96%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children {
  position: relative;
  margin: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children>a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "\ea99" !important;
  font-family: IcoFont !important;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .social-link-list {
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
  width: 100%;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input {
  border: none;
  border-bottom: 1px solid #ecf0f3;
  height: 60px;
  margin: 0;
  padding-right: 35px;
  font-style: italic;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input:focus,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input::placeholder {
  color: #000000;
}

.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
  top: 0;
  right: 0;
  background-color: transparent;
  color: #000000;
  width: 30px;
  height: 60px;
  outline: none;
  border: none;
  font-size: 16px;
  text-align: center;
}

.seo-bg .mobile-header {
  background-image: linear-gradient(to right, #1a00ff, #2010d8, #2416b2, #25188d, #231769);
}

.host-bg .mobile-header {
  background: #fff;
}

.host-bg .mobile-header .header-bar span {
  background: #ed74af;
}

.erp-bg .mobile-header {
  background: linear-gradient(to left, #6240c7, #a246ff);
}

.vpn-bg .mobile-header {
  background: #fff;
}

.vpn-bg .mobile-header .header-bar span {
  background: #23cc88;
}

.marketing-bg .mobile-header {
  background: #fff;
}

.marketing-bg .mobile-header .header-bar span {
  background: linear-gradient(to right, #ffab8b, #fd4372);
}

.pos-bg .mobile-header {
  background: #fff;
}

.pos-bg .mobile-header .header-bar span {
  background: linear-gradient(to right, #ff5195, #ffb84b);
}

.shopapp-bg .mobile-header {
  background: #fff;
}

.shopapp-bg .mobile-header .header-bar span {
  background: linear-gradient(to right, #fd2c8b, #996bfb);
}

.crypto-bg .mobile-header {
  background: #0d006f;
}

.crypto-bg .mobile-header .header-bar span {
  background: #fff;
}

.innerheader .mobile-header {
  background: #fff;
}

.innerheader .mobile-header .header-bar span {
  background: linear-gradient(to right, #ff4f58, #ffb400);
}

/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
.banner-section {
  padding: 100px 0;
}

@media (min-width: 992px) {
  .banner-section {
    padding: 170px 0 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .round-shape {
    top: 70%;
  }
}

.banner-section .banner-area .content-part .section-header h2,
.banner-section .banner-area .content-part .section-header p,
.banner-section .banner-area .content-part .section-header a,
.banner-section .banner-area .content-part .section-header span {
  color: #fff;
}

@media (min-width: 992px) {
  .banner-section .banner-area .content-part .section-header h2 {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (min-width: 1200px) {
  .banner-section .banner-area .content-part .section-header p {
    max-width: 520px;
  }
}

.banner-section .banner-area .content-part .section-header .button-group {
  align-items: center;
  margin-top: 40px;
}

.banner-section .banner-area .content-part .section-header .button-group .lab-btn {
  margin-bottom: 30px;
  padding: 16px 35px;
}

@media (min-width: 576px) {
  .banner-section .banner-area .content-part .section-header .button-group .lab-btn {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.banner-section .banner-area .content-part .section-header .button-group .lab-btn span {
  font-weight: 400;
}

.banner-section .banner-area .content-part .section-header .button-group .banner-video {
  align-items: center;
}

@media (max-width: 575px) {
  .banner-section .banner-area .content-part .section-header .button-group .banner-video {
    width: 100%;
  }
}

.banner-section .banner-area .content-part .section-header .button-group .banner-video a {
  margin-right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  line-height: 48px;
  font-size: 46px;
  text-align: center;
}

.banner-section .banner-area .section-wrapper .banner-thumb {
  text-align: center;
}

@media (min-width: 1200px) {
  .banner-section .banner-area .section-wrapper .banner-thumb img {
    max-width: none;
  }
}

.banner-section.style-2 {
  padding: 0;
}

.banner-section.style-2::after {
  background: url(../../assets/images/banner/host/01-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 992px) {
  .banner-section.style-2::after {
    width: 50%;
  }
}

.banner-section.style-2 .banner-area {
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: static;
  top: 0;
  transform: translateY(0%);
}

.banner-section.style-2 .left-side {
  width: 100%;
  height: 400px;
}

@media (min-width: 992px) {
  .banner-section.style-2 .left-side {
    width: calc(100% / 2);
    height: 800px;
  }
}

.banner-section.style-2 .left-side .section-wrapper {
  height: 100%;
  display: block;
}

.banner-section.style-2 .left-side .section-wrapper .banner-pagination {
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.banner-section.style-2 .left-side .section-wrapper .banner-pagination span {
  background: #fff;
  outline: none;
}

.banner-section.style-2 .left-side .section-wrapper .banner-slider {
  height: 100%;
}

.banner-section.style-2 .left-side .section-wrapper .banner-slider .banner-thumb img {
  width: 100%;
}

.banner-section.style-2 .left-side .section-wrapper .banner-slider .swiper-slide {
  background-size: cover !important;
  background-position: center center !important;
}

.banner-section.style-2 .right-side {
  width: 100%;
  margin: 50px 0;
}

@media (min-width: 992px) {
  .banner-section.style-2 .right-side {
    width: calc(100% / 2);
    margin: 0;
  }
}

.banner-section.style-2 .right-side .content-part {
  max-width: 95%;
  margin-left: auto;
}

@media (min-width: 992px) {
  .banner-section.style-2 .right-side .content-part {
    max-width: 90%;
  }
}

@media (min-width: 1440px) {
  .banner-section.style-2 .right-side .content-part {
    max-width: 80%;
  }
}

@media (min-width: 1600px) {
  .banner-section.style-2 .right-side .content-part {
    max-width: 62%;
  }
}

.banner-section.style-2 .right-side .content-part .section-header::after {
  display: none;
}

.banner-section.style-2 .right-side .content-part .section-header .banner-price {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(to right, #f9769d, #bb6df7);
  right: 20%;
  top: -100px;
  z-index: 1;
  animation: lab_sideeffect 20s linear infinite;
}

@media (min-width: 576px) {
  .banner-section.style-2 .right-side .content-part .section-header .banner-price {
    top: -20px;
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section.style-2 .right-side .content-part .section-header .banner-price {
    right: -17%;
  }
}

.banner-section.style-2 .right-side .content-part .section-header .banner-price p {
  margin-bottom: 0;
  padding-top: 15px;
}

.banner-section.style-2 .right-side .content-part .section-header .banner-price span {
  font-weight: 700;
  font-size: 30px;
}

.banner-section.style-2 .right-side .content-part .section-header h2 {
  margin: 0;
  color: #fd4372;
}

@media (max-width: 991px) {
  .banner-section.style-2 .right-side .content-part .section-header h2 {
    line-height: 36px;
    font-size: 32px;
  }
}

.banner-section.style-2 .right-side .content-part .section-header h2:last-child {
  margin-bottom: auto;
}

.banner-section.style-2 .right-side .content-part .section-header h2 span {
  font-weight: 400;
  color: #000000;
}

.banner-section.style-2 .right-side .content-part .section-header ul {
  margin: 15px 0;
}

.banner-section.style-2 .right-side .content-part .section-header ul li {
  display: block;
}

.banner-section.style-2 .right-side .content-part .section-header ul li i {
  margin-right: 5px;
  color: #fd4372;
}

.banner-section.style-2 .right-side .content-part .section-header .button-group .lab-btn {
  background: linear-gradient(to right, #f9769d, #bb6df7);
}

.banner-section.style-2 .right-side .content-part .section-header .button-group .banner-video a {
  font-size: 36px;
  color: #fd4372;
  box-shadow: 0 10px 10px rgba(255, 124, 171, 0.08);
}

.banner-section.style-2 .right-side .content-part .section-header .button-group .banner-video span {
  color: #000000;
}

@media (min-width: 992px) {
  .banner-section.style-3 {
    padding: 280px 0 182px;
  }
}

.banner-section.style-3 .round-shape {
  width: 800px;
  height: 800px;
}

@media (min-width: 1200px) {
  .banner-section.style-3 .round-shape {
    right: 0%;
  }
}

@media (min-width: 1440px) {
  .banner-section.style-3 .round-shape {
    right: 15%;
  }
}

@media (min-width: 1600px) {
  .banner-section.style-3 .round-shape {
    right: 8%;
  }
}

.banner-section.style-3 .shape.round-5 {
  width: 400px;
  height: 400px;
  background: #b787f4;
  animation: lab_banner_round 1s infinite;
}

.banner-section.style-3 .shape.round-4 {
  width: 500px;
  height: 500px;
  background: #a169ed;
  animation: lab_banner_round 2s infinite;
}

.banner-section.style-3 .shape.round-3 {
  width: 600px;
  height: 600px;
  background: #995dec;
  animation: lab_banner_round 3s infinite;
}

.banner-section.style-3 .shape.round-2 {
  width: 700px;
  height: 700px;
  background: #8e52e7;
  animation: lab_banner_round 4s infinite;
}

.banner-section.style-3 .shape.round-1 {
  width: 800px;
  height: 800px;
  background: #864ae3;
  animation: lab_banner_round 5s infinite;
}

.banner-section.style-3 .banner-area .content-part .section-header::after {
  display: none;
}

.banner-section.style-3 .banner-area .content-part .section-header h2 {
  margin: 0;
}

@media (max-width: 575px) {
  .banner-section.style-3 .banner-area .content-part .section-header h2 {
    font-size: 30px;
  }
}

.banner-section.style-3 .banner-area .content-part .section-header>span {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .banner-section.style-3 .banner-area .content-part .section-header>span {
    font-size: 36px;
    margin: 0;
  }
}

.banner-section.style-3 .banner-area .content-part .section-header p {
  margin: 5px 0 40px;
  margin-top: 5px;
}

@media (min-width: 576px) {
  .banner-section.style-3 .banner-area .content-part .section-header p {
    margin: 15px 0 40px;
  }
}

.banner-section.style-3 .banner-area .section-wrapper {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .banner-section.style-3 .banner-area .section-wrapper {
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .banner-section.style-3 .banner-area .section-wrapper .banner-thumb {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
  }
}

.banner-section.style-3 .banner-area .section-wrapper .banner-thumb::after {
  display: none;
}

@media (max-width: 575px) {
  .banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape {
    display: none;
  }
}

.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(50, 36, 150, 0.3);
}

.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-1 {
  top: 50%;
  left: 0;
  animation: lab_run_top_y 5s linear infinite;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-2 {
  top: 0px;
  left: 50%;
  animation: lab_run_x 5s linear infinite;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-2 {
    top: -30px;
  }
}

.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-3 {
  top: 0;
  right: 0px;
  animation: lab_zoomin 8s linear infinite;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

@media (min-width: 1200px) {
  .banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-3 {
    right: -100px;
  }
}

.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-4 {
  top: 50%;
  right: 0px;
  animation: lab_run_top_y 5s linear infinite;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-4 {
    right: -100px;
  }
}

.banner-section.style-3 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-5 {
  bottom: -30px;
  left: 50%;
  animation: lab_run_x 5s linear infinite;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-section.style-4 {
  background: url(../../assets/images/banner/vpn/bg.jpg);
  background-position: center;
  background-size: cover;
}

.banner-section.style-4 .banner-area .content-part .section-header::after {
  display: none;
}

.banner-section.style-4 .banner-area .content-part .section-header h2 {
  margin: 0;
  color: #000000;
}

@media (max-width: 575px) {
  .banner-section.style-4 .banner-area .content-part .section-header h2 {
    font-size: 30px;
  }
}

.banner-section.style-4 .banner-area .content-part .section-header p {
  margin: 5px 0 30px;
  margin-top: 5px;
  color: #696969;
}

@media (min-width: 576px) {
  .banner-section.style-4 .banner-area .content-part .section-header p {
    margin: 15px 0 30px;
  }
}

.banner-section.style-4 .banner-area .content-part .section-header .lab-btn {
  background: linear-gradient(to right, #23cc88, #8ecf35);
  box-shadow: 0 10px 10px rgba(38, 204, 133, 0.1);
}

.banner-section.style-4 .banner-area .content-part .section-header .lab-btn:hover {
  box-shadow: none;
}

@media (max-width: 1439px) {
  .banner-section.style-4 .banner-area .section-wrapper .banner-thumb img {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape {
    display: none;
  }
}

.banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-1 {
  bottom: 50%;
  right: 0px;
  animation: lab_run_top_y 5s linear infinite;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media (min-width: 1440px) {
  .banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-1 {
    right: -80px;
  }
}

.banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-2 {
  top: 35px;
  left: 20%;
  animation: lab_run_x 5s linear infinite;
}

@media (min-width: 1440px) {
  .banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-2 {
    left: 35%;
  }
}

.banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-3 {
  animation: lab_zoomin 5s linear infinite;
  bottom: 110px;
  right: 20px;
}

@media (min-width: 1440px) {
  .banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-3 {
    bottom: 160px;
    right: -20px;
  }
}

.banner-section.style-4 .banner-area .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-4 {
  animation: lab_run_top_y 5s linear infinite;
  top: 40%;
  right: 130px;
}

.banner-section.style-4 .banner-area .section-wrapper .banner-thumb::after {
  display: none;
}

.banner-section.style-5 {
  background: #f9f2ff;
}

@media (min-width: 992px) {
  .banner-section.style-5 {
    padding: 265px 0 190px;
  }
}

.banner-section.style-5 .pos-banner-shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {

  .banner-section.style-5 .pos-banner-shape .pos-shape-1,
  .banner-section.style-5 .pos-banner-shape .pos-shape-2 {
    display: none;
  }
}

.banner-section.style-5 .pos-banner-shape .pos-shape-1 {
  left: -22%;
}

@media (min-width: 1440px) {
  .banner-section.style-5 .pos-banner-shape .pos-shape-1 {
    left: 0;
  }
}

.banner-section.style-5 .pos-banner-shape .pos-shape-2 {
  right: -22%;
}

@media (min-width: 1440px) {
  .banner-section.style-5 .pos-banner-shape .pos-shape-2 {
    right: 0;
  }
}

.banner-section.style-5 .banner-area .content-part .section-header::after {
  display: none;
}

.banner-section.style-5 .banner-area .content-part .section-header h2 {
  margin: 0;
  color: #000000;
}

@media (max-width: 575px) {
  .banner-section.style-5 .banner-area .content-part .section-header h2 {
    font-size: 30px;
  }
}

.banner-section.style-5 .banner-area .content-part .section-header p {
  margin: 5px 0 30px;
  margin-top: 10px;
  color: #696969;
}

@media (min-width: 576px) {
  .banner-section.style-5 .banner-area .content-part .section-header p {
    margin: 15px 0 30px;
  }
}

.banner-section.style-5 .banner-area .content-part .section-header .lab-btn {
  background: linear-gradient(to right, #ff5195, #ffb84b);
}

.banner-section.style-5 .banner-area .content-part .section-header .lab-btn:hover {
  box-shadow: none;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .banner-section.style-5 .banner-area .section-wrapper .banner-thumb {
    margin-right: -120px;
  }
}

@media (max-width: 1199px) {
  .banner-section.style-5 .banner-area .section-wrapper .banner-thumb .thumb-shape {
    display: none;
  }
}

.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-1 {
  top: 23%;
  right: 35%;
  animation: lab_sideeffect 15s linear infinite;
}

@media (min-width: 1200px) {
  .banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-1 {
    right: -10%;
  }
}

.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-2 {
  top: 0;
  right: -10%;
  animation: lab_zoomin 5s linear infinite;
}

@media (min-width: 1200px) {
  .banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-2 {
    right: -40%;
  }
}

.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-3 {
  animation: lab_run_top_y 5s linear infinite;
  bottom: 0px;
  left: 25%;
}

@media (min-width: 1200px) {
  .banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-3 {
    left: 40%;
  }
}

.banner-section.style-5 .banner-area .section-wrapper .banner-thumb::after {
  display: none;
}

.banner-section.style-6 {
  /* background-image: linear-gradient(to top, #fffbfa, #fffcfc, #fffdfe, #fffeff, #ffffff); */
}

@media (min-width: 992px) {
  .banner-section.style-6 {
    /* padding: 190px 0 110px; */
  }
}

.banner-section.style-6 .banner-area .content-part .section-header::after {
  display: none;
}

.banner-section.style-6 .banner-area .content-part .section-header h2 {
  margin: 0;
  color: #000000;
}

@media (max-width: 575px) {
  .banner-section.style-6 .banner-area .content-part .section-header h2 {
    font-size: 30px;
  }
}

.banner-section.style-6 .banner-area .content-part .section-header p {
  margin: 5px 0 30px;
  margin-top: 10px;
  color: #696969;
}

@media (min-width: 576px) {
  .banner-section.style-6 .banner-area .content-part .section-header p {
    margin: 15px 0 30px;
  }
}

.banner-section.style-6 .banner-area .content-part .section-header .lab-btn {
  background: linear-gradient(to right, #ffab8b, #fd4372);
  box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
}

.banner-section.style-6 .banner-area .content-part .section-header .lab-btn:hover {
  box-shadow: none;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .banner-section.style-6 .banner-area .section-wrapper .banner-thumb {
    margin-right: -120px;
  }
}

@media (max-width: 767px) {
  .banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape {
    display: none;
  }
}

.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-1 {
  top: 25%;
  left: 20%;
  animation: lab_zoomin 3s linear infinite;
}

.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-2 {
  bottom: 45%;
  right: 0%;
  animation: lab_run_top_y 5s linear infinite;
}

@media (min-width: 1200px) {
  .banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-2 {
    right: -20%;
  }
}

.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-3 {
  animation: lab_zoomin 5s linear infinite;
  bottom: 65%;
  left: 55%;
}

.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-4 {
  top: 65%;
  left: 0;
  animation: lab_run_top_y 5s linear infinite;
}

.banner-section.style-6 .banner-area .section-wrapper .banner-thumb::after {
  display: none;
}

.banner-section.style-6.shopapp {
  background: #f4f9ff;
}

@media (min-width: 992px) {
  .banner-section.style-6.shopapp {
    padding: 170px 0 90px;
  }
}

.banner-section.style-6.shopapp .banner-area .content-part .section-header .lab-btn {
  background: linear-gradient(to right, #fd2c8b, #996bfb);
  box-shadow: none;
}

.banner-section.style-6.shopapp .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-1 {
  top: 80%;
  left: 20%;
  animation: lab_round1 15s linear infinite;
}

.banner-section.style-6.shopapp .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-2 {
  bottom: 65%;
  right: auto;
  left: 10%;
  animation: lab_zoomin 5s linear infinite;
}

@media (min-width: 1200px) {
  .banner-section.style-6.shopapp .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-2 {
    right: auto;
  }
}

.banner-section.style-6.shopapp .banner-area .section-wrapper .banner-thumb .th-shape.th-shape-3 {
  bottom: 10%;
  left: 45%;
  animation: lab_run_top_y 5s linear infinite;
}

.banner-section.style-6.crypto .round-one {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
}

.banner-section.style-6.crypto .round-one img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.banner-section.style-6.crypto .banner-area .content-part .section-header h2,
.banner-section.style-6.crypto .banner-area .content-part .section-header p {
  color: #fff;
}

.banner-section.style-6.crypto .banner-area .content-part .section-header form {
  justify-content: space-between;
}

.banner-section.style-6.crypto .banner-area .content-part .section-header p>a {
  color: #f37399;
}

.banner-section.style-6.crypto .banner-area .content-part .section-header form input {
  width: calc(100% - 155px);
  height: 56px;
}

.banner-section.style-6.crypto .banner-area .content-part .section-header form button.lab-btn {
  border: none;
  width: 150px;
  height: 56px;
  outline: none;
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(253, 119, 180, 0.2);
  background: linear-gradient(to right, #fd77b4, #ffbae7);
}

.banner-section.style-6.crypto .banner-area .content-part .section-header form button.lab-btn span {
  display: inline-block;
}

.banner-section.style-6.crypto .banner-area .section-wrapper .banner-thumb img {
  animation: lab_round_glob 20s linear infinite;
}

.banner-section.style-6.crypto .banner-area .bfl-content {
  transform: translateY(110px);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .banner-section.style-6.crypto .banner-area .bfl-content {
    transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .banner-section.style-6.crypto .banner-area .bfl-content {
    transform: translateY(50px);
    text-align: center;
  }
}

.banner-section.style-6.crypto .banner-area .bfl-content h4 {
  color: #fff;
}

.banner-section.style-6.crypto .banner-area .bfr-contents {
  transform: translateY(110px);
  justify-content: space-around;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .banner-section.style-6.crypto .banner-area .bfr-contents {
    transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .banner-section.style-6.crypto .banner-area .bfr-contents {
    transform: translateY(50px);
  }
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item:nth-child(2) .bfr-inner .bfr-content p.bfr-range {
  color: #00bf8d;
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item:nth-child(3) .bfr-inner .bfr-content p.bfr-range {
  color: #ffef3b;
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item:nth-child(4) .bfr-inner .bfr-content p.bfr-range {
  color: #ff8bd5;
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item .bfr-inner {
  padding: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item .bfr-inner {
    padding: 20px;
  }
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item .bfr-inner .bfr-content p {
  color: #fff;
  margin-bottom: 0;
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item .bfr-inner .bfr-content p.bfr-name {
  margin-bottom: 10px;
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item .bfr-inner .bfr-content p.bfr-rate {
  font-size: 18px;
}

.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item .bfr-inner .bfr-content p.bfr-range {
  color: #f37399;
  font-size: 18px;
}

.banner-section.seo-banner {
  background-image: linear-gradient(to right bottom, #1a00ff, #2010d8, #2416b2, #25188d, #231769);
}

@media (max-width: 767px) {
  .banner-section.seo-banner .section-wrapper .banner-thumb .thumb-shape {
    display: none;
  }
}

.banner-section.seo-banner .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-1 {
  bottom: 0%;
  right: 0px;
  animation: lab_zoomin 3s linear infinite;
}

.banner-section.seo-banner .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-2 {
  bottom: 150px;
  left: 20%;
  animation: lab_run_top_y 5s linear infinite;
}

.banner-section.seo-banner .section-wrapper .banner-thumb .thumb-shape .th-shape.th-shape-3 {
  animation: lab_zoomin 5s linear infinite;
  bottom: 75px;
  right: 200px;
}

/* @@@@@@@@@@@@@  Service Section Start Here  @@@@@@@@@@@@@@ */
.service-section .section-wrapper {
  justify-content: center;
}

@media (min-width: 576px) {
  .service-section .section-wrapper {
    margin: 0 -15px;
  }
}

.service-section .section-wrapper .lab-item:nth-child(2) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(8) .lab-inner::after {
  background: linear-gradient(to left, #00e9f0, #009bfe);
}

.service-section .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb,
.service-section .section-wrapper .lab-item:nth-child(8) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #00e9f0, #009bfe);
  box-shadow: 0 10px 10px rgba(0, 255, 254, 0.1);
}

.service-section .section-wrapper .lab-item:nth-child(3) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(9) .lab-inner::after {
  background: linear-gradient(to left, #7ed500, #00bf8d);
}

.service-section .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb,
.service-section .section-wrapper .lab-item:nth-child(9) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #7ed500, #00bf8d);
  box-shadow: 0 10px 10px rgba(107, 210, 21, 0.1);
}

.service-section .section-wrapper .lab-item:nth-child(4) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(10) .lab-inner::after {
  background: linear-gradient(to left, #ff9472, #f2709c);
}

.service-section .section-wrapper .lab-item:nth-child(4) .lab-inner .lab-thumb,
.service-section .section-wrapper .lab-item:nth-child(10) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #ff9472, #f2709c);
  box-shadow: 0 10px 10px rgba(255, 148, 114, 0.1);
}

.service-section .section-wrapper .lab-item:nth-child(5) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(11) .lab-inner::after {
  background: linear-gradient(to left, #fd77b4, #ffbae7);
}

.service-section .section-wrapper .lab-item:nth-child(5) .lab-inner .lab-thumb,
.service-section .section-wrapper .lab-item:nth-child(11) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #fd77b4, #ffbae7);
  box-shadow: 0 10px 10px rgba(253, 119, 180, 0.1);
}

.service-section .section-wrapper .lab-item:nth-child(6) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(12) .lab-inner::after {
  background: linear-gradient(to left, #d17fff, #9982ff);
}

.service-section .section-wrapper .lab-item:nth-child(6) .lab-inner .lab-thumb,
.service-section .section-wrapper .lab-item:nth-child(12) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #d17fff, #9982ff);
  box-shadow: 0 10px 10px rgba(208, 125, 255, 0.1);
}

.service-section .section-wrapper .lab-item .lab-inner:hover {
  transform: translateY(-10px);
}

.service-section.style-2.seo .section-wrapper {
  margin: 0 -15px;
}

.service-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb {
  border-radius: 2px;
}

.service-section.style-3 .section-wrapper {
  margin: 0 -15px;
}

.service-section.style-3 .section-wrapper .lab-item-2 .lab-inner:hover .lab-abs-thumb {
  animation-play-state: paused;
}

.service-section.style-3 .section-wrapper .lab-item-2 .lab-inner:hover .lab-thumb {
  animation: lab_zoominout 2s linear infinite;
}

.service-section.style-4 {
  background: #fbfcff;
  /* child css */
}

.service-section.style-4 .lab-item:nth-child(2) .lab-inner,
.service-section.style-4 .lab-item:nth-child(8) .lab-inner {
  background: linear-gradient(to top, #ff4f58, #ffb400);
}

.service-section.style-4 .lab-item:nth-child(3) .lab-inner,
.service-section.style-4 .lab-item:nth-child(9) .lab-inner {
  background: linear-gradient(to top, #01cbad, #47a1f2);
}

.service-section.style-4 .lab-item:nth-child(4) .lab-inner,
.service-section.style-4 .lab-item:nth-child(10) .lab-inner {
  background: linear-gradient(to top, #e85aca, #fc4e65);
}

.service-section.style-4 .lab-item:nth-child(5) .lab-inner,
.service-section.style-4 .lab-item:nth-child(11) .lab-inner {
  background: linear-gradient(to top, #5f51b5, #ce62fd);
}

.service-section.style-4 .lab-item:nth-child(6) .lab-inner,
.service-section.style-4 .lab-item:nth-child(12) .lab-inner {
  background: linear-gradient(to top, #ff6593, #b85cff);
}

.service-section.style-4 .lab-item .lab-inner {
  padding: 30px;
  background: linear-gradient(to top, #23cc88, #8ecf35);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .service-section.style-4 .lab-item .lab-inner {
    padding: 55px 45px;
  }
}

.service-section.style-4 .lab-item .lab-inner:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.service-section.style-4 .lab-item .lab-inner::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/images/service/vpn/shape.png);
  background-repeat: no-repeat;
}

.service-section.style-4 .lab-item .lab-inner .lab-content h4,
.service-section.style-4 .lab-item .lab-inner .lab-content p {
  color: #fff;
  text-align: center;
}

.service-section.style-4 .lab-item:nth-child(1) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(2) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(3) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(4) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(5) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(6) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(7) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(8) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(9) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(10) .lab-inner::after {
  display: none;
}

.service-section.style-4 .lab-item:nth-child(1) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(2) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(3) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(4) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(5) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(6) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(7) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(8) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(9) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(10) .lab-inner .lab-thumb {
  background: transparent;
  box-shadow: none;
  width: 100%;
  height: 100%;
  line-height: 100%;
}

.service-section.style-5 {
  background: #fffef9;
  /* child css */
}

.service-section.style-5 .lab-item {
  width: 100%;
}

@media (min-width: 576px) {
  .service-section.style-5 .lab-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .service-section.style-5 .lab-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 1200px) {
  .service-section.style-5 .lab-item {
    width: calc(100% / 4);
  }
}

.service-section.style-5 .lab-item .lab-inner {
  padding: 48px 45px;
  box-shadow: 0 4px 4px rgba(58, 58, 58, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.service-section.style-5 .lab-item .lab-inner:hover {
  box-shadow: 0 0px 10px rgba(58, 58, 58, 0.1);
  transform: translateY(-5px);
}

.service-section.style-5 .lab-item .lab-inner .lab-thumb {
  margin-bottom: 30px;
}

.service-section.style-5 .lab-item:nth-child(1) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner::after {
  display: none;
}

.service-section.style-5 .lab-item:nth-child(1) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner:hover .lab-thumb {
  background: transparent;
}

.service-section.style-5 .lab-item:nth-child(1) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner .lab-thumb {
  background: transparent;
  box-shadow: none;
  width: 100%;
  height: 100%;
  line-height: 100%;
}

.service-section.style-5 .lab-item:nth-child(1) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner .lab-content h6 {
  text-align: center;
  text-transform: uppercase;
}

.service-section.style-6 {
  z-index: 1;
}

.service-section.style-6 .section-wrapper .lab-item .lab-inner {
  background: #fff;
  text-align: center;
}

@media (min-width: 1200px) {
  .service-section.style-6 .section-wrapper .lab-item .lab-inner {
    padding: 70px 40px;
    text-align: left;
  }
}

.service-section.style-6 .section-wrapper .lab-item .lab-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.service-section.style-6 .section-wrapper .lab-item .lab-inner:hover::after {
  display: none;
}

.service-section.style-6 .section-wrapper .lab-item .lab-inner .lab-thumb {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 1199px) {
  .service-section.style-6 .section-wrapper .lab-item .lab-inner .lab-thumb {
    margin: 0 auto 20px;
  }
}

.service-section.style-7 .section-header h2,
.service-section.style-7 .section-header p {
  color: #fff;
}

@media (min-width: 992px) {
  .service-section.style-7 .section-header p {
    max-width: 650px;
    margin: auto;
  }
}

.service-section.style-7 .section-wrapper {
  margin: -15px;
}

.service-section.style-7 .section-wrapper .lab-item-2 {
  width: calc(100% / 1);
}

@media (min-width: 768px) {
  .service-section.style-7 .section-wrapper .lab-item-2 {
    width: calc(100% / 2);
  }
}

.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner {
  padding: 30px;
  align-items: center;
  text-align: center;
  background: #fff !important;
}

@media (min-width: 1200px) {
  .service-section.style-7 .section-wrapper .lab-item-2 .lab-inner {
    text-align: left;
    padding: 10px;
  }
}

.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-thumb {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-thumb {
    width: 40%;
  }
}

.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-content {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-content {
    width: 60%;
    padding: 20px;
  }
}

.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-content h2 {
  margin-bottom: 5px;
  color: #db4eff;
}

@media (min-width: 1200px) {
  .service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-content h2 {
    font-size: 48px;
  }
}

.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-content h4 {
  margin-bottom: 15px;
  color: #db4eff;
}

.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-content p {
  color: #696969;
}

.service-section.style-7.crypto-bg .section-wrapper .lab-item-2:last-child .lab-inner .lab-content h2,
.service-section.style-7.crypto-bg .section-wrapper .lab-item-2:last-child .lab-inner .lab-content h4 {
  color: #591aff;
}

.service-section.style-8 .section-header {
  z-index: 1;
}

.service-section.style-8 .section-header h2,
.service-section.style-8 .section-header p {
  color: #fff;
}

.service-section.style-8 .section-wrapper {
  z-index: 1;
  margin: 0;
}

.service-section.style-8 .section-wrapper .abs-thumb {
  animation: lab_zoominout 5s linear infinite;
}

@media (max-width: 991px) {
  .service-section.style-8 .section-wrapper .abs-thumb {
    display: none;
  }
}

.service-section.style-8 .section-wrapper .service-content {
  width: 100%;
}

.service-section.style-8 .section-wrapper .service-content .abs-items {
  margin: 0;
  justify-content: space-between;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li {
  margin-bottom: 25px;
  width: calc(100% / 1);
}

@media (min-width: 768px) {
  .service-section.style-8 .section-wrapper .service-content .abs-items li {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(even) .abs-item {
    margin-left: auto;
  }
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(2) .abs-item .left::after,
.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(2) .abs-item .left::before {
  background: #00bf8d;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(2) .abs-item .left .lb-thumb {
  background: linear-gradient(to top, #00e9f0, #009bfe);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(3) .abs-item .left::after,
.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(3) .abs-item .left::before {
  background: #009cfe;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(3) .abs-item .left .lb-thumb {
  background: linear-gradient(to top, #7ed500, #00bf8d);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(4) .abs-item .left::after,
.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(4) .abs-item .left::before {
  background: #f37497;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(4) .abs-item .left .lb-thumb {
  background: linear-gradient(to top, #ff9472, #f2709c);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(5) .abs-item .left::after,
.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(5) .abs-item .left::before {
  background: #fd7ab6;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(5) .abs-item .left .lb-thumb {
  background: linear-gradient(to top, #fd77b4, #ffbae7);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(6) .abs-item .left::after,
.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(6) .abs-item .left::before {
  background: #a681ff;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li:nth-child(6) .abs-item .left .lb-thumb {
  background: linear-gradient(to top, #d17fff, #9982ff);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item {
  max-width: 350px;
  text-align: left;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item {
    margin: auto;
  }
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .left {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transform: translateY(15px);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .left::after,
.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .left::before {
  background: #c077f8;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .left::after {
  width: 72px;
  height: 72px;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .left::before {
  width: 60px;
  height: 60px;
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .left .lb-thumb {
  z-index: 1;
  border-radius: 100%;
  background: linear-gradient(to top, #f9769d, #bb6df7);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .right {
  margin-right: 0;
  width: calc(100% - 80px);
}

.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .right h4,
.service-section.style-8 .section-wrapper .service-content .abs-items li .abs-item .right p {
  color: #fff;
}

.service-single .section-wrapper .left-item {
  width: 100%;
  padding: 0 15px;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .service-single .section-wrapper .left-item {
    width: calc(33%);
    margin-top: 0;
  }
}

.service-single .section-wrapper .left-item h3 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 10px;
}

.service-single .section-wrapper .left-item .service-tab {
  margin-bottom: 50px;
}

.service-single .section-wrapper .left-item .service-tab ul {
  margin: 0;
}

.service-single .section-wrapper .left-item .service-tab ul.tab-menu li {
  padding: 20px 25px;
  border: 1px solid #ebebeb;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-bottom: none;
}

.service-single .section-wrapper .left-item .service-tab ul.tab-menu li:hover {
  background: #ebebeb;
}

.service-single .section-wrapper .left-item .service-tab ul.tab-menu li.active {
  color: #fff;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  border-color: #ffb400;
}

.service-single .section-wrapper .left-item .service-tab ul.tab-menu li:first-child {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}

.service-single .section-wrapper .left-item .service-tab ul.tab-menu li:last-child {
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  border-bottom: 1px solid #ebebeb;
}

.service-single .section-wrapper .left-item .need-help,
.service-single .section-wrapper .left-item .brochure {
  padding: 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ebebeb;
}

@media (min-width: 1440px) {

  .service-single .section-wrapper .left-item .need-help,
  .service-single .section-wrapper .left-item .brochure {
    padding: 30px;
  }
}

.service-single .section-wrapper .left-item .brochure {
  margin-bottom: 50px;
}

.service-single .section-wrapper .left-item .brochure p {
  margin-bottom: 25px;
}

.service-single .section-wrapper .left-item .brochure .lab-btn {
  padding: 12px 26px;
  font-size: 14px;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.service-single .section-wrapper .left-item .need-help ul {
  margin: 0;
}

.service-single .section-wrapper .left-item .need-help ul li {
  justify-content: flex-start;
  color: #696969;
  line-height: 24px;
  padding: 8px 0;
  list-style: none;
}

.service-single .section-wrapper .left-item .need-help ul li span {
  font-weight: 500;
  margin-right: 5px;
  color: #000000;
}

.service-single .section-wrapper .right-item {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .service-single .section-wrapper .right-item .tab-cont {
    padding-bottom: 30px;
  }
}

.service-single .section-wrapper .right-item .tab-cont .tab-pane {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.service-single .section-wrapper .right-item .post-thumb {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .service-single .section-wrapper .right-item .post-thumb {
    margin-bottom: 25px;
  }
}

.service-single .section-wrapper .right-item img {
  display: block;
}

@media (min-width: 992px) {
  .service-single .section-wrapper .right-item {
    width: calc(100% - 33%);
  }
}

.service-single .section-wrapper .right-item p {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .service-single .section-wrapper .right-item .post-item {
    flex-direction: row-reverse;
    margin: -15px;
  }

  .service-single .section-wrapper .right-item .post-item .post-thumb,
  .service-single .section-wrapper .right-item .post-item .post-content {
    padding: 15px;
  }

  .service-single .section-wrapper .right-item .post-item .post-thumb {
    width: 44%;
  }

  .service-single .section-wrapper .right-item .post-item .post-content {
    width: 56%;
  }

  .service-single .section-wrapper .right-item .post-item .post-content h5 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .service-single .section-wrapper .right-item .post-item .post-thumb {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .service-single .section-wrapper .right-item .post-item .post-thumb .thumb {
    margin-bottom: 30px;
  }
}

.service-single .section-wrapper .right-item .post-item .post-thumb .ser-sing-items {
  padding: 0 20px;
}

.service-single .section-wrapper .right-item .post-item .post-thumb .item p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #8a94a6;
}

.service-single .section-wrapper .right-item .post-item .post-thumb .item h5 {
  margin: 0;
  color: #405089;
  font-size: 22px;
  font-family: roboto;
}

/* @@@@@@@@@@@@@  About Section Start Here  @@@@@@@@@@@@@@ */
.about-section .section-header {
  max-width: 100%;
}

.about-section .section-header h2 {
  color: #fff;
}

.about-section .section-header h2:first-child {
  margin-bottom: 15px;
}

.about-section .section-header p {
  color: #fff;
}

.about-section .section-header.style-2 ul {
  margin: 30px 0 40px;
}

.about-section .section-header.style-2 .lab-btn {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .about-section .section-wrapper {
    margin-bottom: 40px;
  }
}

.about-section .section-wrapper .lab-thumb {
  text-align: center;
}

@media (min-width: 1200px) {
  .about-section .section-wrapper .lab-thumb img {
    max-width: none;
  }
}

.about-section.style-2 .section-wrapper {
  justify-content: center;
}

@media (min-width: 576px) {
  .about-section.style-2 .section-wrapper {
    margin: -15px -15px 0;
  }
}

.about-section.style-2 .section-wrapper .lab-item .lab-inner {
  padding: 50px 30px;
}

@media (min-width: 768px) {
  .about-section.style-2 .section-wrapper .lab-item .lab-inner {
    padding: 70px 40px;
  }
}

.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb {
  border-radius: 100%;
  margin: auto;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 2px #fcd5e1;
}

.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb .pluse_1::after,
.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb .pluse_1::before,
.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb .pluse_2::after,
.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb .pluse_2::before {
  background: linear-gradient(to top, #f9769d, #bb6df7);
}

.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-content {
  text-align: center;
}

.about-section.style-2 .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #fd77b4, #ffbae7);
}

.about-section.style-2 .section-wrapper .lab-item:nth-child(2) .lab-inner:hover::after {
  background: linear-gradient(to left, #fd77b4, #ffbae7);
}

.about-section.style-2 .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #d17fff, #9982ff);
}

.about-section.style-2 .section-wrapper .lab-item:nth-child(3) .lab-inner:hover::after {
  background: linear-gradient(to left, #d17fff, #9982ff);
}

.about-section.style-3 .section-wrapper .about-thumb {
  text-align: center;
}

@media (min-width: 576px) {
  .about-section.style-3 .section-wrapper .about-thumb {
    animation: lab_zoomin 5s linear infinite;
  }
}

.about-section.style-3 .section-wrapper .lab-item .lab-inner:hover .lab-thumb::after,
.about-section.style-3 .section-wrapper .lab-item .lab-inner:hover .lab-thumb::before {
  -webkit-animation: circle-2 1.05s infinite;
  -moz-animation: circle-2 1.05s infinite;
  -ms-animation: circle-2 1.05s infinite;
  -o-animation: circle-2 1.05s infinite;
  animation: circle-2 1.05s infinite;
}

.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::before {
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  background-color: #bb6df7;
}

.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::after {
  width: 105px;
  height: 105px;
  opacity: 0.09;
}

.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::before {
  width: 92px;
  height: 92px;
  opacity: 0.2;
}

.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb img {
  z-index: 1;
}

.about-section.style-3 .section-header::after {
  display: none;
}

.about-section.style-3 .section-header h2 {
  color: #000000;
  margin-bottom: 20px;
}

.about-section.style-3 .section-header p {
  color: #696969;
  margin-bottom: 50px;
}

.about-section.style-3 .section-header ul {
  margin: -5px;
}

.about-section.style-3 .section-header ul li {
  padding: 20px;
  margin: 5px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.about-section.style-3.crypto-bg .section-header h2,
.about-section.style-3.crypto-bg .section-header p {
  color: #fff;
}

@media (min-width: 992px) {
  .about-section.style-3.crypto-bg .section-header p {
    max-width: 650px;
    margin: auto;
  }
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  background: #0d006f;
  z-index: 1;
}

@media (min-width: 768px) {
  .about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner {
    padding: 70px 40px 60px;
  }
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner:hover,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner.active {
  transform: translateY(0px);
  background: #fff;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner:hover .lab-content h4,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner:hover .lab-content a,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner.active .lab-content h4,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner.active .lab-content a {
  color: #000000;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner:hover .lab-content p,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner.active .lab-content p {
  color: #696969;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner::after {
  display: none;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner .lab-thumb {
  background: linear-gradient(to top, #f9769d, #bb6df7);
  box-shadow: none;
  text-align: center;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner .lab-content h4,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner .lab-content p,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner .lab-content a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner .lab-content .text-btn {
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner .lab-content .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner .lab-content .text-btn i {
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #00e9f0, #009bfe);
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb::after,
.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb::before {
  background: #45a3b1;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #7ed500, #00bf8d);
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb::after,
.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb::before {
  background: #60c53f;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(4) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #ff9472, #f2709c);
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(4) .lab-inner .lab-thumb::after,
.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(4) .lab-inner .lab-thumb::before {
  background: #ff9472;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(5) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #fd77b4, #ffbae7);
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(5) .lab-inner .lab-thumb::after,
.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(5) .lab-inner .lab-thumb::before {
  background: #fd77b4;
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(6) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #d17fff, #9982ff);
}

.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(6) .lab-inner .lab-thumb::after,
.about-section.style-3.crypto-bg .section-wrapper .lab-item:nth-child(6) .lab-inner .lab-thumb::before {
  background: #d17fff;
}

@media (min-width: 1200px) {
  .about-section.style-4 .section-header {
    max-width: 69%;
  }
}

.about-section.style-4 .section-wrapper .lab-item .lab-inner {
  box-shadow: none;
}

.about-section.style-4 .section-wrapper .lab-item .lab-inner:hover,
.about-section.style-4 .section-wrapper .lab-item .lab-inner.active {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.about-section.style-4 .section-wrapper .lab-item .lab-inner::after {
  display: none;
}

.about-section.style-4 .section-wrapper .lab-item .lab-inner.active:hover {
  transform: translateY(0px);
  box-shadow: none;
}

.about-section.style-4 .section-wrapper .lab-item .lab-inner .lab-thumb {
  background: linear-gradient(to top, #ff4f58, #ffb400);
}

.about-section.style-4 .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #e85aca, #fc4e65);
}

.about-section.style-4 .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb {
  background: linear-gradient(to top, #5f51b5, #ce62fd);
}

.about-section.style-5 .section-header h2 {
  color: #000000;
}

@media (min-width: 992px) {
  .about-section.style-5 .section-header h2 {
    margin-bottom: 20px;
  }
}

.about-section.style-5 .section-header p {
  color: #696969;
}

@media (min-width: 992px) {
  .about-section.style-5 .section-header p {
    max-width: 650px;
    margin: 0 auto;
  }
}

.about-section.style-5 .section-wrapper {
  justify-content: center;
}

@media (min-width: 576px) {
  .about-section.style-5 .section-wrapper {
    margin: 0 -15px;
  }
}

.about-section.style-5 .section-wrapper .lab-item .lab-inner {
  padding: 50px 30px;
}

@media (min-width: 768px) {
  .about-section.style-5 .section-wrapper .lab-item .lab-inner {
    padding: 50px;
  }
}

.about-section.style-5 .section-wrapper .lab-item .lab-inner:hover {
  transform: translateY(-10px);
}

.about-section.style-5 .section-wrapper .lab-item .lab-inner .lab-thumb {
  width: 100%;
  height: 100%;
  line-height: 100%;
  margin-bottom: 30px;
  background: transparent !important;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.about-section.style-5 .section-wrapper .lab-item .lab-inner .lab-content {
  text-align: center;
}

.about-section.style-6 .abl-part .about-thumb {
  text-align: center;
}

@media (min-width: 992px) {
  .about-section.style-6 .abl-part .about-thumb {
    animation: lab_zoomin 5s linear infinite;
    text-align: left;
  }
}

.about-section.style-6 .abl-part .about-contents {
  align-items: center;
}

.about-section.style-6 .abl-part .about-contents .ab-item:last-child .ab-inner .ab-content h2 {
  color: #00bf8d;
}

.about-section.style-6 .abl-part .about-contents .ab-item .ab-inner {
  padding: 20px;
}

.about-section.style-6 .abl-part .about-contents .ab-item .ab-inner .ab-content h2 {
  color: #f37399;
}

.about-section.style-6 .abl-part .about-contents .ab-item .ab-inner .ab-content p {
  color: #c9cfff;
}

.about-section.style-6 .abr-part .section-header {
  margin-bottom: 60px;
}

.about-section.style-6 .abr-part .section-header::after {
  display: none;
}

.about-section.style-6 .abr-part .section-header h2,
.about-section.style-6 .abr-part .section-header p {
  color: #fff;
}

.about-section.style-6 .abr-part .section-header h2 {
  margin-bottom: 15px;
}

.about-section.style-6 .abr-part .section-header .btn-group {
  display: block;
  margin-top: 30px;
}

.about-section.style-6 .abr-part .section-header .btn-group a {
  margin-right: 10px;
  background: linear-gradient(to right, #fd77b4, #ffbae7);
  box-shadow: 0 10px 10px rgba(253, 119, 180, 0.2);
}

.about-section.style-6 .abr-part .section-header .btn-group a:last-child {
  background: linear-gradient(to right, #7ed500, #00bf8d);
  box-shadow: 0 10px 10px rgba(107, 210, 21, 0.1);
}

.about-section.style-6 .abr-part .section-wrapper h4 {
  color: #fff;
}

.about-section.style-6 .abr-part .section-wrapper ul {
  margin: 0;
}

.about-section.style-6 .abr-part .section-wrapper ul li {
  padding: 10px 0;
}

@media (min-width: 992px) {
  .about-section.style-7 .flex-row-reverse .abl-part .about-thumb {
    animation: lab_zoomin 9s linear infinite;
  }
}

.about-section.style-7 .abl-part .about-thumb {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .about-section.style-7 .abl-part .about-thumb {
    text-align: left;
    margin-bottom: 0;
    animation: lab_zoomin 7s linear infinite;
  }
}

.about-section.style-7 .abr-part .section-header {
  margin-bottom: 60px;
}

.about-section.style-7 .abr-part .section-header::after {
  display: none;
}

.about-section.style-7 .abr-part .section-header .abs-lab-thumb {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 1;
  margin-bottom: 50px;
  background: #00ac5a;
  border-radius: 100%;
}

.about-section.style-7 .abr-part .section-header .abs-lab-thumb .pluse_1::after,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb .pluse_1::before,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb .pluse_2::after,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb .pluse_2::before {
  background: #00ac5a;
}

.about-section.style-7 .abr-part .section-header .abs-lab-thumb.pink {
  background: #f47ca0;
}

.about-section.style-7 .abr-part .section-header .abs-lab-thumb.pink .pluse_1::after,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.pink .pluse_1::before,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.pink .pluse_2::after,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.pink .pluse_2::before {
  background: #f47ca0;
}

.about-section.style-7 .abr-part .section-header .abs-lab-thumb.green {
  background: #00e2f1;
}

.about-section.style-7 .abr-part .section-header .abs-lab-thumb.green .pluse_1::after,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.green .pluse_1::before,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.green .pluse_2::after,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.green .pluse_2::before {
  background: #00e2f1;
}

.about-section.style-7 .abr-part .section-header h2,
.about-section.style-7 .abr-part .section-header p {
  color: #fff;
}

.about-section.style-7 .abr-part .section-header h2 {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .about-section.style-7 .abr-part .section-header h2 {
    font-size: 30px;
  }
}

.about-section.style-7 .abr-part .section-header ul {
  margin: 20px 0 0;
}

.about-section.style-7 .abr-part .section-header ul li {
  padding: 10px 0;
}

.about-section.seo-about {
  background-image: linear-gradient(to right bottom, #1a00ff, #2010d8, #2416b2, #25188d, #231769);
}

.about-section.seo-about .line.line_1 {
  left: 6%;
  top: 25%;
}

.about-section.seo-about .line.line_2 {
  left: 3%;
  top: 70%;
}

.about-section.seo-about .line.line_3 {
  left: 15%;
  top: 50%;
}

.about-section.seo-about .line.line_4 {
  left: 35%;
  top: 5%;
}

.about-section.seo-about .line.line_5 {
  left: 38%;
  top: 58%;
}

.about-section.seo-about .line.line_6 {
  left: 20%;
  top: 90%;
}

.about-section.erp-about .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb::after,
.about-section.erp-about .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb::before,
.about-section.crypto-about .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb::after,
.about-section.crypto-about .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb::before {
  background-color: #d0b9dc;
}

.about-section.erp-about .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb::after,
.about-section.erp-about .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb::before,
.about-section.crypto-about .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb::after,
.about-section.crypto-about .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb::before {
  background-color: #c384fc;
}

.about-section.erp-about .section-wrapper .lab-item .lab-inner:hover .lab-thumb::after,
.about-section.erp-about .section-wrapper .lab-item .lab-inner:hover .lab-thumb::before,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner:hover .lab-thumb::after,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner:hover .lab-thumb::before {
  -webkit-animation: circle-2 1.05s infinite;
  -moz-animation: circle-2 1.05s infinite;
  -ms-animation: circle-2 1.05s infinite;
  -o-animation: circle-2 1.05s infinite;
  animation: circle-2 1.05s infinite;
}

.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb {
  box-shadow: none;
}

.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb::before,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb::before {
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ce70d9;
}

.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb::after {
  width: 110px;
  height: 110px;
  opacity: 0.09;
}

.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb::before,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb::before {
  width: 95px;
  height: 95px;
  opacity: 0.2;
}

.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb img,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb img {
  z-index: 1;
}

/* @@@@@@@@@@@@@  SEO Analysis Section Start Here  @@@@@@@@@@@@@@ */
.seo-analysis-section {
  background-image: linear-gradient(to right bottom, #1a00ff, #2010d8, #2416b2, #25188d, #231769);
}

.seo-analysis-section .round-shape {
  right: auto;
}

@media (min-width: 1200px) {
  .seo-analysis-section .round-shape {
    left: -15%;
  }
}

@media (min-width: 1440px) {
  .seo-analysis-section .round-shape {
    left: 0;
  }
}

.seo-analysis-section .section-wrapper .analysis-from {
  max-width: 100%;
  margin-left: auto;
  z-index: 1;
  background: #fff;
  margin-bottom: 50px;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .seo-analysis-section .section-wrapper .analysis-from {
    margin-bottom: 15px;
    margin-right: 20px;
    max-width: 410px;
  }
}

.seo-analysis-section .section-wrapper .analysis-from .lab-abs-thumb {
  left: -60%;
  bottom: -31%;
}

@media (max-width: 1023px) {
  .seo-analysis-section .section-wrapper .analysis-from .lab-abs-thumb {
    display: none;
  }
}

.seo-analysis-section .section-wrapper .analysis-from::after {
  left: 0;
  top: -5px;
  width: 100%;
  height: 5px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to right, #ffab8b, #fd4372);
}

.seo-analysis-section .section-wrapper .analysis-from .analysis-head {
  border-bottom: 1px solid #ecf0f3;
}

.seo-analysis-section .section-wrapper .analysis-from .analysis-head h4 {
  margin: 0;
}

.seo-analysis-section .section-wrapper .analysis-from .analysis-body form {
  padding: 10px 0;
}

.seo-analysis-section .section-wrapper .analysis-from .analysis-head,
.seo-analysis-section .section-wrapper .analysis-from .analysis-body {
  padding: 15px;
}

@media (min-width: 576px) {

  .seo-analysis-section .section-wrapper .analysis-from .analysis-head,
  .seo-analysis-section .section-wrapper .analysis-from .analysis-body {
    padding: 15px 35px;
  }
}

@media (min-width: 992px) {
  .seo-analysis-section .section-wrapper .section-header.style-2 {
    padding-left: 15px;
  }
}

.seo-analysis-section .section-wrapper .section-header.style-2 h2,
.seo-analysis-section .section-wrapper .section-header.style-2 p {
  color: #fff;
}

.seo-analysis-section .section-wrapper .section-header.style-2 ul {
  padding-top: 20px;
}

.seo-analysis-section .section-wrapper .section-header.style-2 .codex-shape .line.line_5 {
  top: -15%;
}

.seo-analysis-section .section-wrapper .section-header.style-2 .codex-shape .line.line_6 {
  top: 100%;
}

/* @@@@@@@@@@@@@  Recent Case Section Start Here  @@@@@@@@@@@@@@ */
.recent-case .section-wrapper {
  justify-content: center;
  margin: -15px;
}

.recent-case .section-wrapper .lab-item-3 .lab-inner {
  background: #fff;
}

.recent-case .lab-btn {
  margin-top: 60px;
  margin-bottom: 7px;
}

/* @@@@@@@@@@@@@  Pricing Table Section Start Here  @@@@@@@@@@@@@@ */
.pricing-table .section-header h2,
.pricing-table .section-header p {
  color: #fff;
}

.pricing-table .section-wrapper {
  justify-content: center;
  margin: 0 -15px;
}

.pricing-table.style-2 .section-header h2 {
  color: #000000;
}

.pricing-table.style-2 .section-header p {
  color: #696969;
}

.pricing-table.style-2 .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price h2 {
  background: linear-gradient(to bottom, #7ed500, #00bf8d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-table.style-2 .section-wrapper .pricing-item:nth-child(3) .pricing-inner::after {
  background: linear-gradient(to right, #00e9f0, #009bfe);
}

.pricing-table.style-2 .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price h2 {
  background: linear-gradient(to bottom, #00e9f0, #009bfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-table.style-2 .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price-list ul li::after {
  color: #00e9f0;
}

.pricing-table.style-2 .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price-btn .lab-btn {
  background: linear-gradient(to right, #00e9f0, #009bfe);
}

.pricing-table.style-2 .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price-btn .lab-btn::after {
  background: linear-gradient(to left, #00e9f0, #009bfe);
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner {
  text-align: left;
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner .pricing-body .price {
  background: transparent;
  box-shadow: none;
  border-top: 1px solid #ecf0f3;
  border-radius: 0;
  margin-bottom: 0;
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner .pricing-body .price::after {
  display: none;
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner .pricing-body .price h2 {
  background: linear-gradient(to bottom, #f9769d, #bb6df7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner .pricing-body .price h2::after {
  background: #696969;
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner .pricing-body .price p {
  color: #696969;
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner .pricing-body .price-list {
  padding: 0;
}

.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner .pricing-body .price-btn {
  justify-content: flex-start;
}

.pricing-table.vpn {
  background: #fbfcff;
}

.pricing-table.vpn .section-header h2 {
  color: #000000;
}

.pricing-table.vpn .section-header p {
  color: #696969;
}

.pricing-table.marketing {
  position: relative;
  z-index: 1;
}

.pricing-table.marketing .section-header h2 {
  color: #000000;
}

.pricing-table.marketing .section-header p {
  color: #696969;
}

.pricing-table.marketing .section-wrapper {
  margin: 0 -15px 50px;
}

@media (max-width: 767px) {
  .pricing-table.marketing .section-wrapper .pricing-item {
    width: 100%;
  }
}

.pricing-table.marketing .section-wrapper .pricing-item::after {
  width: calc(100% - 30px);
  height: calc(100% - 50px);
  bottom: 15px;
  left: 15px;
  z-index: -1;
  display: none;
  background: linear-gradient(to top, #23cc88, #8ecf35);
}

@media (min-width: 768px) {
  .pricing-table.marketing .section-wrapper .pricing-item::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pricing-table.marketing .section-wrapper .pricing-item::after {
    bottom: -35px;
  }
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(2)::after {
  background: linear-gradient(to top, #ff4f58, #ffb400);
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price h2 {
  color: #ff6148;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price h2::after {
  background: #ff6148;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price p {
  color: #ff6148;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price-list ul li::after {
  color: #ff6148;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price-btn .lab-btn {
  background: #ff6148;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(3)::after {
  background: linear-gradient(to top, #5f51b5, #ce62fd);
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price h2 {
  color: #c961f9;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price h2::after {
  background: #c961f9;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price p {
  color: #c961f9;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price-list ul li::after {
  color: #c961f9;
}

.pricing-table.marketing .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price-btn .lab-btn {
  background: #5f51b5;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner {
  text-align: left;
  box-shadow: 0 0 10px rgba(10, 35, 82, 0.1);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .pricing-table.marketing .section-wrapper .pricing-item .pricing-inner {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pricing-table.marketing .section-wrapper .pricing-item .pricing-inner {
    margin-right: 55px;
  }
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner::after {
  display: none;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner:hover {
  transform: translateY(110px) translateX(40px);
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-head {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-head h4 {
    font-size: 30px;
  }
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price {
  background: transparent;
  box-shadow: none;
  border-top: none;
  border-radius: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price {
    text-align: center;
  }
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price::after {
  display: none;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price h2 {
  color: #8ecf35;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price h2::after {
  background: #8ecf35;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price p {
  color: #8ecf35;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price-list {
  padding: 0;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price-list ul li::after {
  color: #8ecf35;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price-btn {
  justify-content: center;
}

.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner .pricing-body .price-btn .lab-btn {
  background: #3bcd76;
}

.pricing-table.shopapp {
  background: #fffefa;
}

.pricing-table.shopapp .section-header h2 {
  color: #000000;
}

.pricing-table.shopapp .section-header p {
  color: #696969;
}

@media (min-width: 992px) {
  .pricing-table.shopapp .section-header p {
    max-width: 650px;
    margin: 0 auto;
  }
}

.pricing-table.shopapp .section-wrapper {
  margin: 0 -15px;
}

.pricing-table.shopapp .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price {
  background: linear-gradient(to right, #5f51b5, #ce62fd);
}

.pricing-table.shopapp .section-wrapper .pricing-item:nth-child(2) .pricing-inner .pricing-body .price-btn .lab-btn {
  background: #5f51b5;
}

.pricing-table.shopapp .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price {
  background: linear-gradient(to right, #ff4f58, #ffb400);
}

.pricing-table.shopapp .section-wrapper .pricing-item:nth-child(3) .pricing-inner .pricing-body .price-btn .lab-btn {
  background: #ff594f;
}

.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner {
  padding: 30px 0 50px;
  box-shadow: 0 0 10px rgba(10, 35, 82, 0.1);
}

.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner::after {
  display: none;
}

@media (min-width: 576px) {
  .pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner .pricing-head h4 {
    font-size: 30px;
  }
}

.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner .pricing-body .price {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 24px 0;
  box-shadow: none;
  background: linear-gradient(to right, #e85aca, #fc4e65);
}

.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner .pricing-body .price-list ul li {
  padding-left: 0;
  justify-content: center;
}

.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner .pricing-body .price-list ul li::after {
  display: none;
}

.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner .pricing-body .price-btn .lab-btn {
  background: #ec58b7;
}

.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner .pricing-body .price-btn .lab-btn::after {
  display: none;
}

/* @@@@@@@@@@@@@  Blog Section Start Here  @@@@@@@@@@@@@@ */
.blog-section {
  background: #fffbf8;
}

.blog-section .section-wrapper .left {
  margin: -15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-section .section-wrapper .left {
    margin-bottom: 0;
  }
}

.blog-section .section-wrapper .left .post-item .post-item-inner {
  margin: 15px;
}

.blog-section .section-wrapper .left .post-item .post-item-inner .post-content .entry-meta .date {
  margin-bottom: 15px;
}

.blog-section .section-wrapper .left .post-item .post-item-inner .post-content .lab-btn {
  margin-top: 15px;
}

.blog-section .section-wrapper .right {
  justify-content: center;
  margin: -15px;
}

.blog-section .section-wrapper .right .post-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .blog-section .section-wrapper .right .post-item {
    width: calc(100% / 2);
  }
}

.blog-section .section-wrapper .right .post-item .post-item-inner {
  margin: 15px;
}

.blog-section .section-wrapper .right .post-item .post-item-inner .post-content {
  padding: 25px 20px;
}

.blog-section .section-wrapper .right .post-item .post-item-inner .post-content h6 {
  font-size: 18px;
}

.blog-section.erp .section-wrapper .post-item {
  margin-bottom: 40px;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner:hover {
  transform: scale(1);
}

.blog-section.erp .section-wrapper .post-item .post-item-inner:hover .post-thumb img {
  transform: scale(1.1) rotate(5deg);
}

.blog-section.erp .section-wrapper .post-item .post-item-inner:hover .post-content h5 a {
  color: #fd4372;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner::after {
  display: none;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb::after {
  width: 100%;
  height: 25%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(208, 117, 186, 0.86));
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb .author-comment {
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  left: 0;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a {
  color: #fff;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a.comments {
  font-size: 14px;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a.comments i {
  margin-right: 8px;
  color: #fff;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a img {
  width: auto;
  max-width: 100%;
  margin-right: 10px;
  transform: scale(1) rotate(0deg);
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-content {
  padding: 30px;
}

.blog-section.erp .section-wrapper .post-item .post-item-inner .post-content .entry-meta .date {
  margin-bottom: 0px;
}

.blog-section.erp .section-wrapper .text-center .lab-btn {
  margin-bottom: 10px;
}

.blog-section.marketing,
.blog-section.blog-page {
  background: #fff;
}

.blog-section.marketing .section-wrapper .post-item,
.blog-section.blog-page .section-wrapper .post-item {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 15px;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner:hover,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner:hover {
  transform: scale(1);
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner:hover .post-thumb a img,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner:hover .post-thumb a img {
  transform: scale(1.06);
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-thumb img,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content {
  padding: 20px;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content h4 a:hover,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content h4 a:hover {
  color: #fd4372;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn {
  font-weight: 700;
  color: #000000;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover {
  color: #fd4372;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover i,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
  color: #fd4372;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn i,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .text-btn i {
  opacity: 0;
  margin-left: -15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments i,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments i {
  font-size: 24px;
  color: #b2b2b2;
}

.blog-section.marketing .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .post-footer .comments span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -8px;
  left: 50%;
  font-size: 12px;
  text-align: center;
  background: #fd4372;
  color: #fff;
  transform: translateX(-50%);
  display: inline-block;
}

.blog-section.crypto .section-header h2,
.blog-section.crypto .section-header p {
  color: #fff;
}

.blog-section.crypto .section-wrapper .post-item {
  margin-bottom: 40px;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner:hover {
  transform: scale(1);
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner:hover .post-thumb img {
  transform: scale(1.1) rotate(5deg);
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner::after {
  display: none;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb::after {
  width: 100%;
  height: 25%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(208, 117, 186, 0.86));
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb .author-comment {
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  left: 0;
  align-items: center;
  z-index: 1;
  justify-content: space-between;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a {
  color: #fff;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a.comments {
  font-size: 14px;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a.comments i {
  margin-right: 8px;
  color: #fff;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb .author-comment a img {
  width: auto;
  max-width: 100%;
  margin-right: 10px;
  transform: scale(1) rotate(0deg);
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-content {
  padding: 30px;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-content h5 a:hover {
  color: #fd4372;
}

.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-content .entry-meta .date {
  margin-bottom: 0px;
}

.blog-section.crypto .section-wrapper .lab-btn {
  background: linear-gradient(to right, #fd77b4, #ffbae7);
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .blog-section.crypto .section-wrapper .lab-btn {
    width: 200px;
  }
}

.blog-section.blog-page {
  background: #fff;
}

.blog-section.blog-page .section-wrapper {
  margin-bottom: -15px;
}

.blog-section.blog-page .section-wrapper .post-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content h4 a:hover {
  color: #ff5455;
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .author-date a:hover {
  color: #ff5455;
}

.blog-section.blog-page .section-wrapper .post-item .post-item-inner .post-content .lab-btn {
  text-transform: uppercase;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.blog-section.blog-page .section-wrapper .paginations {
  margin-bottom: 25px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-thumb img {
  width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content {
  padding: 50px 30px;
  background: #fff;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content h4 {
  margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .meta-post {
  margin-bottom: 15px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .meta-post ul li a i {
  padding-right: 5px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .meta-post ul li a.admin {
  padding-right: 20px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content p,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content img,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content iframe {
  margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content iframe {
  width: 100%;
  height: 370px;
  border: none;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote {
  color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote::before {
  width: 40px;
  height: 40px;
  color: #fff;
  content: "\efcd";
  font-size: 30px;
  font-family: IcoFont !important;
}

@media (max-width: 767px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote::before {
    display: none;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote p {
    padding-left: 60px;
    font-size: 18px;
    line-height: 30px;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote cite {
  display: block;
  text-align: right;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content blockquote cite a {
  color: #fff;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content img {
  width: 100%;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section {
  justify-content: space-between;
  align-items: center;
  margin: 40px -30px -25px;
  padding: 23px 30px 0;
  border-top: 1px solid #ecf0f3;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags {
  margin: 0;
  width: calc(100% / 1);
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li {
  margin: 5px;
  padding: 0;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li:first-child {
    margin-left: 0;
  }
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li a {
  padding: 5px 18px;
  border: 1px solid #ecf0f3;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li a:hover,
.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .tags li a .active {
  background: #fd4372;
  color: #fff;
  border-color: #fd4372;
}

.blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .scocial-media {
  margin-bottom: 0;
  text-align: center;
  width: calc(100% / 1);
  margin-top: 20px;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .scocial-media {
    text-align: right;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .post-item .post-item-inner .post-content .tags-section .scocial-media {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .title-border {
  font-size: 20px;
  color: #000f3a;
  margin: 0 0 28px 0;
  padding: 20px 30px;
  border-bottom: 1px solid #ecf0f3;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .title-border {
    padding: 20px 30px;
  }
}

.blog-section.blog-single .section-wrapper .navigations-part {
  justify-content: space-between;
  padding: 25px;
  margin: 30px 0;
}

.blog-section.blog-single .section-wrapper .navigations-part .left {
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .left {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .right {
  text-align: right;
  margin: 0;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .navigations-part .right {
    width: calc(100% / 2);
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .left .title,
.blog-section.blog-single .section-wrapper .navigations-part .right .title {
  color: #696969;
}

.blog-section.blog-single .section-wrapper .navigations-part .left .title:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .title .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .title:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .title .active {
  color: #fd4372;
}

@media (min-width: 768px) {

  .blog-section.blog-single .section-wrapper .navigations-part .left .title,
  .blog-section.blog-single .section-wrapper .navigations-part .right .title {
    max-width: 90%;
  }
}

.blog-section.blog-single .section-wrapper .navigations-part .left .next,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev,
.blog-section.blog-single .section-wrapper .navigations-part .right .next,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev {
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.blog-section.blog-single .section-wrapper .navigations-part .left .next:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .next .active,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev:hover,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .next:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .next .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev:hover,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev .active {
  color: #fd4372;
}

.blog-section.blog-single .section-wrapper .authors {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  margin: 30px 0;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .authors {
    justify-content: center;
  }
}

.blog-section.blog-single .section-wrapper .authors .author-thumb {
  width: 160px;
  text-align: center;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-thumb a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.blog-section.blog-single .section-wrapper .authors .author-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .authors .author-content {
    width: calc(100% - 170px);
    margin-top: 0;
    text-align: left;
  }
}

.blog-section.blog-single .section-wrapper .authors .author-content h6 {
  margin-bottom: 5px;
}

.blog-section.blog-single .section-wrapper .authors .author-content p {
  margin-bottom: 10px;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media {
  margin-bottom: 0;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.facebook {
  color: #3b5998;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.twitter {
  color: #55acee;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.linkedin {
  color: #007bb5;
}

.blog-section.blog-single .section-wrapper .authors .author-content .scocial-media a.vimeo {
  color: #3b5998;
}

.blog-section.blog-single .section-wrapper .comments {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.blog-section.blog-single .section-wrapper .comments .comment-list {
  margin: 0;
  padding: 20px;
}

@media (min-width: 992px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list {
    padding: 20px 30px;
  }
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list {
    margin: 0;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment {
  justify-content: space-between;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-thumb {
    height: 80px;
    width: 80px;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  width: calc(100% - 100px);
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content {
    width: 100%;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content:last-child {
  border-bottom: none;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 {
  margin: 0;
  font-size: 18px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
  color: #fd4372;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .com-title-meta span {
  font-size: 16px;
  color: #696969;
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply {
    margin-bottom: 10px;
    display: inline-block;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
  color: #fd4372;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content p {
  margin-bottom: 0;
  line-height: 24px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
  padding-right: 0;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list {
    padding: 0px;
  }
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}

.blog-section.blog-single .section-wrapper .comments .comment-list .comment .comment-list .comment:last-child {
  border: none;
  padding-bottom: 0px;
}

.blog-section.blog-single .section-wrapper .comment-respond {
  margin: 30px 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
  padding: 10px 30px 40px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form {
  justify-content: space-between;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"] {
  color: #696969;
  padding: 10px 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"] {
    width: calc(100% / 2 - 15px);
  }
}

@media (min-width: 768px) {
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input[type="text"]:nth-child(3) {
    width: 100% !important;
  }
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form input,
.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  background: #f1f6fa;
  border: none;
  outline: none;
  margin-bottom: 20px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form textarea {
  padding: 15px;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent {
  width: 100%;
  display: flex;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent input {
  margin-right: 10px;
  width: auto;
  margin-bottom: 0;
  transform: translateY(5px);
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form p.comment-form-cookies-consent label {
  margin-bottom: 0;
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn {
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn span {
  font-weight: 500;
}

.blog-section.blog-single article {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-section.blog-single article {
    margin-bottom: 0;
  }
}

.widget {
  padding: 25px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-header {
  padding: 25px 25px 0;
  border-bottom: 1px solid #ecf0f3;
}

.widget .widget-header h5 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 15px;
}

.widget .widget-wrapper {
  margin: 0;
  padding: 15px 0;
}

.widget .widget-wrapper li {
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
  padding: 25px;
}

.widget .widget-wrapper li:last-child {
  border-bottom: none;
}

.widget.widget-search {
  background: #fff;
}

@media (max-width: 991px) {
  .widget.widget-search {
    margin-top: 30px;
  }
}

.widget.widget-search .search-wrapper input {
  background: #f6fbff;
  height: 50px;
  padding-left: 10px;
  line-height: 50px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  outline: none;
}

.widget.widget-search .search-wrapper button {
  padding: 0;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background: #f6fbff;
}

.widget.widget-archive,
.widget.widget-category {
  padding: 0;
}

.widget.widget-archive .widget-wrapper li,
.widget.widget-category .widget-wrapper li {
  padding: 0;
}

.widget.widget-archive .widget-wrapper li a,
.widget.widget-category .widget-wrapper li a {
  color: #000000;
  padding: 15px 25px;
}

.widget.widget-archive .widget-wrapper li a i,
.widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
}

.widget.widget-archive .widget-wrapper li a.active,
.widget.widget-archive .widget-wrapper li a:hover,
.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
  padding-left: 30px;
  color: #ff5455;
}

.widget.widget-post {
  padding: 0;
}

.widget.widget-post ul.widget-wrapper {
  padding: 0;
}

@media (min-width: 576px) {
  .widget.widget-post ul.widget-wrapper li {
    flex-direction: row-reverse;
  }
}

.widget.widget-post ul.widget-wrapper li .post-thumb {
  width: 90px;
  height: 80px;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a {
  display: inline-flex;
  height: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img {
  width: 100%;
}

.widget.widget-post ul.widget-wrapper li .post-content {
  width: calc(100% - 110px);
}

.widget.widget-post ul.widget-wrapper li .post-content a h6 {
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.widget-post ul.widget-wrapper li .post-content a h6:hover {
  color: #ff5455;
}

.widget.widget-post ul.widget-wrapper li .post-content p {
  margin: 0;
}

.widget.widget-instagram {
  padding: 0;
}

.widget.widget-instagram ul.widget-wrapper {
  padding: 25px 20px;
}

.widget.widget-instagram ul.widget-wrapper li {
  width: Calc(100% / 3);
  padding: 0;
  border: none;
}

.widget.widget-instagram ul.widget-wrapper li a {
  margin: 5px;
}

.widget.widget-tags {
  padding: 0;
}

.widget.widget-tags ul.widget-wrapper {
  padding: 20px;
  justify-content: center;
}

.widget.widget-tags ul.widget-wrapper li {
  border: none;
  padding: 0;
}

.widget.widget-tags ul.widget-wrapper li a {
  padding: 3px 10px;
  color: #372f25;
  border: 1px solid #ecf0f3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px;
  font-size: 14px;
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  color: #fff;
  border-color: #fff;
}

.widget.recipe-categori {
  padding: 0;
}

.widget.recipe-categori .widget-wrapper {
  padding: 25px 15px;
}

.widget.recipe-categori .widget-wrapper .recipe-item {
  border: 1px dotted #ecf0f3;
  border-width: 1px;
  border-top: none;
  border-right: none;
  margin: 5px;
}

.widget.shop-widget {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-top: 35px;
  padding: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu {
  margin: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu li {
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
  padding: 12px 15px;
}

.widget.shop-widget .widget-wrapper .shop-menu li:last-child {
  border-bottom: none;
}

.widget.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children {
  margin-right: 0;
}

.widget.shop-widget .widget-wrapper .shop-menu li.open>a {
  color: #fd4372;
}

.widget.shop-widget .widget-wrapper .shop-menu li a {
  display: block;
  font-weight: 500;
  color: #000000;
  width: 100%;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  margin: 0;
  padding-left: 15px;
  padding-top: 5px;
  display: none;
  width: 100%;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
  padding: 2px 0;
  border-bottom: none;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open>a {
  color: #fd4372;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
  color: #fd4372;
}

.widget.letest-product {
  margin-top: 35px;
  padding: 0;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.widget.letest-product .widget-wrapper ul {
  margin: 0;
}

.widget.letest-product .widget-wrapper ul li {
  padding: 15px;
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
}

.widget.letest-product .widget-wrapper ul li:last-child {
  border-bottom: none;
}

.widget.letest-product .widget-wrapper ul li:hover .product-thumb img {
  transform: scale(1.1);
}

.widget.letest-product .widget-wrapper ul li:hover .product-content h6 a {
  color: #fd4372;
}

.widget.letest-product .widget-wrapper ul li .product-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.letest-product .widget-wrapper ul li .product-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
}

.widget.letest-product .widget-wrapper ul li .product-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.letest-product .widget-wrapper ul li .product-content {
  padding-left: 15px;
  width: calc(100% - 70px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.letest-product .widget-wrapper ul li .product-content {
    width: 100%;
    margin-bottom: 15px;
  }
}

.widget.letest-product .widget-wrapper ul li .product-content h6 {
  margin: 0;
}

.widget.letest-product .widget-wrapper ul li .product-content h6 a {
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget.letest-product .widget-wrapper ul li .product-content p {
  margin-bottom: 0;
}

.widget.letest-product .widget-wrapper ul li .product-content p i {
  font-size: 12px;
  color: #e9ba17;
}

.widget.letest-product .widget-wrapper ul li .product-content p span {
  font-size: 14px;
}

/* @@@@@@@@@@@@@  Clients Section Start Here  @@@@@@@@@@@@@@ */
.clints-section .section-wrapper {
  height: 400px;
  background: url(../../assets/images/client/bg.png) no-repeat;
  background-position: center;
}

@media (max-width: 575px) {
  .clints-section .section-wrapper .clients .client-list {
    position: static !important;
    margin: 15px;
  }
}

@media (max-width: 575px) {
  .clints-section .section-wrapper .clients .client-list.active .client-content {
    opacity: 1;
    visibility: visible;
  }
}

.clints-section .section-wrapper .clients .client-list:hover .client-content {
  opacity: 1;
  visibility: visible;
}

.clints-section .section-wrapper .clients .client-list:hover .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:hover .client-thumb::before {
  -webkit-animation: circle-2 1.05s infinite;
  -moz-animation: circle-2 1.05s infinite;
  -ms-animation: circle-2 1.05s infinite;
  -o-animation: circle-2 1.05s infinite;
  animation: circle-2 1.05s infinite;
}

@media (min-width: 768px) {

  .clints-section .section-wrapper .clients .client-list:nth-child(1) .client-content,
  .clints-section .section-wrapper .clients .client-list:nth-child(2) .client-content {
    top: 50px;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .clints-section .section-wrapper .clients .client-list:nth-child(1) .client-content::after,
  .clints-section .section-wrapper .clients .client-list:nth-child(2) .client-content::after {
    top: -15px;
    bottom: auto;
    left: 25px;
    right: auto;
  }
}

@media (min-width: 768px) {

  .clints-section .section-wrapper .clients .client-list:nth-child(3) .client-content,
  .clints-section .section-wrapper .clients .client-list:nth-child(7) .client-content {
    top: 0px;
    bottom: auto;
    right: 50px;
  }

  .clints-section .section-wrapper .clients .client-list:nth-child(3) .client-content::after,
  .clints-section .section-wrapper .clients .client-list:nth-child(7) .client-content::after {
    top: 0;
    bottom: auto;
    right: -12px;
    left: auto;
  }
}

@media (min-width: 768px) {
  .clints-section .section-wrapper .clients .client-list:nth-child(4) .client-content {
    left: 0;
    right: auto;
  }

  .clints-section .section-wrapper .clients .client-list:nth-child(4) .client-content::after {
    left: 25px;
    right: auto;
  }
}

.clints-section .section-wrapper .clients .client-list:nth-child(1) {
  top: 70px;
  left: 20%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(2) {
  top: 40px;
  left: 40%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(2) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(2) .client-thumb::before {
  background: #7256df;
}

.clints-section .section-wrapper .clients .client-list:nth-child(3) {
  top: 115px;
  left: 60%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(3) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(3) .client-thumb::before {
  background: #eb59d5;
}

.clints-section .section-wrapper .clients .client-list:nth-child(4) {
  top: 265px;
  left: 35%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(4) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(4) .client-thumb::before {
  background: #37d87b;
}

.clints-section .section-wrapper .clients .client-list:nth-child(5) {
  top: 210px;
  left: 50%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(5) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(5) .client-thumb::before {
  background: #fe7855;
}

.clints-section .section-wrapper .clients .client-list:nth-child(6) {
  top: 288px;
  left: 70%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(6) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(6) .client-thumb::before {
  background: #ffc313;
}

.clints-section .section-wrapper .clients .client-list:nth-child(7) {
  top: 75px;
  left: 75%;
  left: 70%;
}

.clints-section .section-wrapper .clients .client-list:nth-child(7) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(7) .client-thumb::before {
  background: #26aeea;
}

.clints-section .section-wrapper .clients .client-list .client-thumb {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

.clints-section .section-wrapper .clients .client-list .client-thumb::after,
.clints-section .section-wrapper .clients .client-list .client-thumb::before {
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0ca5f1;
}

.clints-section .section-wrapper .clients .client-list .client-thumb::after {
  width: 55px;
  height: 55px;
  opacity: 0.09;
}

.clints-section .section-wrapper .clients .client-list .client-thumb::before {
  width: 45px;
  height: 45px;
  opacity: 0.2;
}

.clints-section .section-wrapper .clients .client-list .client-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}

.clints-section .section-wrapper .clients .client-list .client-content {
  opacity: 0;
  visibility: hidden;
  width: 200px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(136, 136, 136, 0.2);
  bottom: 50%;
  right: 50%;
  z-index: 3;
  transform: translate(50%, 50%);
}

@media (max-width: 575px) {
  .clints-section .section-wrapper .clients .client-list .client-content {
    width: 250px;
    right: 40%;
  }
}

@media (min-width: 768px) {
  .clints-section .section-wrapper .clients .client-list .client-content {
    width: 370px;
    bottom: 50px;
    right: -30px;
    transform: translate(0%, 0%);
  }
}

.clints-section .section-wrapper .clients .client-list .client-content:after {
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 25px;
  background: #fff;
  transform: rotate(45deg) translateY(10px);
}

@media (max-width: 767px) {
  .clints-section .section-wrapper .clients .client-list .client-content:after {
    display: none;
  }
}

.clints-section .section-wrapper .clients .client-list .client-content p {
  margin-bottom: 10px;
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info {
  justify-content: space-between;
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi h6 {
  display: inline-block;
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span {
  color: #696969;
  margin-left: 10px;
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span::after {
  top: 50%;
  left: -6px;
  width: 5px;
  height: 1px;
  background: #696969;
  transform: translateY(-50%);
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul {
  margin-bottom: 0 !important;
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul li {
  color: #e9ba17;
  margin: 1px;
}

.clints-section.bg-color {
  background-color: #fefff1;
}

/* @@@@@@@@@@@@@  Sponsor Section Start Here  @@@@@@@@@@@@@@ */
.sponsor-section {
  padding-top: 0;
}

.sponsor-section .section-wrapper {
  padding-top: 70px;
  border-top: 1px solid #ecf0f3;
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb {
  justify-content: center;
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb a img,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb a img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb:hover a img,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb:hover a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sponsor-section.style-2 {
  padding-top: 110px;
}

.sponsor-section.style-2 .section-wrapper {
  padding-top: 0;
  border-top: none;
}

.sponsor-section.style-2 .section-wrapper .sponsor-list {
  justify-content: center;
}

.sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
  text-align: center;
  padding: 30px 0;
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 768px) {
  .sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 1200px) {
  .sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
    width: calc(100% / 5);
  }
}

.sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item .sponsor-thumb a img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item .sponsor-thumb:hover a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sponsor-section.crypto-bg .section-wrapper {
  border-top: none;
}

.sponsor-section.pos-page .section-wrapper {
  border: none;
}

/* @@@@@@@@@@@@@  Newsletter Section Start Here  @@@@@@@@@@@@@@ */
.news-letter {
  padding: 60px 0;
  background: linear-gradient(to right, #f9769d, #bb6df7);
}

.news-letter .section-wrapper {
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .news-letter .section-wrapper {
    justify-content: space-between;
    text-align: left;
  }
}

.news-letter .section-wrapper .news-title {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .news-letter .section-wrapper .news-title {
    width: 40%;
    margin-bottom: 0;
  }
}

.news-letter .section-wrapper .news-title h2 {
  color: #fff;
  margin: 0;
}

.news-letter .section-wrapper .news-form {
  width: 100%;
}

@media (min-width: 1200px) {
  .news-letter .section-wrapper .news-form {
    width: calc(100% - 40%);
  }
}

.news-letter .section-wrapper .news-form form .nf-list {
  width: 100%;
}

.news-letter .section-wrapper .news-form form .nf-list::after {
  content: "\efb4";
  width: 30px;
  height: 30px;
  top: 18px;
  left: 10px;
  text-align: center;
  font-size: 24px;
  color: #f676a2;
  font-family: IcoFont !important;
}

@media (min-width: 576px) {
  .news-letter .section-wrapper .news-form form .nf-list::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.news-letter .section-wrapper .news-form form .nf-list input {
  margin-bottom: 0;
}

.news-letter .section-wrapper .news-form form .nf-list input[type="email"] {
  padding: 20px;
  padding-left: 50px;
}

@media (min-width: 576px) {
  .news-letter .section-wrapper .news-form form .nf-list input[type="email"] {
    padding-right: 170px;
  }
}

.news-letter .section-wrapper .news-form form .nf-list input[type="submit"] {
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  width: 162px;
  height: 54px;
  border: none;
  outline: none;
  color: #fd4372;
  margin-top: 20px;
  background: #fff;
}

@media (min-width: 576px) {
  .news-letter .section-wrapper .news-form form .nf-list input[type="submit"] {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    margin-top: 0;
    color: #fff;
    background: linear-gradient(to right, #f9769d, #bb6df7);
  }
}

/* @@@@@@@@@@@@@  Transportation Section Start Here  @@@@@@@@@@@@@@ */
.transportation-section {
  background: #fffbf8;
}

.transportation-section .section-wrapper .left {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .transportation-section .section-wrapper .left {
    margin-bottom: 0;
  }
}

.transportation-section .section-wrapper .left .section-header::after {
  display: none;
}

.transportation-section .section-wrapper .left .section-header h2:first-child {
  margin-bottom: 10px;
}

.transportation-section .section-wrapper .left .section-header ul {
  margin: 0;
  align-items: center;
}

.transportation-section .section-wrapper .left .section-header ul li {
  align-items: center;
  width: 100%;
}

@media (min-width: 576px) {
  .transportation-section .section-wrapper .left .section-header ul li {
    width: calc(100% / 2);
  }
}

.transportation-section .section-wrapper .left .section-header ul li .thumb {
  width: 23px;
  margin-right: 10px;
}

.transportation-section .section-wrapper .left .section-header ul li .content {
  width: calc(100% - 35px);
}

.transportation-section .section-wrapper .left .section-header ul li .content p {
  margin-bottom: 0;
}

.transportation-section .section-wrapper .right {
  height: 430px;
  background: url(../../assets/images/transport/bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.transportation-section .section-wrapper .right .lab-line {
  cursor: pointer;
  display: none;
}

.transportation-section .section-wrapper .right .lab-line span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
}

.transportation-section .section-wrapper .right .lab-line span::after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.transportation-section .section-wrapper .right .lab-line .lab-tooltip {
  bottom: 0;
  left: 40%;
  width: 150px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 10px;
  z-index: 4;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  -webkit-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.transportation-section .section-wrapper .right .lab-line .lab-tooltip::after {
  width: 19px;
  height: 19px;
  background: #fff;
  bottom: -12px;
  left: 50%;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  z-index: -1;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.transportation-section .section-wrapper .right .lab-line .lab-tooltip::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.transportation-section .section-wrapper .right .lab-line .lab-tooltip p {
  margin-bottom: 0;
  color: #000000;
  z-index: 1;
}

.transportation-section .section-wrapper .right .lab-line:hover .lab-tooltip {
  visibility: visible;
  opacity: 1;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(1) {
  top: 20%;
  left: 2%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(1) span {
  background: #bb6df7;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(1) span::after {
  animation: lab_transport 1.5s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(2) {
  top: 7%;
  left: 20%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(2) span {
  background: #009bfe;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(2) span::after {
  animation: lab_transport1 1s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(3) {
  top: 7%;
  left: 40%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(3) span {
  background: #00bf8d;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(3) span::after {
  animation: lab_transport2 2.5s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(4) {
  top: 37%;
  left: 20%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(4) span {
  background: #f37399;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(4) span::after {
  animation: lab_transport3 1s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(5) {
  top: 70%;
  left: 30%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(5) span {
  background: #f37399;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(5) span::after {
  animation: lab_transport4 3s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(6) {
  top: 20%;
  left: 90%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(6) span {
  background: #009bfe;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(6) span::after {
  animation: lab_transport1 2s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(7) {
  top: 25%;
  left: 65%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(7) span {
  background: #f37399;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(7) span::after {
  animation: lab_transport4 2.5s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(8) {
  top: 75%;
  left: 82%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(8) span {
  background: #00bf8d;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(8) span::after {
  animation: lab_transport2 2s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(9) {
  top: 50%;
  left: 50%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(9) span {
  background: #bb6df7;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(9) span::after {
  animation: lab_transport 4s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(10) {
  top: 80%;
  left: 53%;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(10) span {
  background: #009bfe;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(10) span::after {
  animation: lab_transport1 3s infinite;
}

.transportation-section .section-wrapper .right .lab-line:nth-child(1),
.transportation-section .section-wrapper .right .lab-line:nth-child(2),
.transportation-section .section-wrapper .right .lab-line:nth-child(3),
.transportation-section .section-wrapper .right .lab-line:nth-child(4),
.transportation-section .section-wrapper .right .lab-line:nth-child(5),
.transportation-section .section-wrapper .right .lab-line:nth-child(6),
.transportation-section .section-wrapper .right .lab-line:nth-child(7),
.transportation-section .section-wrapper .right .lab-line:nth-child(8),
.transportation-section .section-wrapper .right .lab-line:nth-child(9),
.transportation-section .section-wrapper .right .lab-line:nth-child(10) {
  display: block;
}

.transportation-section.style-2 {
  background: #fff;
}

/* @@@@@@@@@@@@@  Doming Check Section Start Here  @@@@@@@@@@@@@@ */
.doming-section .section-wrapper form {
  max-width: 770px;
  height: 80px;
  border: 5px solid #fff;
  margin: auto;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
}

.doming-section .section-wrapper form::after {
  width: 1px;
  height: 80px;
  background: #ecf0f3;
  top: -5px;
  right: 50px;
}

@media (min-width: 576px) {
  .doming-section .section-wrapper form::after {
    right: 80px;
  }
}

.doming-section .section-wrapper form .lab-selectoption {
  z-index: 1;
  background: linear-gradient(to right, #f9769d, #bb6df7);
}

.doming-section .section-wrapper form .lab-selectoption::after,
.doming-section .section-wrapper form .lab-selectoption::before {
  right: 20px;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: -1;
}

@media (max-width: 575px) {

  .doming-section .section-wrapper form .lab-selectoption::after,
  .doming-section .section-wrapper form .lab-selectoption::before {
    display: none;
  }
}

.doming-section .section-wrapper form .lab-selectoption::after {
  top: 56%;
  transform: translateY(-50%) rotate(180deg);
}

.doming-section .section-wrapper form .lab-selectoption::before {
  top: 44%;
}

.doming-section .section-wrapper form select {
  width: 200px;
  text-align: center;
  padding: 0 35px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}

@media (max-width: 575px) {
  .doming-section .section-wrapper form select {
    width: 50px;
    padding: 0 3px;
  }
}

.doming-section .section-wrapper form select option {
  background: #f9769d;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
}

.doming-section .section-wrapper form input {
  width: calc(100% - 280px);
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .doming-section .section-wrapper form input {
    width: calc(100% - 100px);
  }
}

.doming-section .section-wrapper form button {
  width: 80px;
  background: #fff;
  cursor: pointer;
}

@media (max-width: 575px) {
  .doming-section .section-wrapper form button {
    width: 50px;
  }
}

.doming-section .section-wrapper form button i {
  font-size: 20px;
}

@media (min-width: 576px) {
  .doming-section .section-wrapper form button i {
    font-size: 30px;
  }
}

.doming-section .section-wrapper form select,
.doming-section .section-wrapper form input,
.doming-section .section-wrapper form button {
  height: 70px;
  border: none;
  outline: none;
}

.doming-section .section-wrapper ul {
  justify-content: center;
  max-width: 770px;
  margin: auto;
}

.doming-section .section-wrapper ul li {
  width: calc(100% / 2);
  justify-content: flex-start;
}

@media (min-width: 576px) {
  .doming-section .section-wrapper ul li {
    width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  .doming-section .section-wrapper ul li {
    width: calc(100% / 6);
  }
}

.doming-section .section-wrapper ul li:nth-child(2)::before {
  background: #009bfe;
}

.doming-section .section-wrapper ul li:nth-child(3)::before {
  background: #00bf8d;
}

.doming-section .section-wrapper ul li:nth-child(4)::before {
  background: #f37399;
}

.doming-section .section-wrapper ul li:nth-child(5)::before {
  background: #ffb8e5;
}

.doming-section .section-wrapper ul li::before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: #d17fff;
}

.doming-section .section-wrapper ul li span {
  margin: 0 5px 0 20px;
  font-weight: 700;
  color: #000000;
}

/* @@@@@@@@@@@@@  ERp Manager Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 992px) {
  .erp-manager .flex-row-reverse .lab-thumb {
    margin-right: -160px;
    margin-left: 0;
    transform: translateX(70px);
  }
}

@media (min-width: 1200px) {
  .erp-manager .flex-row-reverse .lab-thumb .abs-lab-thumb {
    left: 0;
  }
}

.erp-manager .flex-row-reverse .lab-content {
  padding: 0;
}

.erp-manager .lab-thumb {
  margin-bottom: 40px;
  box-shadow: 0 0 40px rgba(136, 136, 136, 0.2);
}

@media (min-width: 992px) {
  .erp-manager .lab-thumb {
    margin-bottom: 0;
    margin-left: -160px;
    transform: translateX(0);
  }
}

.erp-manager .lab-thumb .abs-lab-thumb {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  line-height: 80px;
  text-align: center;
  top: -40px;
  right: auto;
  left: 50%;
  background: #ffac28;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .erp-manager .lab-thumb .abs-lab-thumb {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.erp-manager .lab-thumb .abs-lab-thumb.pink {
  background: #f47ca0;
}

.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_1,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_2 {
  background: #fd77b4;
}

.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_1::after,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_1::before,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_2::after,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_2::before {
  background: #fd77b4;
}

.erp-manager .lab-thumb .abs-lab-thumb.green {
  background: #00ac5a;
}

.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_1,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_2 {
  background: #00ac5a;
}

.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_1::after,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_1::before,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_2::after,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_2::before {
  background: #00ac5a;
}

.erp-manager .lab-content {
  padding-right: 0;
}

@media (min-width: 992px) {
  .erp-manager .lab-content {
    padding-left: 70px;
  }
}

.erp-manager .lab-content h2 {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .erp-manager .lab-content h2 {
    margin-bottom: 22px;
  }
}

.erp-manager .lab-content ul {
  margin: 0;
  padding-top: 15px;
}

.erp-manager .lab-content ul li {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media (min-width: 576px) {
  .erp-manager .lab-content ul li {
    padding: 15px 30px;
  }
}

.erp-manager .lab-content ul li:first-child .accordion-list .left::after,
.erp-manager .lab-content ul li:first-child .accordion-list .left::before {
  background: #bb6df7;
}

.erp-manager .lab-content ul li .accordion-list {
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.erp-manager .lab-content ul li .accordion-list .left {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.erp-manager .lab-content ul li .accordion-list .left img {
  z-index: 1;
}

.erp-manager .lab-content ul li .accordion-list .right h6 {
  margin-bottom: 0;
  padding-left: 15px;
}

.erp-manager .lab-content ul li .accordion-answer {
  display: none;
}

.erp-manager .lab-content ul li .accordion-answer p {
  padding-top: 10px;
  margin-bottom: 0;
}

.erp-manager .lab-content .lab-btn {
  margin: 40px 0 10px;
  padding: 16px 46px;
}

.erp-manager.bgc-1 {
  background-image: linear-gradient(to left top, #faefed, #fef2ed, #fff6ed, #fffaed, #fffeef);
}

.erp-manager.bgc-2 {
  background-image: linear-gradient(to right bottom, #fcfcfc, #fafcff, #f5fdff, #f0fefe, #effff8);
}

/* @@@@@@@@@@@@@  Shopapp Manager Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 1200px) {
  .shopapp-manager .flex-row-reverse .lab-thumb {
    margin-right: -160px;
    margin-left: 0;
    transform: translateX(50px);
  }
}

.shopapp-manager .flex-row-reverse .lab-thumb .abs-lab-thumb {
  left: 0;
}

.shopapp-manager .flex-row-reverse .lab-content {
  padding: 0;
}

.shopapp-manager .lab-thumb {
  margin-bottom: 40px;
  box-shadow: 0 0 40px rgba(136, 136, 136, 0.2);
  background: #fff;
  text-align: center;
}

@media (min-width: 1200px) {
  .shopapp-manager .lab-thumb {
    margin-bottom: 0;
    margin-left: -160px;
    transform: translateX(0);
  }
}

.shopapp-manager .lab-content {
  padding-right: 0;
}

@media (min-width: 992px) {
  .shopapp-manager .lab-content {
    padding-left: 50px;
  }
}

.shopapp-manager .lab-content h2 {
  margin: -8px 0 15px;
}

@media (min-width: 576px) {
  .shopapp-manager .lab-content h2 {
    margin-bottom: 22px;
  }
}

.shopapp-manager .lab-content ul {
  margin: 0;
  padding-top: 15px;
}

.shopapp-manager .lab-content ul li {
  margin-bottom: 2px;
  justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shopapp-manager .lab-content ul li {
    flex-wrap: nowrap;
    align-items: baseline;
  }
}

@media (max-width: 575px) {
  .shopapp-manager .lab-content ul li {
    flex-wrap: nowrap;
    align-items: baseline;
  }
}

.shopapp-manager .lab-content ul li i {
  margin-right: 5px;
}

.shopapp-manager .lab-content .lab-btn {
  margin: 40px 0 7px;
  padding: 16px 46px;
  background: linear-gradient(to right, #fd2c8b, #996bfb);
}

.shopapp-manager.bgc-1 {
  background: #fcfcf8;
}

/* @@@@@@@@@@@@@  Author Level Section Start Here  @@@@@@@@@@@@@@ */
.author .section-wrapper .author-area {
  padding: 30px;
  margin-bottom: -20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url(../../assets/images/erp/manager/author/bg.jpg) no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  .author .section-wrapper .author-area {
    padding: 60px;
  }
}

.author .section-wrapper .author-area .lab-thumb {
  margin-bottom: 20px;
}

.author .section-wrapper .author-area .lab-content p {
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .author .section-wrapper .author-area .lab-content p {
    font-size: 30px;
    font-weight: 700;
    max-width: 750px;
    margin: 0 auto;
  }
}

/* @@@@@@@@@@@@@  Vpn Service Section Start Here  @@@@@@@@@@@@@@ */
.vpn-services {
  background: #fbfcff;
}

.vpn-services .section-wrapper {
  margin-bottom: 10px;
}

.vpn-services .section-wrapper .service-item {
  width: calc(100% / 1);
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .vpn-services .section-wrapper .service-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .vpn-services .section-wrapper .service-item {
    width: calc(100% / 4);
    margin-bottom: 0;
  }
}

.vpn-services .section-wrapper .service-item:nth-child(2) .service-inner .service-thumb::after {
  background: url(../../assets/images/service/vpn/shape/02.png);
}

.vpn-services .section-wrapper .service-item:nth-child(3) .service-inner .service-thumb::after {
  background: url(../../assets/images/service/vpn/shape/03.png);
}

@media (max-width: 575px) {
  .vpn-services .section-wrapper .service-item:last-child {
    margin-bottom: 0;
  }
}

.vpn-services .section-wrapper .service-item:last-child .service-inner .service-thumb::after {
  display: none;
}

.vpn-services .section-wrapper .service-item .service-inner:hover .service-thumb span {
  background: #fff;
  border-color: #23cc88;
  color: #23cc88;
}

.vpn-services .section-wrapper .service-item .service-inner .service-thumb {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 35px;
}

.vpn-services .section-wrapper .service-item .service-inner .service-thumb::after {
  display: none;
}

@media (min-width: 1200px) {
  .vpn-services .section-wrapper .service-item .service-inner .service-thumb::after {
    display: inherit;
    height: 28px;
    width: 90px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../assets/images/service/vpn/shape/01.png);
    background-repeat: no-repeat;
  }
}

.vpn-services .section-wrapper .service-item .service-inner .service-thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.vpn-services .section-wrapper .service-item .service-inner .service-thumb span {
  width: 60px;
  height: 60px;
  padding: 8px;
  line-height: 1;
  top: 0;
  right: 0;
  border-radius: 100%;
  color: #fff;
  text-transform: capitalize;
  border: 4px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(to top, #23cc88, #8ecf35);
}

.vpn-services .section-wrapper .service-item .service-inner .service-content {
  text-align: center;
}

.vpn-services .section-wrapper .service-item .service-inner .service-content h5 {
  margin-bottom: 0;
}

/* @@@@@@@@@@@@@  FAQ Section Start Here  @@@@@@@@@@@@@@ */
.faq-section .faq-left-part {
  margin-bottom: 15px;
}

.faq-section .faq-left-part .section-header {
  margin-bottom: 45px;
}

.faq-section .faq-left-part .section-header:after {
  display: none;
}

.faq-section .faq-left-part .section-header h2:first-child {
  margin-bottom: 0;
}

.faq-section .section-wrapper .accordion {
  margin: 0;
}

.faq-section .section-wrapper .accordion li {
  padding: 20px 30px;
  margin: 1px;
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}

.faq-section .section-wrapper .accordion li:nth-child(2) .accordion-list .right h6,
.faq-section .section-wrapper .accordion li:nth-child(8) .accordion-list .right h6 {
  color: #ff6347;
}

.faq-section .section-wrapper .accordion li:nth-child(2) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(2) .accordion-list .left .icon::before,
.faq-section .section-wrapper .accordion li:nth-child(8) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(8) .accordion-list .left .icon::before {
  background: #ff6347;
}

.faq-section .section-wrapper .accordion li:nth-child(3) .accordion-list .right h6,
.faq-section .section-wrapper .accordion li:nth-child(9) .accordion-list .right h6 {
  color: #01cbad;
}

.faq-section .section-wrapper .accordion li:nth-child(3) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(3) .accordion-list .left .icon::before,
.faq-section .section-wrapper .accordion li:nth-child(9) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(9) .accordion-list .left .icon::before {
  background: #01cbad;
}

.faq-section .section-wrapper .accordion li:nth-child(4) .accordion-list .right h6,
.faq-section .section-wrapper .accordion li:nth-child(10) .accordion-list .right h6 {
  color: #e85aca;
}

.faq-section .section-wrapper .accordion li:nth-child(4) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(4) .accordion-list .left .icon::before,
.faq-section .section-wrapper .accordion li:nth-child(10) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(10) .accordion-list .left .icon::before {
  background: #e85aca;
}

.faq-section .section-wrapper .accordion li:nth-child(5) .accordion-list .right h6,
.faq-section .section-wrapper .accordion li:nth-child(11) .accordion-list .right h6 {
  color: #5f51b5;
}

.faq-section .section-wrapper .accordion li:nth-child(5) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(5) .accordion-list .left .icon::before,
.faq-section .section-wrapper .accordion li:nth-child(11) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(11) .accordion-list .left .icon::before {
  background: #5f51b5;
}

.faq-section .section-wrapper .accordion li:nth-child(6) .accordion-list .right h6,
.faq-section .section-wrapper .accordion li:nth-child(12) .accordion-list .right h6 {
  color: #43a3ee;
}

.faq-section .section-wrapper .accordion li:nth-child(6) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(6) .accordion-list .left .icon::before,
.faq-section .section-wrapper .accordion li:nth-child(12) .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li:nth-child(12) .accordion-list .left .icon::before {
  background: #43a3ee;
}

.faq-section .section-wrapper .accordion li .accordion-list {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.faq-section .section-wrapper .accordion li .accordion-list.in .left .icon::before {
  display: none;
}

.faq-section .section-wrapper .accordion li .accordion-list .left {
  width: 40px;
  padding-right: 10px;
  text-align: center;
  background: transparent;
}

.faq-section .section-wrapper .accordion li .accordion-list .left::after,
.faq-section .section-wrapper .accordion li .accordion-list .left::before {
  display: none;
}

.faq-section .section-wrapper .accordion li .accordion-list .left .icon {
  width: 100%;
  height: 100%;
}

.faq-section .section-wrapper .accordion li .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon::before {
  background: #38cd78;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-section .section-wrapper .accordion li .accordion-list .left .icon::after {
  width: 20px;
  height: 2px;
}

.faq-section .section-wrapper .accordion li .accordion-list .left .icon::before {
  width: 2px;
  height: 20px;
}

.faq-section .section-wrapper .accordion li .accordion-list .right {
  width: calc(100% - 40px);
}

.faq-section .section-wrapper .accordion li .accordion-list .right h6 {
  margin: 0;
  color: #38cd78;
}

.faq-section .section-wrapper .accordion li .accordion-answer {
  display: none;
}

.faq-section .section-wrapper .accordion li .accordion-answer p {
  padding-top: 10px;
  margin-bottom: 0;
}

.faq-section .faq-right-part {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .faq-section .faq-right-part {
    margin-bottom: 0;
  }
}

.faq-section .faq-right-part .faq-thumb {
  text-align: center;
}

@media (min-width: 1200px) {
  .faq-section .faq-right-part .faq-thumb {
    margin-right: -30px;
    animation: lab_zoominout 15s linear infinite;
  }
}

.faq-section.shopapp .section-wrapper {
  margin-bottom: 15px;
}

.faq-section.shopapp .section-wrapper .accordion li .accordion-list .right h6 {
  color: #000000;
}

.faq-section.shopapp .section-wrapper .accordion li .accordion-list .right {
  width: calc(100% - 55px);
}

.faq-section.shopapp .section-wrapper .accordion li .accordion-list .left .icon::after,
.faq-section.shopapp .section-wrapper .accordion li .accordion-list .left .icon::before {
  background: #000000;
}

.faq-section.shopapp .section-wrapper .accordion li .accordion-list.in .left .icon::after {
  background: #fff;
}

.faq-section.shopapp .section-wrapper .accordion li .accordion-list.in .left {
  background: linear-gradient(to right, #fd2c8b, #996bfb);
}

.faq-section.shopapp .section-wrapper .accordion li .accordion-list .left {
  width: 36px;
  height: 36px;
  border: 1px solid #ecf0f3;
  text-align: center;
  padding-right: 0;
  margin-right: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #f9fafb;
}

/* @@@@@@@@@@@@@  Shopapp Apps Section Start Here  @@@@@@@@@@@@@@ */
.shopapp-apps {
  background: #f6fbff;
  padding: 60px 0;
}

.shopapp-apps .apps-thumb {
  text-align: center;
}

@media (min-width: 992px) {
  .shopapp-apps .apps-thumb {
    animation: lab_zoominout 5s linear infinite;
  }
}

@media (max-width: 991px) {
  .shopapp-apps .apps-content {
    padding-top: 40px;
  }
}

.shopapp-apps .apps-content .section-header {
  text-align: left;
  margin-bottom: 0;
  max-width: 100%;
}

.shopapp-apps .apps-content .section-header p {
  max-width: 510px;
  margin-left: 0;
}

.shopapp-apps .apps-content .section-header .shopapp-btn-group {
  align-items: center;
  margin-top: 40px;
}

.shopapp-apps .apps-content .section-header .shopapp-btn-group a {
  width: 230px;
  height: 70px;
  padding: 10px 20px;
  border-radius: 2px;
  margin-right: 15px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (min-width: 1200px) {
  .shopapp-apps .apps-content .section-header .shopapp-btn-group a {
    margin-bottom: 0;
  }
}

.shopapp-apps .apps-content .section-header .shopapp-btn-group a img {
  margin-right: 10px;
}

.shopapp-apps .apps-content .section-header .shopapp-btn-group a .app-download p {
  margin-bottom: 0;
  color: #696969;
}

.shopapp-apps .apps-content .section-header .shopapp-btn-group a .app-download span {
  display: block;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

/* @@@@@@@@@@@@@  App Section Start Here  @@@@@@@@@@@@@@ */
.app-section .app-b-p {
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .app-section .section-header {
    text-align: center;
  }
}

.app-section .section-header::after {
  display: none;
}

.app-section .section-header h2 {
  margin-bottom: 5px;
  color: #fff;
}

.app-section .section-header p {
  color: #fff;
  margin-bottom: 0;
}

.app-section .section-wrapper .app-btn-group {
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}

@media (min-width: 1200px) {
  .app-section .section-wrapper .app-btn-group {
    margin-top: 0;
    justify-content: flex-end;
  }
}

.app-section .section-wrapper .app-btn-group a {
  width: 230px;
  height: 70px;
  padding: 10px 20px;
  border-radius: 2px;
  margin-bottom: 20px;
  background: #fff;
}

@media (min-width: 576px) {
  .app-section .section-wrapper .app-btn-group a {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .app-section .section-wrapper .app-btn-group a {
    margin-bottom: 0;
  }
}

.app-section .section-wrapper .app-btn-group a:hover {
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}

.app-section .section-wrapper .app-btn-group a img {
  margin-right: 10px;
}

.app-section .section-wrapper .app-btn-group a .app-download p {
  margin-bottom: 0;
  color: #696969;
}

.app-section .section-wrapper .app-btn-group a .app-download span {
  display: block;
  font-weight: 700;
  color: #c961fa;
  text-transform: uppercase;
}

/* @@@@@@@@@@@@@  Pos Section Start Here  @@@@@@@@@@@@@@ */
.pos-section .pos-thmub {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 992px) {
  .pos-section .pos-thmub {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .pos-section .pos-content-area {
    padding-left: 20px;
  }
}

.pos-section .pos-content-area .section-wrapper ul {
  margin: 0 0 40px;
}

.pos-section .pos-content-area .section-wrapper ul li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

@media (min-width: 576px) {
  .pos-section .pos-content-area .section-wrapper ul li {
    width: 50%;
  }
}

.pos-section .pos-content-area .section-wrapper ul li i {
  color: #fd4372;
  margin-right: 10px;
}

.pos-section .pos-content-area .section-wrapper .lab-btn {
  padding: 16px 46px;
  margin-bottom: 6px;
  background: linear-gradient(to right, #ff5195, #ffb84b);
}

@media (min-width: 992px) {
  .pos-section .flex-row-reverse .pos-content-area {
    padding-left: 0px;
  }
}

.pos-section.bgc-2 {
  background: #f9fffe;
}

.pos-section.bgc-3 {
  background: #fffcfa;
}

/*@@@@@@@@@@@@@@   Testimonial Section Start Here  @@@@@@@@@@@@@@@@@*/
.testimonial-section {
  background: #fffef6;
}

.testimonial-section .section-header {
  max-width: 100%;
}

@media (min-width: 992px) {
  .testimonial-section .section-header p {
    max-width: 650px;
    margin: auto;
  }
}

.testimonial-section .testimonial-slider {
  margin: 0 -15px;
}

.testimonial-section .testi-item {
  padding: 15px;
}

.testimonial-section .testi-item .testi-inner {
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.testimonial-section .testi-item .testi-inner:hover .testi-header .testi-thumb .testi-shape {
  animation-play-state: paused !important;
}

.testimonial-section .testi-item .testi-inner .testi-header,
.testimonial-section .testi-item .testi-inner .testi-body {
  padding: 30px 10px;
}

@media (min-width: 992px) {

  .testimonial-section .testi-item .testi-inner .testi-header,
  .testimonial-section .testi-item .testi-inner .testi-body {
    padding: 30px;
  }
}

.testimonial-section .testi-item .testi-inner .testi-header {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff5f3;
}

@media screen and (max-width: 400px) {
  .testimonial-section .testi-item .testi-inner .testi-header {
    padding: 30px;
  }
}

.testimonial-section .testi-item .testi-inner .testi-header p {
  margin: 0;
}

.testimonial-section .testi-item .testi-inner .testi-header h5 {
  margin: 0;
}

.testimonial-section .testi-item .testi-inner .testi-header .testi-thumb .testi-shape {
  width: 80px;
  height: 80px;
  left: -10px;
  top: -10px;
  background: url(../../assets/images/testimonial/quote/round-1.png);
  background-repeat: no-repeat !important;
  animation: testi_round 5s linear infinite;
  animation-play-state: running;
}

.testimonial-section .testi-item .testi-inner .testi-header .testi-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.testimonial-section .testi-item .testi-inner .testi-header .sponsor-thumb {
  width: 90px;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media screen and (max-width: 400px) {
  .testimonial-section .testi-item .testi-inner .testi-header .sponsor-thumb {
    display: none;
  }
}

.testimonial-section .testi-item .testi-inner .testi-body .rating i {
  color: #e9ba17;
}

.testimonial-section .testi-item .testi-inner .testi-body:after {
  bottom: 20px;
  right: 30px;
  width: 30px;
  height: 20px;
  background: url(../../assets/images/testimonial/quote/01.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.testimonial-section.style-2 {
  background: #fafffc;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two {
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 15px;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel {
  align-items: center;
  justify-content: space-between;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators {
  width: 10%;
  margin: 0;
  right: 0;
  left: auto;
  bottom: auto;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators {
    top: auto;
    bottom: -10px;
    width: 100%;
  }
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators li {
  width: 100%;
  height: 60px;
  margin: 2px;
  display: block;
}

@media (max-width: 575px) {
  .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators li {
    width: 60px;
  }
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators li::after,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators li::before {
  display: none;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-indicators li img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-inner {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-inner {
    width: 90%;
  }
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item {
  padding: 40px;
}

@media (max-width: 575px) {
  .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item {
    padding: 40px 40px 100px;
  }
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner {
  align-items: center;
  justify-content: space-between;
  background: transparent;
  box-shadow: none;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-thumb {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 270px;
  height: 270px;
  line-height: 270px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(254, 160, 212, 0.1);
}

@media (max-width: 991px) {
  .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-thumb {
    margin: 0 auto 20px;
  }
}

@media (max-width: 575px) {
  .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-thumb {
    box-shadow: none;
  }
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-thumb img {
  width: 100%;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content {
  width: 100%;
}

@media (min-width: 992px) {
  .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content {
    width: calc(100% - 300px);
  }
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content p {
  margin-bottom: 0;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content p .left-img,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content p .right-img {
  display: block;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content p .left-img {
  margin-bottom: 30px;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content p .right-img {
  margin-left: auto;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content h6 {
  font-size: 18px;
  color: #fd4372;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content h6 span {
  font-size: 16px;
  color: #696969;
  font-weight: 400;
  display: inline-block;
}

.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel-item .testi-item .testi-inner .testi-content .rating i {
  color: #e9ba17;
}

.testimonial-section .swiper-slide.swiper-slide-next .testi-item .testi-inner .testi-header .testi-thumb .testi-shape {
  background: url(../../assets/images/testimonial/quote/round-2.png);
  animation: testi_round 5.5s linear infinite;
}

.testimonial-section .swiper-slide.swiper-slide-next .testi-item .testi-inner .testi-body:after {
  background: url(../../assets/images/testimonial/quote/02.png);
}

.testimonial-section .swiper-slide.swiper-slide-duplicate-prev .testi-item .testi-inner .testi-header .testi-thumb .testi-shape {
  background: url(../../assets/images/testimonial/quote/round-3.png);
  animation: testi_round 6s linear infinite;
}

.testimonial-section .swiper-slide.swiper-slide-duplicate-prev .testi-item .testi-inner .testi-body:after {
  background: url(../../assets/images/testimonial/quote/03.png);
}

/*@@@@@@@@@@@@@@   Market Range Section Start Here  @@@@@@@@@@@@@@@@@*/
.market-range-section {
  background: #fefefe00;
}

.market-range-section .top-area .mr-thumb {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .market-range-section .top-area .mr-thumb {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .market-range-section .top-area .section-header {
    padding-left: 25px;
  }
}

.market-range-section .top-area .section-header::after {
  display: none;
}

@media (min-width: 992px) {
  .market-range-section .top-area .section-wrapper {
    padding-left: 25px;
  }
}

.market-range-section .top-area .section-wrapper .skill-bar-wrapper {
  margin-top: 30px;
}

.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item {
  margin-bottom: 10px;
}

.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item:last-child {
  margin-bottom: 0;
}

.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item .skill-title {
  justify-content: space-between;
  margin-bottom: 10px;
}

.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item .skillbar-container {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 10px;
  align-items: center;
  border: 1px solid #ecf0f3;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item .skillbar-container .skills {
  height: 6px;
  margin: 0 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.market-range-section .bottom-area {
  padding: 60px 60px 10px;
}

.market-range-section .bottom-area .section-wrapper .contact-count-item {
  width: calc(100% / 1);
}

@media (min-width: 576px) {
  .market-range-section .bottom-area .section-wrapper .contact-count-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .market-range-section .bottom-area .section-wrapper .contact-count-item {
    width: calc(100% / 4);
  }
}

.market-range-section .bottom-area .section-wrapper .contact-count-item .contact-count-inner {
  text-align: center;
  margin: 5px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .market-range-section .bottom-area .section-wrapper .contact-count-item .contact-count-inner {
    margin-bottom: 0;
  }
}

.market-range-section .bottom-area .section-wrapper .contact-count-item .contact-count-inner .contact-count-thumb {
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
}

.market-range-section .bottom-area .section-wrapper .contact-count-item .contact-count-inner .contact-count-content h5 {
  margin-bottom: 10px;
  font-size: 36px;
}

.market-range-section .bottom-area .section-wrapper .contact-count-item .contact-count-inner .contact-count-content p {
  margin-bottom: 0;
  font-size: 18px;
}

/*@@@@@@@@@@@@@@   portfolio Section Start Here  @@@@@@@@@@@@@@@@@*/
.portfolio-section .lab-btn {
  background: linear-gradient(to left top, #ff4f58, #ffb400);
  margin-top: 30px;
}

.portfolio-section .port-filter {
  margin: 0;
  margin: -5px 0 40px;
  justify-content: center;
}

.portfolio-section .port-filter li {
  padding: 10px 20px;
  margin: 5px;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.portfolio-section .port-filter li i,
.portfolio-section .port-filter li span {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  margin-right: 5px;
}

.portfolio-section .port-filter li.active {
  color: #fff;
  box-shadow: 0 18px 30px rgba(255, 114, 58, 0.36);
  background: linear-gradient(to left top, #ff4f58, #ffb400);
}

.portfolio-section .port-filter li.active i,
.portfolio-section .port-filter li.active span {
  color: #fff;
}

.portfolio-section .grid .port-item {
  width: 100%;
}

@media (min-width: 576px) {
  .portfolio-section .grid .port-item {
    width: calc(100% / 2);
  }
}

@media (min-width: 1200px) {
  .portfolio-section .grid .port-item {
    width: calc(100% / 3);
  }
}

.portfolio-section .grid .port-item .lab-inner {
  margin: 15px;
}

.portfolio-section.portfolio-single .section-wrapper .port-top .pr-thumb .post-thumb {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .portfolio-section.portfolio-single .section-wrapper .port-top .pr-thumb .post-thumb:first-child {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .portfolio-section.portfolio-single .section-wrapper .port-top .pr-thumb .post-thumb img {
    width: 100%;
  }
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom {
  padding-top: 60px;
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom .col-md-4 .port-item2:first-child .port-inner .port-body {
  padding: 15px 30px;
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner {
  box-shadow: none;
  margin-bottom: 0;
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner .port-header {
  padding-left: 0;
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner .port-body {
  padding-left: 0;
}

.portfolio-section.portfolio-single .section-wrapper .port-bottom .right-side .port-item2 .port-inner .port-body .lab-btn {
  margin-top: 20px;
  text-transform: uppercase;
}

/*@@@@@@@@@@@@@@   Team Section Start Here  @@@@@@@@@@@@@@@@@*/
.team-section .team-top .team-top-area {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 30px;
}

.team-section .team-top .team-top-area .team-thumb img {
  width: 100%;
}

.team-section .team-top .team-top-area .team-content {
  padding: 20px 20px 30px;
}

@media (min-width: 576px) {
  .team-section .team-top .team-top-area .team-content {
    padding: 40px;
  }
}

.team-section .team-top .team-top-area .team-content .member-name {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .team-top .team-top-area .team-content .member-name:hover {
  color: #fd4372;
}

.team-section .team-top .team-top-area .team-content .member-dagi {
  margin-bottom: 10px;
  display: inline-block;
  color: #1c2551;
}

.team-section .team-top .team-top-area .team-content .member-details {
  margin-bottom: 30px;
}

.team-section .team-bottom .team-bottom-area {
  margin-bottom: -15px;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner:hover {
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.1);
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner:hover .team-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb.style-2 {
  padding-right: 50px;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-section .team-bottom .team-bottom-area .team-item .team-item-inner .team-content .member-details {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #ecf0f3;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(2n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #01cbad, #47a1f2);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(2n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #01cbad;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(3n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #23cc88, #8ecf35);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(3n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #23cc88;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(4n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #e85aca, #fc4e65);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(4n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #e85aca;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(5n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #5f51b5, #ce62fd);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(5n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #5f51b5;
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(6n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head {
  background: linear-gradient(to left, #ff6593, #b85cff);
}

.team-section.style-2 .team-bottom .team-bottom-area .col-12:nth-child(6n+0) .team-item .team-item-inner .team-thumb .self-intregration .intregration-head span::after {
  background: #ff6593;
}

.team-section.team-single .team-top .team-top-area {
  box-shadow: none;
}

@media (min-width: 992px) {
  .team-section.team-single .team-top .team-top-area .team-content {
    padding-top: 0;
  }
}

.team-section.team-single .team-top .team-top-area .team-content .member-name {
  margin-bottom: 0;
}

.team-section.team-single .team-top .team-top-area .team-content .member-name:hover {
  color: #000000;
}

.team-section.team-single .team-bottom.skill-award {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .team-section.team-single .team-bottom.skill-award .skill-area {
    margin-bottom: 30px;
  }
}

.team-section.team-single .team-bottom.skill-award h5 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .team-section.team-single .team-bottom.skill-award .team-item {
    margin-right: 40px;
  }
}

.team-section.team-single .team-bottom.skill-award .team-item:last-child {
  margin: 0;
}

.team-section.team-single .team-bottom.skill-award .team-item .team-thumb {
  margin-bottom: 15px;
}

.team-section.team-single .team-bottom.skill-award .team-item p {
  margin: 0;
}

.team-section.team-single .team-bottom.skill-award .team-item .circles {
  margin-bottom: 15px;
}

.team-section.team-single .team-bottom.skill-award .team-item .circles strong {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-section.team-single .team-bottom.skill-award .team-item .circles canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 100%;
}

/*@@@@@@@@@@@@@@   Shop Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-page .sidebar-widget .widget-search {
  border: none;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-page .sidebar-widget .widget-search form input {
  background: #fff;
  border: 1px solid #ecf0f3;
}

.shop-page .shop-title {
  padding: 16px 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-page .shop-title p {
  margin-bottom: 0;
  color: #000000;
}

.shop-page .shop-title .product-view-mode a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-title .product-view-mode a.active {
  color: #fd4372;
}

.shop-page .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}

.shop-page .shop-product-wrap {
  height: auto !important;
}

.shop-page .shop-product-wrap.grid {
  height: auto;
}

.shop-page .shop-product-wrap.grid .product-list-item {
  display: none;
}

.shop-page .shop-product-wrap.list .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.shop-page .shop-product-wrap.list .product-item {
  display: none;
}

.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item {
  padding: 10px;
  margin-bottom: 30px;
  align-items: center;
  background: #fff;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb::after,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb::after {
  transform: scale(1);
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
  z-index: 9;
}

.shop-page .shop-product-wrap .product-item .product-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffffe0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
  justify-content: center;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin: 5px;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}

.shop-page .shop-product-wrap .product-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-content {
  padding-top: 20px;
  text-align: center;
}

.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5 {
  margin: 0;
  margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page .shop-product-wrap .product-item .product-content h5 a:hover,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a:hover {
  color: #fd4372;
}

.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
  color: #696969;
  margin-bottom: 5px;
}

.shop-page .shop-product-wrap .product-item .product-content p i,
.shop-page .shop-product-wrap .product-list-item .product-content p i {
  color: #ecb341;
}

.shop-page .shop-product-wrap .product-list-item .product-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-thumb {
    width: 35%;
  }
}

.shop-page .shop-product-wrap .product-list-item .product-thumb img {
  width: 100%;
}

.shop-page .shop-product-wrap .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .shop-page .shop-product-wrap .product-list-item .product-content {
    width: 65%;
  }
}

.shop-page .modal.show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #000;
}

.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 9;
  color: #fd4372;
  text-shadow: none;
  opacity: 1;
  outline: none;
}

.shop-page .modal .modal-dialog .modal-content button.close:hover {
  color: #000000;
}

.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #f6faf9;
  border-radius: 8px;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 0;
  }
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
  margin-top: 30px;
  align-items: center;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
  margin: 0;
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .lab-btn {
  border-radius: 2px;
  padding: 9px 24px;
  margin-left: 20px;
  margin-top: 0;
}

.shop-page .paginations {
  margin-bottom: 10px;
}

/*@@@@@@@@@@@@@@   Shop Single Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-single .sidebar-widget .widget-search {
  border: none;
}

.shop-single .sidebar-widget .widget-search form input {
  background: #fff;
  border: 1px solid #ecf0f3;
}

.shop-single .product-details {
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-single .product-details .product-thumb .pro-single-top {
  margin-bottom: 20px;
}

.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.shop-single .product-details .product-thumb .pro-single-thumbs {
  max-width: 80%;
  margin: auto;
}

.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
  width: 100%;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
  cursor: pointer;
  width: 24px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  background: #F6F6F9;
  color: #000000;
  bottom: 15px;
  outline: none;
}

.shop-single .product-details .product-thumb .pro-single-prev {
  right: 0;
}

.shop-single .product-details .product-thumb .pro-single-next {
  left: 0;
}

.shop-single .product-details .post-content {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .shop-single .product-details .post-content {
    padding-top: 0;
  }
}

.shop-single .product-details .post-content h4 {
  margin-bottom: 10px;
}

.shop-single .product-details .post-content h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.shop-single .product-details .post-content p {
  margin-bottom: 10px;
}

.shop-single .product-details .post-content p.rating {
  justify-content: flex-start;
  align-items: center;
}

.shop-single .product-details .post-content p.rating i {
  color: #e9ba17;
}

.shop-single .product-details .post-content form {
  justify-content: space-between;
  align-items: center;
}

.shop-single .product-details .post-content form .select-product {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
    width: 48%;
  }
}

.shop-single .product-details .post-content form .select-product select {
  width: 100%;
  height: 40px;
  border: 1px solid #ecf0f3;
  color: #696969;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  background: transparent;
  padding-left: 20px;
  font-size: 14px;
}

.shop-single .product-details .post-content form .select-product i {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ecf0f3;
  text-align: center;
  z-index: 0;
}

.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .cart-plus-minus {
    margin: 0;
  }
}

.shop-single .product-details .post-content form .discount-code {
  width: 100%;
}

@media (min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 60%;
  }
}

.shop-single .product-details .post-content form .discount-code input {
  margin-bottom: 0;
  border-color: #ecf0f3;
}

.shop-single .product-details .post-content form .lab-btn {
  margin-top: 20px;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.shop-single .review {
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-single .review .review-nav {
  margin: 0;
}

.shop-single .review .review-nav li {
  list-style: none;
  padding: 13px 33px;
  background: #000000;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.shop-single .review .review-nav li.active {
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}

.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}

.shop-single .review .review-content.description-show .description {
  display: block;
}

.shop-single .review .review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.shop-single .review .review-content .review-showing .content {
  margin: 0;
}

.shop-single .review .review-content .review-showing .content li {
  padding: 25px 30px;
  list-style: none;
  border-bottom: 1px solid #ecf0f3;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  border-radius: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
    margin-bottom: 0;
  }
}

.shop-single .review .review-content .review-showing .content li .post-content {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
  width: calc(100% - 110px);
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
  padding-right: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a:hover {
  color: #fd4372;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
  margin-bottom: 0;
  line-height: 30px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
  width: 110px;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
  color: #ecb341;
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
  margin-bottom: 0;
}

.shop-single .review .review-content .review-showing .client-review {
  padding: 30px;
  border-top: 1px solid #ecf0f3;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
  margin-bottom: 40px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
  position: relative;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
  width: 50px;
  height: 4px;
  background: #fd4372;
  bottom: -20px;
  border-radius: 2px;
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
  border-bottom: 4px dotted #fd4372;
  width: 20px;
  bottom: -20px;
  left: 55px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form input {
  border: 1px solid #ecf0f3;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating {
  align-items: center;
}

@media (max-width: 767px) {
  .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
    margin-bottom: 20px;
  }
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
  padding-right: 5px;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul {
  margin: 0;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
  list-style: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
  color: #e9ba17;
}

.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
  border: 1px solid #ecf0f3;
  width: 100%;
  padding: 10px;
  outline: none;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  border: none;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.shop-single .review .review-content .description {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.shop-single .review .review-content .description .post-item {
  align-items: center;
  flex-direction: row-reverse;
}

.shop-single .review .review-content .description .post-item .post-thumb {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-thumb {
    width: calc(100% / 2);
  }
}

.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-content {
    width: calc(100% / 2);
  }
}

.shop-single .review .review-content .description .post-item .post-content ul {
  margin: 0;
}

.shop-single .review .review-content .description .post-item .post-content ul li {
  list-style: none;
  padding-left: 30px;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before {
  content: "\f005";
  top: 50%;
  left: 0;
  color: #e9ba17;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

/*@@@@@@@@@@@@@@   Shop Cart Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top {
    overflow-x: auto;
  }
}

.shop-cart .section-wrapper .cart-top table {
  font-weight: 700;
  width: 100%;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table {
    width: 720px;
  }
}

.shop-cart .section-wrapper .cart-top table thead tr {
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.shop-cart .section-wrapper .cart-top table thead tr th {
  color: #fff;
  padding: 18px;
  border: none;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
  text-align: center;
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid #ecf0f3;
  border-right: none;
  border-left: none;
  border-top: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 20px;
  border: none;
}

.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 85px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  width: calc(100% - 85px);
  padding-left: 10px;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
  color: #fd4372;
}

.shop-cart .section-wrapper .cart-bottom {
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 20px 30px;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  max-width: 340px;
  display: flex;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  padding: 10px;
  margin-bottom: 0;
  border: 1px solid #ecf0f3;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
  color: #fff;
  font-weight: 500;
  margin-left: -10px;
  cursor: pointer;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 390px;
    text-align: right;
    margin-top: 0;
  }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  background: #fff;
  color: #000000;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
  padding: 10px 30px;
  border: 1px solid #ecf0f3;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:last-child {
    margin-bottom: 0;
  }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:hover {
  color: #fd4372;
  border-color: #fd4372;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
    margin-bottom: 30px;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3 {
  margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  width: 100%;
  padding: 9px 20px;
  background: transparent;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ecf0f3;
  position: relative;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
  width: 100%;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
    width: 50%;
    float: left;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  top: 0;
  right: 0;
  padding: 9px 20px;
  color: #fff;
  border: 1px solid #ecf0f3;
  border-radius: 0px 3px 3px 0px;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  width: 100%;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 22px;
  border: 1px solid #ecf0f3;
}

@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    width: 45%;
  }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  width: 170px;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
  margin-bottom: 30px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
  margin: 0;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ecf0f3;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: #fff;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  margin-bottom: 0;
  color: #fd4372;
}

/*@@@@@@@@@@@@@@   Contact Us Page Start Here  @@@@@@@@@@@@@@@@@*/
.contact-us .contact-area {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .contact-us .contact-area {
    margin: 0;
  }
}

.contact-us .contact-area .contact-item {
  align-items: flex-start;
  border-bottom: 1px solid #ecf0f3;
  margin-bottom: 20px;
}

.contact-us .contact-area .contact-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.contact-us .contact-area .contact-item .contact-icon {
  width: 30px;
  text-align: center;
}

.contact-us .contact-area .contact-item .content {
  width: calc(100% - 45px);
}

.contact-us .contact-area .contact-item .content h6 {
  margin-bottom: 0;
}

.contact-us .contact-form {
  justify-content: space-between;
}

.contact-us .contact-form input.contact-input {
  padding: 15px;
  border: 1px solid #ecf0f3;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .contact-us .contact-form input.contact-input {
    width: calc(100% / 2 - 15px);
  }
}

.contact-us .contact-form textarea.contact-input {
  padding: 15px;
  border: 1px solid #ecf0f3;
  margin-bottom: 20px;
  outline: none;
  box-shadow: none;
}

.contact-us .contact-form .lab-btn {
  width: 180px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(to left top, #ff4f58, #ff6747, #ff8134, #ff9a1e, #ffb400);
}

.contact-us .contact-form .lab-btn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* @@@@@@@@@@@@@  Gmaps Section Start Here  @@@@@@@@@@@@@@ */
.gmaps-section .map-area {
  height: 600px;
}

.gmaps-section .map-area iframe {
  width: 100%;
  height: 600px;
}

.coming-soon {
  background: url(../../assets/css/bg-image/comingsoon-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 1200px;
  justify-content: center;
}

@media (max-width: 991px) {
  .coming-soon {
    background-size: contain;
    height: 700px;
  }
}

.coming-soon .coming-content-area {
  text-align: center;
  top: 40%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .coming-soon .coming-content-area {
    max-width: 650px;
    margin: 0 auto;
    top: 50%;
  }
}

.coming-soon .coming-content-area h2 {
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .coming-soon .coming-content-area h2 {
    font-size: 72px;
    line-height: 76px;
  }
}

@media (max-width: 575px) {
  .coming-soon .coming-content-area .countdown {
    margin-top: 20px;
  }
}

/*@@@@@@@@@@@@@@   Fore Zero Page Start Here  @@@@@@@@@@@@@@@@@*/
.fore-zero-page {
  background: url(../../assets/css/bg-image/404-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  align-items: center;
}

.fore-zero-page .images {
  text-align: center;
}

.fore-zero-page .text-content {
  max-width: 600px;
  margin: 30px auto 0px;
}

.fore-zero-page .text-content h3 {
  font-size: 20px;
}

@media (min-width: 576px) {
  .fore-zero-page .text-content h3 {
    font-size: 36px;
  }
}

.fore-zero-page .text-content .lab-btn {
  margin-top: 20px;
}

/* @@@@@@@@@@@@@  Footer Section Start Here  @@@@@@@@@@@@@@ */
.footer-top {
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .footer-top {
    background-size: cover;
  }
}

.footer-top .footer-item {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .footer-top .footer-item {
    margin: 0;
  }
}

.footer-top .footer-item .footer-inner .footer-content .title {
  margin-bottom: 15px;
  margin-top: -8px;
}

@media (min-width: 576px) {
  .footer-top .footer-item .footer-inner .footer-content .title {
    margin-bottom: 30px;
  }
}

.footer-top .footer-item .footer-inner .footer-content .title h6 {
  font-size: 18px;
  color: #fff;
  text-align: left;
}

.footer-top .footer-item .footer-inner .footer-content .content p {
  color: #fff;
}

.footer-top .footer-item .footer-inner .footer-content .content h6 {
  color: #fff;
}

.footer-top .footer-item .footer-inner .footer-content .content ul li p {
  margin-bottom: 0;
}

.footer-top .footer-item .footer-inner .footer-content .content ul li p span {
  font-weight: 700;
  padding-right: 10px;
}

.footer-top .footer-item .footer-inner .footer-content .content ul li a {
  color: #fff;
}

.footer-top .footer-item .footer-inner .footer-content .content ul li a i {
  margin-right: 10px;
}

.footer-top.style-2 .footer-item .footer-inner .footer-content h6,
.footer-top.style-2 .footer-item .footer-inner .footer-content span {
  color: #000000;
}

.footer-top.style-2 .footer-item .footer-inner .footer-content p {
  color: #696969;
}

.footer-top.style-2 .footer-item .footer-inner .footer-content .content ul li a {
  color: #696969;
}

.footer-top.style-2 .footer-item .footer-inner .footer-content .content ul li a:hover {
  color: #fd4372;
}

.footer-top.maketing,
.footer-top.shopapp {
  background: #f8f8ff;
}

.footer-top.maketing:after,
.footer-top.shopapp:after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../../assets/images/marketing/footer-shape.png) no-repeat;
  background-position: bottom;
}

.footer-top.maketing .container,
.footer-top.shopapp .container {
  z-index: 1;
}

.footer-top.shopapp {
  background: #e6f1ff;
}

.footer-top.style-3 {
  background: #f6faff;
}

.footer-top.style-3 * {
  z-index: 1;
}

.footer-top.style-3::after {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  -webkit-mask-image: url(../../assets/images/pattern/innerfooter.png);
}

.footer-top.style-3 .shap-footer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer-top.style-3 .shap-footer .line {
  bottom: 10%;
}

@media (max-width: 1199px) {
  .footer-top.style-3 .shap-footer .line {
    display: none;
  }
}

.footer-top.style-3 .shap-footer .line.line-1 {
  left: 3%;
  animation: lab_run_x 5s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .footer-top.style-3 .shap-footer .line.line-1 {
    left: -5%;
  }
}

.footer-top.style-3 .shap-footer .line.line-2 {
  right: 3%;
  animation: lab_run_x 8s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .footer-top.style-3 .shap-footer .line.line-2 {
    right: -5%;
  }
}

.footer-top.style-3 .footer-item .footer-inner .footer-content h6,
.footer-top.style-3 .footer-item .footer-inner .footer-content span {
  color: #000000;
}

.footer-top.style-3 .footer-item .footer-inner .footer-content p {
  color: #696969;
}

.footer-top.style-3 .footer-item .footer-inner .footer-content .content ul li a {
  color: #696969;
}

.footer-top.style-3 .footer-item .footer-inner .footer-content .content ul li a:hover {
  color: #fd4372;
}

.footer-bottom {
  padding: 35px 0;
  background: #231768;
}

.footer-bottom .section-wrapper p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.footer-bottom .section-wrapper p a {
  padding: 5px;
  color: #fff;
}

.footer-bottom.style-2 {
  background: #f8f8f8;
}

.footer-bottom.style-2 .section-wrapper p {
  color: #696969;
}

.footer-bottom.style-2 .section-wrapper p a {
  color: #000000;
}

.footer-bottom.style-2 .section-wrapper p a:hover {
  color: #fd4372;
}

.footer-bottom.style-3 {
  background: #f6faff;
}

.footer-bottom.style-3 .section-wrapper p {
  color: #696969;
}

.footer-bottom.style-3 .section-wrapper p a {
  color: #000000;
}

.footer-bottom.style-3 .section-wrapper p a:hover {
  color: #fd4372;
}

.footer-bottom.shopapp {
  background: #fff;
}

.app-footer {
  background-image: linear-gradient(to top, #5f51b5, #7857c9, #935cdc, #b060ed, #ce62fd);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.app-footer .footer-bottom.style-2 {
  background: transparent;
}

.app-footer .footer-bottom.style-2::after {
  width: 1170px;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
}

.app-footer .footer-bottom.style-2 .section-wrapper p {
  color: #fff;
}

.app-footer .footer-bottom.style-2 .section-wrapper p a {
  color: #fff;
}

.bg {
  background-image: url(/assets/css/bg-image/footer-top-bg.jpg);
  background-size: cover;
}

/* TODO: new code */

.bonus_ {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 26px;
  color: #007bff;
  font-weight: bold;
}

.box_percent {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 512px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(45deg, #fea1885e, #fd467252);
  padding: 10px 40px;
  color: #000;
  border-radius: 13px;
}

.perc {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px 0;
}

.box {
  margin: 0 0 50px 0;
}



@media screen and (max-width: 767.98px) {
  .footer-content h6 {
    display: none;
  }

  .bt_bt {
    min-width: 250px !important;
  }


  .bonus_ {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    font-size: 24px;
    color: #007bff;
    font-weight: bold;
    flex-wrap: wrap;
    line-height: 100%;
    gap: 8px;
  }

}


.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  min-width: 232px;
}

/*# sourceMappingURL=style.css.map */



/* TODO: */

.ps_pay {
  min-width: 215px;
}

.ps_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 800px;
}

.form-group {
  margin-bottom: 0;
}