/*
  Theme Name: Odion - Creative Agency HTML5 Template
  Author: epilogtheme
  Version: 1.0
*/
/* CSS Index 
-----------------------------------
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1D1E28;
  font-size: 16px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #7354ff;
  text-decoration: none;
}

a,
button {
  color: #7354ff;
  outline: medium none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: 700;
  color: #262339;
  margin-top: 0px;
  font-style: normal;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #1D1E28;
  margin-bottom: 15px;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

hr {
  border-bottom: 2px solid #ff646a5c;
  border-top: 0 none;
  margin: 35px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.clr {
  clear: both;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 10px;
  font-style: normal;
  margin-left: 0;
}

/* button style */
.btn {
  background: #7354ff;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 30px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: 0.3s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  box-shadow: none !important;
  border-radius: 30px;
}

.btn:hover {
  /* background: #000b22; */
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #fff;
  /* border-color: #022d8a; */
}

.solution-btn {
  background: #ffffff00;
  color: #000000;
  border-color: #63dbf9;
}

.active-btn {
  background: #000b22;
  color: #fff;
  border-color: #000b22;
}

.btn:not(:disabled):not(.disabled):active,
:focus {
  color: #7354ff;
}


.btn:focus {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #ffffff;
  /* border-color: #000b22; */
}

.btn:active {
  color: inherit;
  background: inherit;
}

.theme-bg {
  background: #F3F2F7;
}

.black-bg {
  background: #242e49;
}

.bg-white {
  background-color: #ffffff;
}

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2B96CC;
  color: #fff;
}

blockquote {
  margin: 50px 0;
  background: #E8F9FB;
  padding: 60px 30px;
  border-left: 4px solid #24b5f1;
  padding-bottom: 45px;
}

/* back to top */
#scroll a {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #00b4ff;
  list-style-type: none;
  background: transparent;
  margin-right: 20px;
  border: 2px solid #00e4ff;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#scroll a:hover {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #ffffff;
  border-color: transparent;
}

/* 2. Preloader */
#loading {
  background-color: #000b22;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.object {
  width: 25px;
  height: 25px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
}

#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
}

#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
}

#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
}

@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_one {
  25% {
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(75px, 75px) rotate(-180deg);
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_two {
  25% {
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(-75px, 75px) rotate(-180deg);
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_three {
  25% {
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(75px, -75px) rotate(-180deg);
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_four {
  25% {
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(-75px, -75px) rotate(-180deg);
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* 3. ============================= header-area ======================*/
.header-area {
  background: #fff;
}

.header-area.sticky {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.header-area .main-menu {
  text-align: start;
}

.header-area .main-menu ul li {
  display: inline-block;
  margin: 0 16px;
  position: relative;
}

.navChecked {
  border-bottom: 2px solid #039bf9;
}

.header-area .main-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  padding: 22px 0;
  display: block;
}

.header-area .main-menu ul li a i::before {
  font-size: 8px;
  color: #888888;
  font-weight: 600;
}

.header-area .main-menu ul li .sub-menu {
  position: absolute;
  width: 8rem;
  background-color: #FFF;
  top: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 11;
  margin-left: -38px;
}

.header-area .main-menu ul li .sub-menu.case {
  margin-left: -45px;
}

.header-area .main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
}

.header-area .main-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #353535;
  display: block;
  padding: 10px 15px;
}

.header-area .main-menu ul li .sub-menu li a:hover {
  /* background-color: #7354ff; */
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #fff;
}

.header-area .main-menu ul li .sub-menu li:last-child a {
  border: none;
}

.header-area .main-menu ul li:hover a {
  color: #00e4ff;
}

.header-area .main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header-area .header-action-button {
  display: flex;
}

.header-area .header-action-button .header-btn {
  padding: 10px 30px;
}

.header-area .header-action-button .login {
  margin-right: 14px;
}

.header-2 .header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: none;
  padding: 10px 0px;
}

.header-2 .header-area .color-logo {
  display: none;
}

.header-2 .header-area.sticky {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0;
}

.header-2 .header-area.sticky .color-logo {
  display: block;
}

.header-2 .header-area.sticky .white-logo {
  display: none;
}

.header-2 .header-area.sticky .main-menu ul li a {
  color: #000000;
}

.header-2 .header-area.sticky .main-menu ul li a i::before {
  color: #000000;
}

.header-2 .header-area .main-menu ul li a {
  color: #fff;
}

.header-2 .header-area .main-menu ul li a i::before {
  color: #fff;
}

.phone-area>div span {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 4. ============================= slider-area ======================*/
.slider-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  width: 100%;
  height: 440px;
  background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -webkit-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -moz-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
}

.slider-area.slider-2 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.slider-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-position: center center;
  bottom: 0;
  /* background: url(assets/img/index-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

.slider-area .slider-imge {
  text-align: center;
}

.slider-area .slider-content h2 {
  font-size: 34px;
  font-weight: 500;
}

.slider-area .slider-content h3 {
  font-size: 28px;
  font-weight: 600;
}

.slider-area .slider-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  padding-right: 40px;

}

.slider-area .slider-content .slider-button {
  display: flex;
}

.slider-area .slider-content .slider-button .slider-btn {
  margin-top: 2rem;
  padding: 12px 30px;
  border-radius: 5px;
}

.slider-area .slider-content .slider-button .service {
  margin-right: 14px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.slider-area .slider-content .slider-button .service:hover {
  color: black;
  background-image: linear-gradient(to right, #00b4ff, #00e4ff);
}

/* 5. ============================= counter_wrapper ======================*/
.counter_wrapper {
  margin-top: -200px;
  z-index: 10;
}

.counter_wrapper.counter-2 {
  margin-top: 0;
  background: #7354ff;
  background-image: url(../img/Shape.png);
  background-size: contain;
  padding: 60px 0;
}

.counter_wrapper.counter-2 .count_box {
  margin-bottom: 15px;
  margin-top: 15px;
}

.counter_wrapper.counter-2 .count_box:hover h3 {
  color: #353535;
}

.counter_wrapper.counter-2 .count_box:hover i::before {
  color: #353535;
}

.counter_wrapper.counter-2 .count_box:hover p {
  color: #353535;
}

.counter_wrapper.counter-2 .count_box:hover {
  background: #ffffff;
  border-radius: 0;
}

.counter_wrapper .count_box {
  padding: 15px 0;
  text-align: center;
  margin-top: 40px;
  background: #fff;
  transition: 0.3s;
}

.counter_wrapper .count_box i::before {
  font-size: 60px;
  color: #353535;
  transition: 0.3s;
}

.counter_wrapper .count_box h3 {
  font-size: 35px;
  font-weight: 600;
  color: #0cc7f6;
  margin: 15px 0;
  transition: 0.3s;
}

.counter_wrapper .count_box p {
  font-size: 13px;
  font-weight: 500;
  color: #353535;
  transition: 0.3s;
  min-height: 50px;
}

/* 6. ============================= about-us-area ======================*/
#device-area {
  background-color: rgb(238, 248, 255);
}

.about-us-area .title-area h2,
.device-area .title-area h2,
.os-tab .title-area h2,
.testimonial-area .title-area h2,
.app-tab .title-area h2 {
  font-weight: 300;
}

.about-us-area .chosse-info {
  display: flex;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 0px 5px lightgrey;
  min-height: 150px;
}

.about-us-area .chosse-info:hover {
  transform: scale(1.1);
}

.about-us-area .chosse-info:hover {
  border: 1px solid #00b4ff;
  border-radius: 1px;
}

.about-us-area .chosse-info img {
  width: 150px;
  height: 150px;
  padding: 10px;
}

.about-us-area .chosse-info .chosse-text {
  padding: 10px;
}

.about-us-area .chosse-info .chosse-text h4 {
  font-size: 20px;
  font-weight: 500;
}

.about-us-area .chosse-info .chosse-text p {
  text-align: left;
  font-size: 14px;
  margin-top: 0;
}

.about-us-area .title-area {
  text-align: center;
  padding-top: 50px;
}

.about-us-area .item-menu button {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: none;
  color: #6D6D6D;
  padding: 0;
  margin-right: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
}

.about-us-area .item-menu button:hover {
  background: #7354ff;
  color: #fff;
}

.about-us-area .item-menu button.is-checked {
  color: #fff;
  background: #7354ff;
}



.about-us-area .title-area hr {
  border: 2px solid #00b4ff;
  width: 80px;
  margin: auto;
}

.about-us-area .about-info p {
  width: 80%;
}

.about-us-area .about-image {
  margin-top: 25px;
}

.about-us-area .about-image img {
  width: 100%;
  height: 100%;
}

.about-us-area .about-title-background h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-us-area p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-us-area .indicator-area li {
  margin-bottom: 12px;
}

.about-us-area .indicator-area li i::before {
  font-size: 15px;
  color: #7354ff;
  margin-right: 15px;
  vertical-align: middle;
}

.about-us-area .indicator-area li span {
  font-size: 15px;
  font-weight: 500;
}

.about-us-area .about-btn {

  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

/* 7. ============================= chosse-us-area ======================*/
.chosse-us-area {
  background-color: #e5f3ff;
}

.chosse-us-area .boxDiv {
  height: 100%;
  width: 100%;
  margin-top: 50px;
  border: 1px solid #05dcfd;
  border-radius: 10px;
  padding: 0px 20px;
}

.chosse-us-area h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.chosse-us-area p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}

.chosse-us-area .chosse-info {
  display: flex;
}

.chosse-us-area .chosse-info i::before {
  font-size: 40px;
  background: #FFFF;
  padding: 12px;
  color: #000000;
  border-radius: 10px;
  margin-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;
  transition: 0.3s;
}

.chosse-us-area .chosse-info .chosse-text h4 {
  font-size: 20px;
  font-weight: 500;
}

.chosse-us-area .chosse-info .chosse-text p {
  text-align: left;
  font-size: 14px;
  margin-top: 0;
}

.chosse-us-area .chosse-info:hover i::before {
  background: #7354ff;
  color: #fff;
}

/* 8. ============================= service-area ======================*/
.service-area {
  margin-top: 100px;
}

.service-area h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.service-area p {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #353535;
  width: 100%;
  margin: 15px auto 0px auto;
}

.service-area .service-text {
  padding: 30px 30px;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.service-area .service-text:hover {
  color: #fff;
}


/* 9. ============================= testimonial-area ======================*/
.testimonial-area {
  background-color: rgb(238, 248, 255);
  background-size: contain;
}

.testimonial-area .title-area {
  text-align: center;
  padding-top: 50px;
  color: #000;
}

.testimonial-area .title-area hr {
  border: 2px solid #00b4ff;
  width: 80px;
  margin: auto;
}

.testimonial-area .slider-button .slider-btn {
  margin-top: 2rem;
  padding: 12px 30px;
  border-radius: 5px;
  margin-right: 1rem;
}

.testimonial-area .slider-button .service {
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  margin-left: 1rem;
}

.testimonial-area .slider-button .service:hover {
  color: black;
  background-image: linear-gradient(to right, #00b4ff, #00e4ff);
}


.testimonial-area p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}

.testimonial-area .testimonial-info .client-area {
  background: #FFFFFF;
  padding: 25px 25px;
  border-radius: 5px;
  margin: 0px 10px;
  /*box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;*/
  outline: none;
}

.testimonial-area .testimonial-info .client-area .client-info {
  display: flex;
  align-items: center;
}

.testimonial-area .testimonial-info .client-area .client-info .client-image {
  margin-right: 20px;
}

.testimonial-area .testimonial-info .client-area .client-info .client-image img {
  display: block;
  border-radius: 90%;
  width: 75px;
  height: 75px;
}

.testimonial-area .testimonial-info .client-area .client-info .client-title h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 0;
}

.testimonial-area .testimonial-info .client-area .client-info .client-title p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.testimonial-area .testimonial-info .client-area span {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 15px;
  display: block;
}

.testimonial-area .testimonial-info button.slick-prev.slick-arrow {
  position: absolute;
  right: 6%;
  top: -30%;
  color: #fff;
  outline: none;
  padding: 5px 15px;
  background: #7354ff;
  border: none;
  border-radius: 5px;
  width: 40px;
}

.testimonial-area .testimonial-info button.slick-prev.slick-arrow:hover {
  background: #ffffff;
  transition: all 0.3s;
  color: #353535;
}

.testimonial-area .testimonial-info button.slick-next.slick-arrow {
  position: absolute;
  right: 15px;
  top: -30%;
  background: #7354ff;
  color: #fff;
  outline: none;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}

.testimonial-area .testimonial-info button.slick-next.slick-arrow:hover {
  background: #ffffff;
  transition: all 0.3s;
  color: #353535;
}

/* 10. ============================= blog-area ======================*/
.blog-area .service {
  margin: 0 0 0 20%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.blog-area h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.blog-area p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

/* 11. ----------------- single-blog --------------*/
.single-blog {
  margin-bottom: 40px;
}

.single-blog .blog-image {
  overflow: hidden;
}

.single-blog .blog-image img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-blog .blog-info {
  padding: 16px;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}

.single-blog .blog-info .blog-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.single-blog .blog-info .blog-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.single-blog .blog-info .blog-meta span:hover {
  color: #7354ff;
  transition: all 0.3s;
}

.single-blog .blog-info .blog-meta i {
  color: #222222;
}

.single-blog .blog-info .blog-title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.single-blog .blog-info p {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  height: 100px;
}

.single-blog .blog-info .blog-btn {
  margin-top: 0px;
  padding: 10px 25px;
}

.single-blog {
  border: 2px solid rgb(238, 238, 238);
}

.single-blog:hover {
  --bRadius: 10px;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -30px;
  border: 2px solid rgb(31, 201, 207);
  transition: all .5s;
  border-radius: var(--bRadius);
  animation: clippath 3s infinite linear;
}

.single-blog:hover .blog-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* 12. ============================= fotter-area ======================*/
.fotter-area .fotter-widget {
  margin-bottom: 30px;
}

.fotter-area .fotter-widget .fotter-logo {
  margin-bottom: 30px;
}

.fotter-area .fotter-widget p {
  font-size: 14px;
  font-weight: 400;
  color: #b4bacc;
}

.fotter-area .fotter-widget .social-icon {
  margin-top: 30px;
}

.fotter-area .fotter-widget .social-icon li {
  display: inline-block;
  margin-right: 20px;
}

.fotter-area .fotter-widget .social-icon li a {
  background: #7354ff;
  padding: 8px 8px;
  border-radius: 5px;
  transition: 0.3s;
}

.fotter-area .fotter-widget .social-icon li a i::before {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  transition: 0.3s;
}

.fotter-area .fotter-widget .social-icon li a:hover {
  background: #fff;
}

.fotter-area .fotter-widget .social-icon li a:hover i::before {
  color: #7354ff;
}

.fotter-area .fotter-widget .fotter-subtitle {
  margin-bottom: 10px;
}

.fotter-area .fotter-widget .fotter-subtitle h5 {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
}

.fotter-area .fotter-widget .fotter-link li {
  margin-bottom: 5px;
}

.fotter-area .fotter-widget .fotter-link li a {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .fotter-link li a:hover {
  color: #7354ff;
}

.fotter-area .fotter-widget .contact-info {
  margin-top: 15px;
}

.fotter-area .fotter-widget .contact-info li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .contact-info li i::before {
  font-size: 14px;
  margin-right: 10px;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .subscibe-area {
  margin-top: 30px;
}

.fotter-area .fotter-widget .subscibe-area input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

.fotter-area .fotter-widget .subscibe-area .subscribe-btn {
  padding: 12px 20px;
}

.fotter-area .link-area {
  border-top: 1px solid #3f475f;
}

.fotter-area .link-area span {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #b4bacc;
}

.fotter-area .link-area span a {
  color: #b4bacc;
}

.copy-right-area {
  border-top: 1px solid #3f475f;
  background-color: #0f2435;
  padding: 10px;
}

.copy-right-area span {
  font-size: 14px;
  color: #5c657d;
}

.fotter-area .fotter-widget table {
  border-radius: 6px;
  background-color: #2d3852;
  border: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.fotter-area .fotter-widget table tr {
  color: #b4bacc;
}

.fotter-area .fotter-widget table tr .service {
  float: right;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #00e4ff;
}

.fotter-area .fotter-widget table tr .service:hover {
  color: #000000;
}


.fotter-area .fotter-widget table td {
  padding: 10px;
  text-align: start;
}

.fotter-area .fotter-widget input {
  width: 53%;
  color: #B6B6B6;
  border: none;
  border-radius: 5px;
  outline: none;
  background: rgba(159, 159, 159, 0.34);
}

.fotter-area .fotter-widget textarea {
  width: 85%;
  vertical-align: top;
  color: #B6B6B6;
  border: none;
  border-radius: 5px;
  outline: none;
  background: rgba(159, 159, 159, 0.34);
}


.fotter-area .table-responsive .table thead tr th {
  border-top: none;
}

.fotter-area .table-responsive .table thead tr th a {
  font-size: 14px;
  color: #b4bacc;
}

.fotter-area .table-responsive .table tbody tr td {
  border: none;
  font-size: 13px;
  color: #b4bacc;
}

.fotter-area .table-responsive .table tbody tr td h5 {
  border: none;
  font-size: 18px;
  color: #b4bacc;
  padding-left: 35px;
}


/* 13. ----------------- section-title --------------*/
.section-title h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}

.section-title p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}

/* 14. ======== breadcrumbs-area ===========*/
.breadcrumbs-area {
  background-image: url(../img/breadcrumb-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumbs-area .breadcrumbs-wrapper {
  background: rgba(0, 0, 0, 0.75);
}

.breadcrumbs-area .breadcrumbs-wrapper .mk-page-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb {
  padding: 0px 0px;
  background: none;
  margin: 0 auto;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active {
  color: #7354ff;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff !important;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #7354ff !important;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item i::before {
  margin: 0 5px;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active::before {
  display: none;
}

/* 15. ======== demo-area ===========*/
.demo-area .demon-info .demo-item {
  display: flex;
  padding: 15px 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;
  transition: 0.3s;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-right: 0;
}

.demo-area .demon-info .demo-item i::before {
  font-size: 60px;
  margin-right: 20px;
  color: #7354ff;
  transition: 0.3s;
}

.demo-area .demon-info .demo-item .content h5 {
  font-size: 18px;
  margin-top: 20px;
  transition: 0.3s;
  color: #222222;
}

.demo-area .demon-info .demo-item .content p {
  transition: 0.3s;
  color: #888888;
}

.demo-area .demon-info .demo-item:hover {
  background: #7354ff;
}

.demo-area .demon-info .demo-item:hover i::before {
  color: #fff;
}

.demo-area .demon-info .demo-item:hover .content h5 {
  color: #fff;
}

.demo-area .demon-info .demo-item:hover .content p {
  color: #fff;
}

.demo-area .demon-info .video-area .video-thum {
  position: relative;
  display: inline-block;
}

.demo-area .demon-info .video-area .video-thum .inner-image {
  position: relative;
}

.demo-area .demon-info .video-area .video-thum .inner-image img {
  width: 100%;
  z-index: 1;
}

.demo-area .demon-info .video-area .video-thum a {
  position: absolute;
  background: #7354ff;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 100px;
  color: #fff;
  transform: translateY(-50%);
}

.demo-area .demon-info .video-area .video-thum .animate::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 20px;
  left: 20px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 50%;
  animation: 2s ease-in-out 0.5s infinite waveAlarm;
}

.demo-area .demon-info .video-area .video-thum .animate::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 20px;
  left: 20px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 40%;
  animation: 2s ease-in-out infinite waveAlarm;
}

/* 16. ======== team-area ===========*/
.team-area .team-info .team-item {
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.team-area .team-info .team-item img {
  width: 100%;
}

.team-area .team-info .team-item .team-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #7354ff;
}

.team-area .team-info .team-item .team-content h5 {
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
}

.team-area .team-info .team-item .team-content span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.team-area .team-info .team-item .team-content .social-icon {
  margin-top: 20px;
}

.team-area .team-info .team-item .team-content .social-icon li {
  display: inline-block;
}

.team-area .team-info .team-item .team-content .social-icon li a i::before {
  font-size: 18px;
  margin: 8px;
  transition: 0.3s;
  background: #fff;
  padding: 6px;
  border-radius: 2px;
}

.team-area .team-info .team-item .team-content .social-icon li:hover i::before {
  color: #353535;
}

.team-area .team-info .team-item:hover .team-content h5 {
  color: #353535;
}

/* 17. ======== blog-filtering ===========*/
.blog-filtering .blog-filter-menu .filter-menu-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  background: none;
  color: #222222;
  margin-right: 50px;
  border: 0;
  transition: 0.3s;
}

.blog-filtering .blog-filter-menu .filter-menu-btn:hover {
  color: #7354ff;
}

.blog-filtering .blog-filter-menu .active-btn {
  color: #7354ff;
}

.blog-filtering .single-blog .blog-info .blog-btn {
  padding: 15px 30px;
}

.blog-filtering .single-blog .blog-info .blog-meta span {
  font-size: 16px;
  font-weight: 500;
  color: black;
}

.blog-filtering .single-blog .blog-info hr {
  border: 1px solid #dcdcdc;
}

.blog-filtering .single-blog .blog-info .badge-info {
  background-color: rgb(211, 244, 255);
  color: #000;
  font-size: 14px;
  font-weight: 200;
}

/* 18. ======== pagination-area ===========*/
.pagination-area .page-item.active .page-link {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  border-color: #fff;
}

.pagination-area .page-link {
  color: #353535;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  margin: 5px;
  border-radius: 3px;
  font-size: 14px;
}

.pagination-area .page-link:hover {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #fff;
}

/* 19. ======== blog-sidebar-area ===========*/
.blog-sidebar-area .blog-filter-menu .filter-menu-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  background: none;
  color: #222222;
  margin-right: 50px;
  border: 0;
  transition: 0.3s;
}

.blog-sidebar-area .blog-filter-menu .filter-menu-btn:hover {
  color: #7354ff;
}

.blog-sidebar-area .blog-filter-menu .active-btn {
  color: #7354ff;
}

.blog-sidebar-area .single-blog .blog-info .blog-btn {
  padding: 15px 30px;
}

/* 20. ======== sidebar-widget ===========*/
.sidebar-widget .sidebar-widget-item {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  margin-bottom: 50px;
}

.sidebar-widget .sidebar-widget-item h3.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-widget .sidebar-widget-item form.post-search {
  position: relative;
  border: 1px solid #66666600;
  padding: 10px;
  background: #ECECEC;
  border-radius: 5px;
}

.sidebar-widget .sidebar-widget-item form.post-search input {
  border: 0;
  outline: none;
  box-shadow: none;
  background: none;
  color: #222222;
}

.sidebar-widget .sidebar-widget-item form.post-search button {
  border: none;
  right: 0;
  position: absolute;
  background: none;
  padding-right: 20px;
}

.sidebar-widget .sidebar-widget-item form.post-search button i::before {
  font-size: 16px;
  color: #353535;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item {
  margin-bottom: 20px;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item .small-post-item-image {
  margin-right: 15px;
  width: 30%;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item .small-post-item-image img {
  border-radius: 5px;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item .small-post-item-content {
  width: 70%;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item span.post-date {
  font-size: 14px;
  color: #6D6D6D;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item h3.small-post-item-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item h3.small-post-item-title a {
  color: #353535;
  text-decoration: none;
}

.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item h3.small-post-item-title a:hover {
  color: #7354ff;
}

.sidebar-widget .sidebar-widget-item ul.categories {
  margin: 0px;
  padding: 0px;
}

.sidebar-widget .sidebar-widget-item ul.categories li {
  margin: 12px 0px;
}

.sidebar-widget .sidebar-widget-item ul.categories li a {
  color: #353535;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-widget .sidebar-widget-item ul.categories li a i {
  top: 1.7px;
  position: relative;
}

.sidebar-widget .sidebar-widget-item ul.categories li a i::before {
  vertical-align: middle;
  margin-right: 10px;
}

.sidebar-widget .sidebar-widget-item ul.categories li a:hover {
  transition: all 0.4s ease;
  color: #00e4ff;
  margin-left: 10px;
}

.sidebar-widget .sidebar-widget-item .related-tag .tag-btn {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0000001a;
  border-radius: 0;
  padding: 15px 10px;
  color: #353535;
  margin: 5px;
  color: #222222;
  transition: 0.3s;
}

.sidebar-widget .sidebar-widget-item .related-tag .tag-btn:hover {
  color: #7354ff;
}

/* 21. ======== blog-details-area ===========*/
.blog-details-area .blog-info .full-blog .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
}

.blog-details-area .blog-info .full-blog .blog-content .blog-meta a {
  color: #000;
  margin-top: 16px;
  font-size: 15px;
}

.blog-details-area .blog-info .full-blog .blog-content .blog-meta a i:before {
  font-size: 14px;
  margin-right: 6px;
}

.blog-details-area .blog-info .full-blog .blog-content .blog-title {
  margin: 15px 0;
}

.blog-details-area .blog-info .full-blog .blog-content .blog-title a {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.blog-details-area .blog-info .full-blog .blog-content .blog-title a i::before {
  font-size: 15px;
  color: #7354ff;
  margin-right: 10px;
}

.blog-details-area .blog-info .full-blog .blog-content h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 30px;
}

.blog-details-area .blog-info .full-blog .blog-content blockquote {
  margin: 50px 0;
  background: #E8F9FB;
  padding: 60px 30px;
  border-left: 4px solid #24b5f1;
  padding-bottom: 45px;
}

.blog-details-area .blog-info .full-blog .blog-content blockquote p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.blog-details-area .blog-info .full-blog .blog-content blockquote span {
  font-size: 14px;
  font-weight: 500;
}

.blog-details-area .blog-info .full-blog .blog-content .blog-sp-image {
  margin-bottom: 50px;
}

.blog-details-area .comment-area {
  margin-top: 100px;
}

.blog-details-area .comment-area h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}

.blog-details-area .comment-area .comment-list-wrapper .comment-list .author-image {
  margin-right: 20px;
}

.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .author-name {
  font-size: 16px;
  margin: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-date a {
  font-size: 14px;
  font-weight: 400;
  color: #353535;
}

.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-date a i::before {
  font-size: 16px;
  color: #353535;
  margin-right: 4px;
}

.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-reply-link {
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid #7354ff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}

.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-reply-link:hover {
  background: #7354ff;
  color: #fff;
}

.blog-details-area .comment-form h4 {
  font-size: 20px;
  font-weight: 500;
}

.blog-details-area .comment-form form .form-group .form-control {
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid #7070705c;
  border-radius: 0;
  color: #888888;
}

/* 22. ======== portfolio-area ===========*/
.portfolio-area .item-menu button {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: none;
  color: #6D6D6D;
  padding: 0;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s;
}

.portfolio-area .item-menu button:hover {
  background: #409ee7;
  color: #fff;
}

.portfolio-area .item-menu button.is-checked {
  color: #fff;
  background: #409ee7;
}

table.project-details-table {
  width: 100%;
}

table.project-details-table tr td {
  border: 1px solid #ddd;
  padding: 10px;
}

h3.project-details-title {
  margin-bottom: 20px;
}

/* 23. ======== single-work ===========*/
.single-work {
  margin-bottom: 40px;
}

.single-work .wrapper .thumb {

  height: 490px;
}

.single-work .wrapper .thumb img {
  width: 99%;
}

.single-work .wrapper .thumb::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); */
  opacity: 0.55;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  border-radius: 5px;
}

.single-work .wrapper .thumb .thumb-content {
  position: absolute;
  top: 90%;
  transform: translateY(-90%);
  left: 0;
  right: 0;
  transition: 0.3s;
}

.single-work .wrapper .thumb .thumb-content p {
  font-size: 16px;
  font-weight: 400;
  /* color: #fff; */
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-work .wrapper .thumb .thumb-content span {
  font-size: 14px;
  font-weight: 500;
  /* color: #fff; */
}

.single-work .wrapper .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.single-work .wrapper .content p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-work .wrapper .content span {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}

.single-work .wrapper .content .project-btn {
  margin-top: 30px;
  background: #fff;
  color: #7354ff;
  padding: 13px 35px;
  font-size: 18px;
}

.single-work .wrapper .content .project-btn:hover {
  color: #fff;
  background: #7354ff;
  border-color: #7354ff;
}

.single-work .wrapper:hover .thumb::before {
  background: linear-gradient(0deg, #FF363D 0%, #000000 100%);
  opacity: 0.7;
}

.single-work .wrapper:hover .thumb-content {
  display: none;
}

.single-work .wrapper:hover .content {
  visibility: visible;
  opacity: 1;
}

/* 24. ======== contact-box-area ===========*/
.contact-box-area {
  margin-top: 130px;
  margin-bottom: 60px;
}

.contact-box-area .single-contact-box {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  margin-bottom: 40px;
  min-height: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-area .single-contact-box:hover .mete-title i::before {
  background: #7354ff;
  color: #fff;
}

.contact-box-area .single-contact-box .meta-content {
  margin-top: 40px;
}

.contact-box-area .single-contact-box:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.contact-box-area .single-contact-box .mete-title {
  margin-top: 30px;
}

.contact-box-area .single-contact-box .mete-title i::before {
  font-size: 30px;
  color: #ffffff;
  padding: 16px 20px;
  background: #7354ff;
  border-radius: 5px;
  transition: 0.3s;
}

.contact-box-area .single-contact-box .mete-title h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  color: #353535;
  margin-bottom: 25px;
}

.contact-box-area .single-contact-box .meta-content p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #353535;
}

/* 25. ======== contact-area-area ===========*/
.contact-area {
  margin-top: 50px;
}

.contact-area form h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.contact-area form .form-group {
  margin-bottom: 30px;
}

.contact-area form .form-group input {
  padding: 10px 10px;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-area form .form-group textarea {
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p.form-message.error {
  color: red;
  margin-top: 20px;
}

p.form-message.success {
  color: green;
  margin-top: 20px;
}

/* 26. ======== contact-map ===========*/
.contact-map {
  min-height: 500px;
  position: relative;
  /*	  &::before{
  		  position: absolute;
  		  content: '';
  		  left: 0;
  		  right: 0;
  		  background: #222222;
  			opacity: 0.65;
  		  height: 100%;
  		  width: 100%;
  	  }*/
}

.contact-map iframe {
  width: 100%;
  min-height: 500px;
  border: 0;
}

.contact-map .video-thum {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.contact-map .video-thum a {
  background: #fff;
  border-radius: 50%;
  height: 70px !important;
  width: 70px !important;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.contact-map .video-thum a i::before {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.contact-map .video-thum .animate::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 50%;
  animation: 2s ease-in-out 0.5s infinite waveAlarm;
  margin: 0 auto;
}

.contact-map .video-thum .animate::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 40%;
  animation: 2s ease-in-out infinite waveAlarm;
  margin: 0 auto;
}

.contact-map .video-thum p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 50px;
}

/* 27. ======== model-button-animation ===========*/
@keyframes waveAlarm {
  0% {
    transform: scale(1);
    opacity: 40%;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* 28. ======== 404-wrapper ===========*/
.bl-404-wrapper {
  padding: 50px 0;
}

.bl-404-wrapper h1 {
  font-size: 150px;
  font-weight: bold;
}

.bl-404-wrapper h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 26px;
  font-size: 34px;
}

.bl-404-wrapper a.go-back {
  margin-bottom: 50px;
}

/* 29. ======== Modal CSS ===========*/
div#signinModal {
  top: 50%;
  transform: translateY(-50%);
}

div#signinModal .modal-header .close {
  margin: -0.7rem -1rem -1rem auto;
}

div#signupModal {
  top: 38%;
  transform: translateY(-38%);
}

div#signupModal .modal-header .close {
  margin: -0.7rem -1rem -1rem auto;
}

form.form-signin-signup input[type=email],
form.form-signin-signup input[type=password],
form.form-signin-signup input[type=text] {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 0;
  height: 40px;
}

form.form-signin-signup input[type=email]:focus,
form.form-signin-signup input[type=password]:focus,
form.form-signin-signup input[type=text]:focus {
  border: 1px solid #7354ff;
  box-shadow: none;
}

form.form-signin-signup button {
  padding: 13px 15px;
  font-size: 20px;
  font-weight: 400;
}

/* 30. ======== Faq CSS ===========*/
.faq-area a {
  color: #262339;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.faq-area a:hover {
  text-decoration: none;
}

.faq-area a.focus {
  text-decoration: none;
}

.faq-area .card {
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}

.faq-area .card-header {
  background-color: #F3F2F7;
  border-bottom: none;
  padding: 16px 20px;
  transition: 0.3s;
}

.faq-area .card-header a i {
  position: absolute;
  right: 24px;
  top: 20px;
  display: none;
}

.faq-area .card .card-header a[aria-expanded=true] i.fas.fa-minus,
.faq-area .style-faq .card .card-header a[aria-expanded=false] i.fas.fa-plus {
  display: block;
}

/* 31. ======== Pricing Table CSS ===========*/
.pricing-area .pricing-wrap {
  transition: all 0.6s ease 0s;
  border-top: 6px solid #fff;
  box-shadow: 0px 0px 17px 7px #c8c8c82e;
  background: #fff;
  margin-bottom: 30px;
}

.pricing-area .pricing-wrap:hover {
  border-top: 6px solid #364675;
}

.pricing-area .pricing-wrap:hover .price-btn i {
  color: #fff;
}

.pricing-area .pricing-wrap.active {
  border-top: 6px solid #364675;
}

.pricing-area .pricing-wrap.active .price-btn {
  background: #000b22;
}

.pricing-area .price-content h5 {
  font-size: 20px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #353535;
}

.pricing-area .price-content p.price-number {
  font-size: 48px;
  color: #7354ff;
  font-weight: 700;
  margin: 30px;
}

.pricing-area .price-content .price-btn {
  margin-top: 30px;
}

.pricing-area .price-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-area .price-content ul li {
  color: #353535;
  line-height: 40px;
}

.pricing-area .price-content .price-icon i:before {
  font-size: 60px;
  background: #364675;
  color: #fff;
  padding: 15px;
  border-radius: 90%;
}

.pricing-area .price-content img {
  width: 100%;
  height: 100%;
}

.pricing-area .price-content .pricing_otherDiv {
  height: 434px;
}

.pricing-area .price-content .pricing_otherDiv h5 {
  padding: 1.5rem 0 0 1rem;
  margin: 0;
  text-align: left;
}

.pricing-area .price-content .pricing_otherDiv p {
  padding: 0.5rem 0 0 1rem;
  margin: 0;
  text-align: left;
}

.pricing-area .price-content .pricing_otherDiv p img {
  width: 4px;
  height: 4px;
}

.pricing-area .price-content .pricing_otherDiv .btn {
  margin-top: 1.5rem;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}



/*  ======== middle-nav-area ===========*/
.middle-nav-area {
  border-bottom: 1px solid lightgray;
}

.middle-nav-area .col-4 {
  text-align: left;
}

.middle-nav-area .col-8 {
  text-align: right;
}

.middle-nav-area button {
  border: 0;
  font-size: 15px;
  font-weight: 600;
  background: none;
  color: #6D6D6D;
  transition: 0.3s;
  padding: 10px 10px;
  margin: 0px 10px;
}

.middle-nav-area button:hover {
  background: #00b4ff;
  color: #000000;
  border-radius: 5px;
}

.middle-nav-area button:hover a {
  color: #Fff;
}

.middle-nav-area button a {
  color: inherit;
}

.middle-nav-area button.btnChecked {
  border-bottom: 3px solid rgb(122, 218, 253);
  color: #00b4ff;
}



/* 6. ============================= system-area ======================*/
.system-area {
  background-color: #e5f3ff;
  margin-top: -30px;
}

.system-area .back {
  height: 800px;
}

.system-area .back .section-title {
  margin-top: 80px;
}

.system-area .back .section-title h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.system-area .back .section-title p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #353535;
  max-width: 100%;
  margin: 15px auto 0px auto;
}



.system-area .back .boxDiv {
  height: 500px;
  width: 100%;
  margin-top: 50px;
  border: 1px solid #05dcfd;
  border-radius: 10px;
}

.system-area .back .boxDiv .row {
  height: 100%;
  /*此属性将元素设置为 flex 容器。 */
  display: flex;
  /*此属性将 flex 容器的内容水平居中对齐。*/
  justify-content: center;
  /*此属性将 flex 容器的内容垂直居中对齐。*/
  align-items: center;
  /*此属性将文本内容水平居中对齐。*/
  text-align: center;
}

.system-area .back .boxDiv .left-content {
  text-align: center
}

.system-area .back .boxDiv .mid-content {
  text-align: center
}


.system-area .back .boxDiv .right-content {
  text-align: center
}

/* ============================= 轮播器 carousel-area ======================*/

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  margin: auto;
  border-radius: 35px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
}

.carousel .carousel-inner .carousel-item {
  height: 700px;
  align-items: center;
  /*这种情况是垂直居中*/
  justify-content: center;
  /*这种情况是水平居中*/
}

.carousel .carousel-inner .carousel-item .carousel-row {
  height: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 10px;
}


/* 5. ============================= 鸿泰华瑞历程 counter_wrapper ======================*/
.history_wrapper {
  margin-top: -200px;
  z-index: 10;
}

/* 中部banner */
.history_wrapper .container .row {
  background-color: #FFF;
}

.history_wrapper .count_box {
  padding: 15px 0;
  text-align: center;
  margin-top: 40px;
  background: #fff;
  transition: 0.3s;
}

.history_wrapper .count_box i::before {
  font-size: 60px;
  color: #353535;
  transition: 0.3s;
}

.history_wrapper .count_box h3 {
  font-size: 50px;
  font-weight: 700;
  color: #0cc7f6;
  margin: 15px 0;
  transition: 0.3s;
}

.history_wrapper .count_box p {
  font-size: 13px;
  font-weight: 500;
  color: #353535;
  transition: 0.3s;
  min-height: 50px;
}

.history-area {
  background-color: #e5f3ff;
}

.history-area .boxDiv {
  height: 100%;
  width: 100%;
  margin-top: 50px;
  border: 1px solid #05dcfd;
  border-radius: 10px;
  padding: 0px 20px;

}

.history-area h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

.history-area p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}

.history-area .chosse-info {
  display: flex;
}

.history-area .chosse-info i::before {
  font-size: 40px;
  background: #FFFF;
  padding: 12px;
  color: #000000;
  border-radius: 10px;
  margin-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;
  transition: 0.3s;
}

.history-area .chosse-info .chosse-text h4 {
  font-size: 20px;
  font-weight: 500;
}

.history-area .chosse-info .chosse-text p {
  text-align: left;
  font-size: 14px;
  margin-top: 0;
}

.history-area .chosse-info:hover i::before {
  background: #7354ff;
  color: #fff;
}


/*  ============================= data-area ======================*/
.data-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  width: 100%;
  height: 440px;
  background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -webkit-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -moz-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
}

.data-area .data-content {
  text-align: center;
}

.data-area .data-content h3 {
  font-size: 32px;
  font-weight: 500;
}

.data-area .data-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  padding-right: 40px;

}

.data-area .data-content .slider-button .slider-btn {
  margin-top: 2rem;
  padding: 12px 30px;
  border-radius: 5px;
}

.data-area .data-content .slider-button .service {
  margin-right: 14px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

/* ============================= counter_wrapper ======================*/

/*  ============================= device-area ======================*/
.device-area {
  min-width: 100%;
  min-height: 924px;
  background-image: url(../img/productDetails-hard-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.device-area .title-area {
  text-align: center;
  padding-top: 50px;
}

.device-area .title-area hr {
  border: 2px solid #00b4ff;
  width: 80px;
  margin: auto;
}


.device-area .boxDiv {
  max-width: 300px;
}

.device-area .boxDiv:hover {
  transform: scale(1.2);
}

.device-area #box1 {
  position: absolute;
  left: 400px;
  top: 200px;
}

.device-area #box1::before {
  content: "01";
  font-size: 34px;
  color: #00e4ff;
  position: absolute;
  top: 5px;
  right: 10px;
}


.device-area #box2 {
  position: absolute;
  right: 400px;
  top: 300px;
}

.device-area #box2::before {
  content: "02";
  font-size: 34px;
  color: #00e4ff;
  position: absolute;
  top: 5px;
  right: 10px;
}

.device-area #box3 {
  position: absolute;
  left: 400px;
  bottom: 200px;
}

.device-area #box3::before {
  content: "03";
  font-size: 34px;
  color: #00e4ff;
  position: absolute;
  top: 5px;
  right: 10px;
}

.device-area #box4 {
  position: absolute;
  right: 400px;
  bottom: 100px;
}

.device-area #box4::before {
  content: "04";
  font-size: 34px;
  color: #00e4ff;
  position: absolute;
  top: 5px;
  right: 10px;
}

.device-area .chosse-info {
  display: flex;
  background-color: #ffffff;
}

.device-area .chosse-info:hover {
  border: 1px solid #00b4ff;
  border-radius: 5px;
}

.device-area .chosse-info img {
  width: 80px;
  height: 80px;
  padding: 10px;
}

.device-area .chosse-info .chosse-text {
  padding: 10px;
}

.device-area .chosse-info .chosse-text h4 {
  font-size: 20px;
  font-weight: 500;
}

.device-area .chosse-info .chosse-text p {
  text-align: left;
  font-size: 14px;
}

/*  ============================= about-us-area ======================*/

/* 6. ============================= os-tab ======================*/

.os-tab .title-area {
  text-align: center;
  padding-top: 50px;
}

.os-tab .item-menu button {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: none;
  color: #6D6D6D;
  padding: 0;
  margin-right: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
}

.os-tab .item-menu button:hover {
  background: #7354ff;
  color: #fff;
}

.os-tab .item-menu button.is-checked {
  color: #fff;
  background: #7354ff;
}

.os-tab .title-area hr {
  border: 2px solid #00b4ff;
  width: 80px;
  margin: auto;
}

.os-tab .about-info p {
  width: 80%;
}

.os-tab .about-image {
  margin-top: 25px;
}

.os-tab.about-image img {
  width: 100%;
  height: 100%;
}

.os-tab .about-title-background h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.os-tab p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.os-tab .indicator-area li {
  margin-bottom: 12px;
}

.os-tab .indicator-area li i::before {
  font-size: 15px;
  color: #7354ff;
  margin-right: 15px;
  vertical-align: middle;
}

.os-tab .indicator-area li span {
  font-size: 15px;
  font-weight: 500;
}

.os-tab .about-btn {
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.os-tab .row {
  box-shadow: 0px 0px 5px lightgrey;
  padding-top: 10px;
  padding-left: 10px;
}

.os-tab #system-tabs,
.os-tab #system-tabContent {
  min-height: 600px;
}

.os-tab #system-tabs .nav-link {
  width: 80%;
  height: 40px;
  margin: 1px 0px;
  background-color: rgb(0, 171, 255);
  text-align: center;
}


.os-tab #system-tabs .nav-link img {
  width: 60px;
  height: 60px;
}

.os-tab #system-tabs .nav-link .figure-caption {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}


@keyframes clipPath {

  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }

  25% {
    clip-path: inset(0 98% 0 0);
  }

  50% {
    clip-path: inset(98% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 98%);
  }
}

.os-tab #system-tabs .nav-link.active {
  color: #FFF;
  --bRadius: 10px;
  position: relative;
  text-align: center;
  border: 1px solid rgb(179, 191, 231);
  border-radius: var(--bRadius);
  transition: all .3s;
  height: 110px;
  background-image: linear-gradient(to right, rgb(28, 231, 255), rgb(0, 181, 255));
}


.os-tab #system-tabs .nav-link.active::before,
.os-tab #system-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid grey;
  transition: all .5s;
  border-radius: var(--bRadius);
  animation: clipPath 3s infinite linear;
}

.os-tab #system-tabs .nav-link.active::after {
  animation: clipPath 3s infinite -1.5s linear;
}

*/ .os-tab .slider-btn {
  padding: 12px 30px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  margin: auto;
}

.os-tab #system-tabContent #nav-tab a {
  color: #000;
}

.os-tab #system-tabContent #nav-tab a.active {
  color: #00e4ff;
}

.os-tab #system-tabContent .figure .figure-caption {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 5px;
  margin: 10px 5px;
  max-width: 75%;
}

.os-tab #system-tabContent .figure img {
  margin: auto;
}

.os-tab .service {
  margin-right: 14px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.os-tab .service:hover {
  color: black;
  background-image: linear-gradient(to right, #00b4ff, #00e4ff);
}


/*---------------------------app-tab-----------------------------*/

.app-tab {
  min-width: 100%;
  min-height: 1014px;
  background-image: url(../img/productDetails-app-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;

}

.app-tab .row {
  background-color: #FFF;
}

.app-tab .title-area {
  text-align: center;
  padding-top: 50px;
}

.app-tab .item-menu button {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: none;
  color: #6D6D6D;
  padding: 0;
  margin-right: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
}

.app-tab .item-menu button:hover {
  background: #7354ff;
  color: #fff;
}

.app-tab .item-menu button.is-checked {
  color: #fff;
  background: #7354ff;
}

.app-tab .title-area hr {
  border: 2px solid #00b4ff;
  width: 80px;
  margin: auto;
}

.app-tab .about-info p {
  width: 80%;
}

.app-tab .about-image {
  margin-top: 25px;
}

.os-tab.about-image img {
  width: 100%;
  height: 100%;
}

.app-tab .about-title-background h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.app-tab p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.app-tab .indicator-area li {
  margin-bottom: 12px;
}

.app-tab .indicator-area li i::before {
  font-size: 15px;
  color: #7354ff;
  margin-right: 15px;
  vertical-align: middle;
}

.app-tab .indicator-area li span {
  font-size: 15px;
  font-weight: 500;
}

.app-tab .about-btn {
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.app-tab .row {
  box-shadow: 0px 0px 10px lightgrey;
}

.app-tab #app-tabs,
.app-tab #app-tabContent {
  min-height: 620px;
}

.app-tab #app-tabs {
  padding: 10px;
}

.app-tab #app-tabs .nav-link {
  background-color: #FFFFFF;
  color: black;
  padding: 10px 0px;
  width: 80%;
  position: relative;
  text-align: center;
}


@keyframes clipPath {

  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }

  25% {
    clip-path: inset(0 98% 0 0);
  }

  50% {
    clip-path: inset(98% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 98%);
  }
}

.app-tab #app-tabs .nav-link.active {
  color: #FFF;
  --bRadius: 10px;
  position: relative;
  text-align: center;
  border: 1px solid rgb(179, 191, 231);
  border-radius: var(--bRadius);
  transition: all .3s;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}


.app-tab #app-tabs .nav-link.active::before,
.app-tab #app-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid grey;
  transition: all .5s;
  border-radius: var(--bRadius);
  animation: clipPath 3s infinite linear;
}

.app-tab #app-tabs .nav-link.active::after {
  animation: clipPath 3s infinite -1.5s linear;
}

.app-tab .slider-btn {
  padding: 12px 30px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  margin: auto;
}


.app-tab #app-tabs #system-tab-pic {
  width: 100%;
}

.app-tab #app-tabs #system-tab-pic img {
  padding-left: 0px;
}

.app-tab #app-tabContent p {
  color: gray;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

.app-tab #app-tabContent .figure {
  width: 30%;
  margin: 40px 10px;
}

.app-tab #app-tabContent .figure .figure-caption {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.app-tab #app-tabContent .figure img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */