@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@media screen and (max-width: 425px) {
  .this {
    font-size: 12px;
  }
}
/*
*/
/*=====================
TYPOGRAPGY CSS
*/
a {
  color: #3e425c;
  transition: 0.3s;
  display: inline-block;
}

a:hover {
  color: #2095f3;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

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

body,
html {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
  color: #1c1b2e;
}

p {
  margin: 0;
}

.tuc {
  text-transform: uppercase;
}

.tct {
  text-transform: capitalize;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-size: 15px;
  color: #6d859e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*==============
COMMON CSS
=================*/
.bg {
  background-position: center !important;
  background-size: cover !important;
}

/*==============
SPACE CSS
=================*/
.section-padding {
  padding: 100px 0;
}

.section-padding2 {
  padding: 100px 0 70px;
}

.section-padding-bottom {
  padding-bottom: 100px;
}

.section-padding-bottom2 {
  padding-bottom: 70px;
}

.space-100 {
  height: 100px;
}

.space-50 {
  height: 50px;
}

.space-80 {
  height: 80px;
}

.space-40 {
  height: 40px;
}

.space-60 {
  height: 60px;
}

.space-70 {
  height: 70px;
}

.space-30 {
  height: 30px;
}

.space-20 {
  height: 20px;
}

.space-10 {
  height: 10px;
}

.hbm {
  margin-bottom: 50px;
}

/*=====================
INNER CSS
*/
.inner_hero_area {
  padding: 100px 0 150px;
}

.inner_text h2 {
  color: #1c1b2e;
  font-size: 36px;
  font-weight: 900;
  line-height: 43px;
  margin-bottom: 10px;
}

.breadcrumb_area,
.breadcrumb_area a {
  color: #6d859e;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.single_blog_img {
  position: relative;
  z-index: 2;
}
.single_blog_img a.meta_date {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  background: #ffffff;
  display: inline-block;
  border-radius: 5px;
  padding: 13px 17px;
  line-height: 9px;
  transition: all 0.3s;
}

.single_blog {
  margin-bottom: 30px;
  border-radius: 5px;
}
.single_blog:hover a.meta_date {
  color: #ffffff;
  background: #0f6eff;
  transition: all 0.3s;
}
.single_blog .single_blog_content {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 50px rgba(97, 105, 140, 0.07);
  padding: 25px;
}
.single_blog .single_blog_content p {
  margin-bottom: 20px;
}
.single_blog .single_blog_content h3 {
  color: #1c1b2e;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.single_blog .single_blog_content h3:hover {
  color: #0f6eff;
  transition: all 0.3s;
}
.single_blog .single_blog_content h3 a {
  color: #1c1b2e;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.single_blog .single_blog_content h3 a:hover {
  color: #0f6eff;
  transition: all 0.3s;
}

.cpagination a.page-link {
  width: 40px;
  height: 40px;
  background: #f6f9fc;
}
.cpagination li.page-item a {
  padding: 0;
  height: auto;
  text-align: center;
  border: none;
  background: no-repeat;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  color: #6d859e;
  font-size: 16px;
}
.cpagination li.page-item {
  height: auto;
}
.cpagination li.page-item:first-child, .cpagination li.page-item:last-child {
  background: #f6f9fc;
  border-radius: 50%;
  color: #0f6eff;
  font-size: 16px;
}
.cpagination .page-item:last-child .page-link, .cpagination .page-item:first-child .page-link {
  border-radius: 50%;
}
.cpagination li.page-item a:hover {
  background: none;
}
.cpagination li.page-item li.page-item:first-child a:hover,
.cpagination li.page-item:last-child a:hover,
.cpagination li.page-item:last-child a:hover,
.cpagination li.page-item:first-child a:hover {
  background: #0f6eff;
  color: #ffffff;
}
.cpagination a.page-link.active {
  color: #1c1b2e;
}

.news_letter_form h3 {
  color: #1c1b2e;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  margin-bottom: 15px;
}

.news_letter {
  text-align: center;
}

.meta_box {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 50px rgba(97, 105, 140, 0.07);
  margin-bottom: 30px;
  padding: 30px;
}
.meta_box:last-child {
  margin-bottom: 0;
}

.news_letter_img {
  margin-bottom: 20px;
}
.news_letter_img img {
  max-width: 70%;
}

.news_letter_form p {
  margin-bottom: 25px;
}

.news_letter_form input {
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  color: #6d859e;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 20px;
}

h3.widget-title {
  color: #1c1b2e;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 30px;
}

.single_popular {
  position: relative;
  z-index: 2;
  padding-left: 130px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.single_popular:last-child {
  margin-bottom: 0;
}
.single_popular .popular_mg {
  position: absolute;
  left: 0;
  max-width: 110px;
  top: 50%;
  margin-top: -40px;
}
.single_popular h4 {
  color: #1c1b2e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.single_popular h4 a {
  color: #1c1b2e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.single_popular a.appture_meta {
  color: #6d859e;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.single_popular:hover h4 a {
  color: #0f6eff;
  transition: all 0.3s;
}

.single_blog_page {
  margin-bottom: 50px;
}
.single_blog_page h3 {
  color: #1c1b2e;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  margin: 30px 0 20px;
}

.tags ul {
  margin: 0;
  padding: 0;
}
.tags ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.tags ul li a {
  color: #6d859e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 5px;
  border: solid 1px #dedede;
  display: inline-block;
  padding: 6px 8px;
}
.tags ul li a:hover {
  background: #6d859e;
  color: #ffffff;
}
.tags ul li.meta_title {
  color: #1c1b2e;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}
.tags ul li:last-child {
  margin-right: 0;
}

.share_social {
  text-align: right;
}
.share_social ul {
  margin: 0;
  padding: 0;
}
.share_social ul li {
  display: inline-block;
}
.share_social ul li a {
  font-size: 16px;
  display: inline-block;
  padding: 3px 5px;
  color: #6d859e;
}
.share_social ul li a:hover {
  color: #0f6eff;
}

.blog_heading {
  margin-bottom: 30px;
}
.blog_heading h3 {
  color: #1c1b2e;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

/*=====================
DEMO CSS
*/
.demo_area {
  height: auto;
  padding: 200px 0 100px;
}

.single_demo {
  margin-bottom: 50px;
  text-align: center;
  transition: all 0.5s;
}

a.single_demo_link {
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
  display: block;
}

.single_demo:hover img {
  transform: translateY(-10px);
  transition: all 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.single_demo img {
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*=====================
BUTTONS CSS
*/
a.action_btn {
  font-size: 18px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #4f95ff;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
a.action_btn:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #ffffff;
  z-index: -1;
  transition: all 0.4s;
}
a.action_btn:hover {
  color: #1c1b2e;
  box-shadow: 0px 20px 50px rgba(15, 110, 255, 0.2);
  transition: all 0.4s;
}
a.action_btn:hover:after {
  width: 100%;
  transition: all 0.4s;
}

a.btn2 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #fca25d;
  display: inline-block;
  padding: 20px 50px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
a.btn2:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #ffffff;
  z-index: -1;
  transition: all 0.4s;
}
a.btn2:hover {
  color: #1c1b2e;
  box-shadow: 0px 20px 50px rgba(15, 110, 255, 0.2);
  transition: all 0.4s;
}
a.btn2:hover:after {
  width: 100%;
  transition: all 0.4s;
}

button.signup_btn3,
a.signup_btn3 {
  border: none;
  display: inline-block;
  border-radius: 5px;
  background: #0f6eff;
  box-shadow: 0px 5px 50px rgba(97, 105, 140, 0.07);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
  padding: 16px 30px;
  transition: all 0.3s;
}
button.signup_btn3:hover,
a.signup_btn3:hover {
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0px 20px 50px rgba(15, 110, 255, 0.2);
  color: #1c1b2e;
}

button.signup_btn2,
a.signup_btn2 {
  border: none;
  display: inline-block;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 50px rgba(97, 105, 140, 0.07);
  color: #1c1b2e;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
  padding: 16px 25px;
  transition: all 0.3s;
}
button.signup_btn2:hover,
a.signup_btn2:hover {
  background: #fca25d;
  transition: all 0.3s;
}

button.submit_btn,
a.submit_btn {
  width: 100%;
  border: none;
  display: inline-block;
  border-radius: 5px;
  background: #0f6eff;
  box-shadow: 0px 5px 50px rgba(97, 105, 140, 0.07);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s;
}
button.submit_btn:hover,
a.submit_btn:hover {
  background: #1c1b2e !important;
  transition: all 0.3s;
}

a.app_btn {
  padding: 13px 20px 13px 70px;
  display: inline-block;
  background: #0f6eff;
  position: relative;
  z-index: 2;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
a.app_btn:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #1c1b2e;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
a.app_btn:hover {
  transition: all 0.4s;
}
a.app_btn:hover:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
a.app_btn span.app_btn_text {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}
a.app_btn span.app_btn_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
a.app_btn span.app_btn_icon {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  margin-top: -20px;
}

.button_group a.app_btn:last-child {
  margin-left: 15px;
}
.button_group a.app_btn.app_store {
  background: #fca25d;
}

a.readmore_btn {
  color: #0f6eff;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  transition: all 0.3s;
}
a.readmore_btn:hover i {
  padding-left: 5px;
  transition: all 0.3s;
}
a.readmore_btn i {
  padding-left: 3px;
  transition: all 0.3s;
}

a.btn4 {
  background: #0f6eff;
  box-shadow: 0px 20px 50px rgba(15, 110, 255, 0.2);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
  padding: 23px 35px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
a.btn4:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
  z-index: -1;
  background: #ffffff;
  transition: all 0.4s;
}
a.btn4:hover {
  color: #1c1b2e;
  transition: all 0.4s;
  box-shadow: 0px 20px 50px rgba(15, 110, 255, 0.2);
}
a.btn4:hover:before {
  width: 100%;
  transition: all 0.4s;
}

a.btn5 {
  border: 1.5px solid #0f6eff;
  box-shadow: 0px 20px 50px rgba(15, 110, 255, 0.2);
  color: #0f6eff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 35px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
a.btn5 i {
  padding-left: 3px;
  font-size: 14px;
}
a.btn5:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
  z-index: -1;
  background: #0f6eff;
  transition: all 0.4s;
}
a.btn5:hover {
  color: #ffffff;
  transition: all 0.4s;
}
a.btn5:hover:before {
  width: 100%;
  transition: all 0.4s;
}

.btn2_group a:last-child {
  margin-left: 15px;
}

/*=====================
HEADER AREA CSS
*/
.header_area {
  transition: all 0.3s;
}

.header_area.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #ffffff;
  transition: all 0.3s;
}

.header2.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #f6f9fc;
  transition: all 0.3s;
}

.header_absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.main_menu ul {
  margin: 0;
  padding: 0;
}
.main_menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.main_menu ul li a {
  padding: 40px 13px;
  color: #ffffff;
}
.main_menu ul li ul {
  position: absolute;
  left: 0;
  top: 120px;
  padding: 15px 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #ffffff;
  text-align: left;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.main_menu ul li ul li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid 0 2px 16px #dddddd;
}
.main_menu ul li ul li:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background: #0f6eff;
  top: 50%;
  left: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.main_menu ul li ul li:hover:before {
  visibility: visible;
  opacity: 1;
  width: 10px;
  transition: all 0.3s;
}
.main_menu ul li ul li a {
  padding: 3px 15px;
  display: block;
  width: 180px;
  transition: all 0.5s;
  border-radius: 3px;
  color: #6d859e;
  font-size: 16px;
}
.main_menu ul li ul li a:hover {
  color: #0f6eff;
  transition: all 0.5s;
  padding-left: 30px;
}
.main_menu ul li ul li:last-child {
  border-bottom: none;
}
.main_menu ul li:hover > ul {
  top: 100px;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}

.theme-3 .main_menu ul li a {
  color: #1c1b2e;
}

.logo {
  max-width: 130px;
}

/*=====================
WELCOME AREA CSS
*/
.welcome_area {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.title h1 {
  font-size: 28px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 900;
  text-indent: 2rem;
}
.title h6 {
  font-size: 18px;
  line-height: 40px;
  color: #eae4ff;
  font-weight: 400;
  text-indent: 2rem;
}

.title2 h1 {
  color: #1c1b2e;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}
.title2 h1 span {
  color: #0f6eff;
}
.title2 h6 {
  color: #6d859e;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 10px;
}

.illas_box {
  position: absolute;
  max-width: 600px;
  height: auto;
  right: 13%;
}

.illas_wrap {
  position: relative;
  z-index: 2;
}

img.illas2 {
  position: absolute;
  right: 29%;
  max-width: 130px;
}

.apps2 {
  max-width: 500px;
  position: absolute;
  right: 16%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .title h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .welcome_area {
    height: auto;
    padding: 150px 0 100px;
  }

  .apps {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .apps {
    max-width: 400px;
  }

  .welcome_area {
    height: 700px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .theme-3 .illas_box {
    display: none;
  }
  .theme-3 .btn2_group a:last-child {
    margin-left: 0;
    margin-top: 20px;
  }

  .title2 {
    text-align: center;
  }
  .title2 h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .title2 h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile_img {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .apps_img {
    display: none;
  }

  .theme-3 .illas_box {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .welcome_area {
    height: auto;
    padding: 200px 0 100px;
  }

  .apps {
    margin-top: 100px;
    text-align: center;
  }

  .welcome_area {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .apps2 {
    max-width: 390px;
    position: absolute;
    right: 8%;
    bottom: 0;
  }

  .theme-3 .illas_box {
    max-width: 520px;
    height: auto;
    right: 8%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .theme-3 .welcome_area {
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 2;
    padding: 200px 0 150px;
  }
  .theme-3 .illas_box {
    position: absolute;
    max-width: 500px;
    height: auto;
    right: 0;
  }
  .theme-3 .title2 h1 {
    font-size: 70px;
    line-height: 75px;
  }
  .theme-3 .title2 h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
  }
}
@media screen and (min-width: 1440px) {
  .welcome_area {
    height: 970px;
  }
}
/*=====================
LOGO CAROUSEL AREA CSS
*/
.logo_area {
  padding: 20px 0;
}

.single_logo_table {
  height: 100px;
  width: 100%;
  display: table;
  margin-bottom: 0 auto;
  text-align: center;
}

.single_logo_table_cell {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single_logo_table img {
  max-width: 160px;
}

/*=====================
CORE FEATURE AREA CSS
*/
.single_core_feature {
  padding: 50px 45px;
  border-radius: 5px;
  transition: all 0.4s;
  text-align: center;
}
.single_core_feature:hover {
  background: #ffffff;
  transition: all 0.4s;
}

.icon_box {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: #0f6eff;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

/*=====================
FEATURE AREA CSS
*/
.feature_area {
  position: relative;
  z-index: 2;
}

img.feature_img_right {
  position: absolute;
  right: 18%;
  top: 16%;
  max-width: 500px;
  max-height: 500px;
}

img.feature_img_left {
  position: absolute;
  max-width: 450px;
  left: 17%;
  top: 18%;
}

.feature3_img_left {
  position: absolute;
  max-width: 550px;
  top: 14%;
  left: 17%;
}

.feature3_img._right {
  margin-right: -166px;
  max-width: 600px;
}

.feature3_img_left_wrap {
  position: relative;
  z-index: 2;
}

img.shape31 {
  position: absolute;
  left: -33%;
  bottom: 0;
  z-index: -1;
}

.feature3_img_right {
  position: absolute;
  max-width: 550px;
  top: -8%;
  right: 17%;
}

.feature3_img._rightt {
  margin-right: -166px;
  max-width: 600px;
}

.feature3_img_right_wrap {
  position: relative;
  z-index: 2;
}

img.shape32 {
  position: absolute;
  right: -25%;
  bottom: 0;
  z-index: -1;
}

.theme-2 .feature3_img_left {
  position: absolute;
  max-width: 920px;
  top: 14%;
  left: 5%;
}
.theme-2 img.shape31 {
  position: absolute;
  left: -11%;
  bottom: -20%;
  z-index: -1;
}
.theme-2 .feature3_img_right {
  position: absolute;
  max-width: 920px;
  top: 9%;
  right: 10%;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .welcome_area {
    height: 700px;
    padding-top: 50px;
  }

  img.feature_img_right {
    right: 12%;
  }

  img.feature_img_left {
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .mobile_feature_img {
    margin-bottom: 50px;
  }

  .mobile_feature_img2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  img.feature_img_right {
    right: 0;
  }

  img.feature_img_left {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  img.feature_img_right,
img.feature_img_left {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tab_img {
    display: none;
  }

  .feature3_mobile {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .tab_img {
    display: block;
  }

  .theme-3 .feature3_img_left {
    position: absolute;
    max-width: 500px;
    top: 16%;
    left: 0;
  }
  .theme-3 .feature3_img_right {
    position: absolute;
    max-width: 500px;
    top: -3%;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .tab_img {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .theme-2 .feature3_img_left {
    left: -11%;
  }
  .theme-2 .feature3_img_right {
    right: -3%;
  }

  .theme-3 .feature3_img_left {
    left: 5%;
  }
  .theme-3 .feature3_img_right {
    position: absolute;
    max-width: 550px;
    top: -3%;
    right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .theme-3 .feature3_img_left {
    display: none;
  }
  .theme-3 .feature3_img_right {
    display: none;
  }
  .theme-3 .feature_space {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .theme-3 .feature3_mobile {
    display: none;
  }
  .theme-3 .feature3_img_right_mobile {
    display: none;
  }
  .theme-3 .feature_area {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .theme-3 .feature3_mobile, .theme-3 .feature3_img_right_mobile {
    margin-bottom: 60px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1300px) {
  .feature_area {
    overflow-x: visible !important;
  }
}
/*=====================
ABOUT AREA CSS
*/
.single_about {
  text-align: center;
  margin-bottom: 30px;
}

.single_about_icon {
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.single_about.about_line:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  background: url(../img/shape/line1.png) no-repeat;
  top: 20px;
  left: 70%;
}

.single_about.about_line.about_line2:after {
  transform: rotate(180deg);
  left: 30%;
  top: -23%;
}

@media screen and (max-width: 990px) {
  .single_about.about_line:after {
    display: none;
  }
}
/*=====================
MORE FEATURE AREA CSS
*/
.single_more_feature {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  margin-bottom: 30px;
}

.more_feature_icon {
  position: absolute;
  left: 0;
  top: 0;
}

.apps_app {
  max-width: 320px;
  float: right;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .more_feature_area,
.apps_app {
    display: none;
  }

  .mobile_feature_img,
.mobile_feature_img2 {
    margin-bottom: 100px;
  }

  .counter_area.section-padding {
    padding-top: 0;
  }
}
/*=====================
TESTIMONIAL AREA CSS
*/
.single_testimonial p {
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 30px;
}

.testi_author {
  position: relative;
  z-index: 2;
  padding-left: 80px;
}

.testi_author_img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.rating ul {
  margin: 0;
  padding: 0;
}

.rating li {
  display: inline-block;
  list-style: none;
}

.rating li a {
  color: #ffb902;
}

.testi_author a {
  height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 5px;
}

/*=====================
FAQ AREA CSS
*/
button.btn.btn-link.btn-block.text-left {
  padding: 22px;
  color: #1c1b2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: none;
}

.card-header {
  padding: 0;
  background: none;
  border-bottom: 0;
}

.card {
  border: solid 1px #efefef;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef !important;
}

.card-body {
  color: #6d859e;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 20px 20px 20px;
}

button.btn.btn-link.btn-block.text-left:hover,
button.btn.btn-link.btn-block.text-left:focus {
  text-decoration: none;
}

button.btn.btn-link {
  position: relative;
  z-index: 2;
}

.faq_area button.btn.btn-link:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 pro";
  right: 23px;
  transition: all 0.3s;
}

.faq_area button.btn.btn-link[aria-expanded=true]:after {
  transform: rotate(180deg);
  transition: all 0.3s;
}

/*=====================
CTA AREA CSS
*/
.subscribe_form input {
  width: 70%;
  padding: 19px;
  border-radius: 5px;
  border: none;
  background: #ffffff;
}

.subscribe_form button.submit_btn {
  width: 30%;
  float: right;
  padding: 22px 10px;
  border: none;
  background: #fca25d;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
}

.subscribe_form form {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe_form p {
  margin-top: 10px;
}

button.submit_btn.submit_btn2 {
  background: #0f6eff;
}

/*=====================
APPS AREA CSS
*/
.apps_app3 {
  max-width: 500px;
  float: right;
}

@media screen and (max-width: 767px) {
  .apps_app {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 100px;
  }

  .button_group a.app_btn:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .theme-3 .apps_app3 {
    margin-top: 60px;
    float: left;
  }
}
/*=====================
COUNTER AREA CSS
*/
.screen_carousel {
  margin-top: 100px;
}
.screen_carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
  transition: all 0.3s;
}
.screen_carousel .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  display: inline-block;
  background: #f6f9fc;
  border-radius: 50%;
  margin: 0 3px;
  transition: all 0.3s;
}
.screen_carousel .owl-dots .owl-dot.active {
  background: #fca25d;
  transition: all 0.3s;
}

.single_counter {
  display: inline-block;
  margin-right: 30px;
  color: #1c1b2e;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}
.single_counter:last-child {
  margin-right: 0;
}

/*=====================
CTA AREA CSS
*/
@media screen and (max-width: 767px) {
  .subscribe_form {
    margin-top: 30px;
  }

  .subscribe_form input {
    width: 50%;
  }

  .subscribe_form button.submit_btn {
    width: 50%;
  }

  .cta_area {
    text-align: center;
  }
}
/*=====================
FOOTER AREA CSS
*/
.footer_logo {
  max-width: 130px;
}

.footer_social {
  text-align: right;
}

.social1 ul {
  margin: 0;
  padding: 0;
}
.social1 ul li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
.social1 ul li:last-child {
  margin-right: 0;
}
.social1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  color: #151d41;
  font-size: 14px;
  transition: all 0.4s;
}
.social1 ul li a:hover {
  border-color: #fca25d;
  background: #fca25d;
  color: #ffffff;
  transition: all 0.4s;
}

.copyright {
  padding: 25px 0;
  border-top: 1px solid #f1f1f1;
}

.single_footer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.single_footer ul {
  margin: 0;
  padding: 0;
}
.single_footer ul li {
  list-style: none;
}
.single_footer ul li a {
  font-size: 20px;
  line-height: 45px;
  color: #6d859e;
  transition: all 0.3s;
}
.single_footer ul li a:hover {
  color: #1c1b2e;
  padding-left: 3px;
  transition: all 0.3s;
}

.footer_logo {
  margin-bottom: 20px;
}

p.footer_pera {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer_social {
    text-align: left;
    margin-top: 15px;
  }
}
/*=====================
COMMON AREA CSS
*/
.content_box h6 {
  color: #1c1b2e;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 15px;
}

.heading h1 {
  font-size: 50px;
  color: #1c1b2e;
  line-height: 60px;
  font-weight: 900;
}
.heading p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 40px;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
  color: #ffffff;
}

.third_bg {
  background: #0f6eff;
}

.primary_bg {
  background: #f6f9fc;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .heading p {
    font-size: 20px;
    line-height: 34px;
  }

  .content_box h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

/**************************************
 ** - 02 - Preloader Section CSS
 **************************************/
 .preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: transparent;
}

.preloader .loader {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	text-align: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin: 0 auto;
}

.preloader .loader .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
}

.preloader .loader .shadow {
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	height: 5px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #000000;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: #7b68ee;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader::after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/*************************************
 ** - 03 - Navbar Section CSS
 *************************************/
 .techvio-responsive-nav {
	display: none;
}

.techvio-nav {
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	background-color: transparent;
}

.techvio-nav .navbar {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.techvio-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.techvio-nav .navbar .navbar-nav {
	margin: auto;
}

.techvio-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
}

.techvio-nav .navbar .navbar-nav .nav-item a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

/*
.techvio-nav .navbar .navbar-nav .nav-item a:hover, .techvio-nav .navbar .navbar-nav .nav-item a:focus, .techvio-nav .navbar .navbar-nav .nav-item a.active {
	color: #7b68ee;
}
*/

.techvio-nav .navbar .navbar-nav .nav-item a i {
	position: relative;
	top: -1px;
	font-size: 10px;
	margin-left: 2px;
}

.techvio-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.techvio-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}
.techvio-nav .navbar .navbar-nav .nav-item:hover a, .techvio-nav .navbar .navbar-nav .nav-item:focus a, .techvio-nav .navbar .navbar-nav .nav-item.active a {
	color: #7b68ee;
}
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	position: absolute;
	z-index: 99;
	top: 80px;
	left: 0;
	width: 230px;
	padding: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
}
.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0px solid transparent;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	position: relative;
	color: #404040;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 15px;
	margin: 0;
}

.techvio-nav.index-navber .navbar .navbar-nav .nav-item a {
	color: #555;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #ffffff;
    background-color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	top: 0;
	left: -245px;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #696997;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	left: -245px;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	left: -245px;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	left: 195px;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	left: 195px;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	left: 195px;
	opacity: 0;
	visibility: hidden;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	top: -15px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	top: -15px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	top: -15px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	top: -15px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	top: -15px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #7b68ee;
}

.techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	top: -15px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.techvio-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.auth-buttons .nav-item {
  display: flex;
  align-items: center;
}
.techvio-nav .navbar .other-option {
	margin-left: 0;
}
.techvio-nav .navbar .other-option .user-menu {
	display: flex;
}

.techvio-nav .black-logo {
	display: none;
}

.navbar-section {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navbar-section.is-sticky {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navbar-section.is-sticky .navbar-nav .nav-item a {
	color: #505050;
}

.navbar-section.is-sticky .navbar-nav .nav-item a:hover, .navbar-section.is-sticky .navbar-nav .nav-item a:focus, .navbar-section.is-sticky .navbar-nav .nav-item a.active {
	color: #7b68ee;
}

.navbar-section.is-sticky .techvio-nav .navbar-brand .white-logo {
	display: none;
}

.navbar-section.is-sticky .techvio-nav .navbar-brand .black-logo {
	display: block;
}

@media only screen and (max-width: 991px) {
	.navbar-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-section.is-sticky {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.navbar-section.is-sticky .logo .white-logo {
		display: none;
	}

	.navbar-section.is-sticky .logo .black-logo {
		display: block;
	}

	.techvio-responsive-nav {
		display: block;
	}

	.techvio-responsive-nav .techvio-responsive-menu {
		position: relative;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a {
		color: #101834;
		font-size: 16px;
		font-weight: 500;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #7b68ee;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 300px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.techvio-responsive-nav .techvio-responsive-menu.mean-container .others-options {
		display: none;
	}

	.techvio-responsive-nav .mean-container a.meanmenu-reveal {
		color: #404040;
	}

	.techvio-responsive-nav .mean-container a.meanmenu-reveal span {
		background-color: #404040;
	}

	.techvio-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.techvio-responsive-nav .logo .white-logo {
		display: block;
	}

	.techvio-responsive-nav .logo .black-logo {
		display: none;
	}

	.techvio-nav {
		display: none;
	}
}

.techvio-nav .navbar .other-option .call-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7b68ee;
    padding: 8px 10px;
    padding-right: 15px;
    border-radius: 5px;
}

.techvio-nav .navbar .other-option .call-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #7b68ee;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.default-btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 5px;
	display: inline-block;
	background-color: #7b68ee;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
	margin-top: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: none;
}

.default-btn span {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	display: block;
	border-radius: 30px;
	background-color: #3e57d0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.default-btn:hover, .default-btn:focus {
	color: #ffffff;
}

.default-btn:hover span, .default-btn:focus span {
	width: 200%;
	height: 500px;
}

/******************************************
 ** - 31 - All Page Footer Section CSS
 ******************************************/
 .footer-subscribe-wrapper {
	position: relative;
	z-index: 1;
	background-color: #042c4c;
}

.footer-subscribe-wrapper:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url(../img/dot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 25px;
}

.footer-heading {
	margin-bottom: 20px;
}

.footer-heading h3 {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	margin: 0;
}

.single-footer-widget .footer-social {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

.single-footer-widget .footer-social li {
	display: inline-block;
	margin-right: 10px;
}

.single-footer-widget .footer-social li:last-child {
	margin-right: 0;
}

.single-footer-widget .footer-social i {
	color: #7b68ee;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-social i:hover {
	color: #ffffff;
	border: 1px solid #7b68ee;
	background-color: #7b68ee;
}

.single-footer-widget p {
	color: #ececec;
	font-size: 16px;
	font-weight: 400;
}

.single-footer-widget .footer-heading {
	margin-bottom: 25px;
}

.single-footer-widget .footer-heading h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
	padding-bottom: 18px;
	list-style-type: none;
}

.single-footer-widget .footer-quick-links li:last-child {
	padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
	display: inline-block;
	color: #ececec;
	font-size: 16px;
	font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
	color: #7b68ee;
	text-decoration: underline !important;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact {
	position: relative;
	padding-left: 35px;
	margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
	margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.single-footer-widget .footer-info-contact i::before {
	font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
	color: #ececec;
	font-size: 15px;
	font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
	color: #ececec;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-footer-widget .footer-info-contact span a:hover {
	color: #7b68ee;
}
/*********************************************
 ** - 32 - All Page Copyright Section CSS
 *********************************************/
 .copyright-area {
	padding: 35px 0;
	background-color: #042c4c;
	border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.copyright-area p {
	color: #ffffff;
	font-size: 16px;
}

.copyright-area p a {
	color: #ececec;
	font-weight: 600;
	display: inline-block;
}

.copyright-area p a:hover {
	color: #7b68ee;
}

.copyright-area ul {
	padding-left: 0;
	text-align: right;
	margin-bottom: 0;
}

.copyright-area ul li {
	position: relative;
	color: #ececec;
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-area ul li a {
	color: #ffffff;
	display: inline-block;
}

.copyright-area ul li a:hover {
	color: #7b68ee;
}

.copyright-area ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background-color: #ffffff;
}

.copyright-area ul li:last-child {
	margin-right: 0;
}

.copyright-area ul li:last-child::before {
	display: none;
}

.copyright-area ul li:first-child {
	margin-left: 0;
}
/*********************************
 ** - 00 -  Go Top CSS
 *********************************/
 .go-top {
	color: #ffffff;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 15px;
	width: 45px;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	background-color: #7b68ee;
	-webkit-transition: .9s;
	transition: .9s;
	cursor: pointer;
}

.go-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin: 0 auto;
}

.go-top i:last-child {
	top: 60%;
	opacity: 0;
	visibility: hidden;
}

.go-top::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	background-color: #ff9800;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.go-top:hover, .go-top:focus {
	color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*************************************
 ** Kf Section CSS
 *************************************/
/* 客服聊天样式 */
:root {
  --kf-primary-color: #3498db;
  --kf-secondary-color: #2c3e50;
  --kf-accent-color: #1abc9c;
  --kf-light-color: #f8f9fa;
  --kf-dark-color: #343a40;
  --kf-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --kf-user-color: #3498db;
  --kf-agent-color: #f1f1f1;
}

.kf-chat-container {
  position: fixed;
  bottom: 50%;
  right: 15px;
  z-index: 1000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.kf-chat-btn {
  background: linear-gradient(180deg, 
    #667eea 0%, 
    #764ba2 25%, 
    #6a11cb 50%, 
    #2575fc 75%, 
    #667eea 100%);
  background-size: 100% 400%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  box-shadow: var(--kf-shadow);
  transition: all 0.3s ease;
  font-size: 14px;
  width: 46px;
  height: 130px;
  border-radius: 23px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: gradientFlowVertical 8s ease infinite;
}
.kf-chat-btn .kf-chat-btn-img {
  width: 30px;
  height: 31px;
  margin-bottom: 5px;
}
.kf-chat-btn .kf-chat-btn-txt {
  width: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2px;
}

.kf-chat-btn:hover {
  animation: gradientFlowVerticalFast 4s ease infinite;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

@keyframes gradientFlowVertical {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes gradientFlowVerticalFast {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.kf-chat-window {
  position: absolute;
  bottom: -200px;
  right: 50px;
  width: 350px;
  height: 500px;
  background-color: white;
  border-radius: 15px;
  box-shadow: var(--kf-shadow);
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.kf-chat-header {
  background: linear-gradient(90deg, 
    #667eea 0%, 
    #764ba2 25%, 
    #6a11cb 50%, 
    #2575fc 75%, 
    #667eea 100%);
  background-size: 400% 100%;
  color: white;
  padding: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: gradientFlow 8s ease infinite;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.kf-chat-agent-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kf-agent-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.kf-agent-avatar.small {
  width: 32px;
  height: 32px;
  font-size: 14px;
}

.kf-agent-details h5 {
  margin: 0;
  font-size: 16px;
}

.kf-agent-status {
  font-size: 12px;
  opacity: 0.8;
}

.kf-chat-close {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  transition: background-color 0.2s;
}

.kf-chat-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.kf-chat-body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
}

.kf-options-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kf-welcome-message {
  margin-bottom: 15px;
}

.kf-option-btn {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kf-option-btn:hover {
  background-color: var(--kf-primary-color);
  color: white;
  border-color: var(--kf-primary-color);
}

.kf-chat-messages {
  display: none;
  flex-direction: column;
  gap: 15px;
}

.kf-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.kf-message.kf-user {
  flex-direction: row-reverse;
}

.kf-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--kf-user-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  display: none;
}

.kf-message-content {
  max-width: 86%;
  padding: 10px 15px;
  border-radius: 18px;
  position: relative;
  word-wrap: break-word;
}

.kf-message.kf-user .kf-message-content {
  background-color: var(--kf-user-color);
  color: white;
  border-bottom-right-radius: 5px;
}

.kf-message.kf-agent .kf-message-content {
  background-color: var(--kf-agent-color);
  color: var(--kf-dark-color);
  border-bottom-left-radius: 5px;
}

.kf-typing-indicator {
  display: none;
  align-items: flex-start;
  gap: 10px;
}

.kf-typing-dots {
  display: flex;
  gap: 3px;
}

.kf-typing-dot {
  width: 8px;
  height: 8px;
  background-color: #adb5bd;
  border-radius: 50%;
  animation: kf-typing 1.4s infinite ease-in-out;
}

.kf-typing-dot:nth-child(1) { animation-delay: -0.32s; }
.kf-typing-dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes kf-typing {
  0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
  40% { transform: scale(1); opacity: 1; }
}

.kf-chat-footer {
  padding: 15px;
  border-top: 1px solid #e0e0e0;
  display: none;
}

.kf-chat-input-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.kf-chat-input {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  outline: none;
}

.kf-chat-input:focus {
  border-color: var(--kf-primary-color);
}

.kf-send-btn {
  background-color: var(--kf-primary-color);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.kf-send-btn:hover {
  background-color: var(--kf-secondary-color);
}

.kf-visible {
  display: flex !important;
}

.kf-hidden {
  display: none !important;
}

/* 滚动条样式 */
.kf-chat-body::-webkit-scrollbar {
  width: 6px;
}

.kf-chat-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.kf-chat-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.kf-chat-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 富文本消息样式 */
.kf-message-content .kf-md-content {
  line-height: 1.5;
  font-size: 14px;
}

.kf-message-content .kf-md-content h4 {
  margin: 15px 0 8px 0;
  font-size: 14px;
  font-weight: 600;
}

.kf-message-content .kf-md-content p {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: var(--kf-dark-color);
}

.kf-message-content .kf-md-content ol,
.kf-message-content .kf-md-content ul {
  margin: 0 0 12px 0;
  padding-left: 20px;
}

.kf-message-content .kf-md-content li {
  margin-bottom: 6px;
}

.kf-message-content .kf-md-content .kf-link {
  color: #3498db;
  text-decoration: underline;
}

.kf-message-content .kf-md-content .kf-link:hover {
  color: #2980b9;
}

/* 定价方案样式 */
.kf-message-content .kf-pricing-tier {
  margin-bottom: 15px;
  padding: 10px;
  border-left: 3px solid #3498db;
  background-color: rgba(52, 152, 219, 0.05);
}

.kf-message-content .kf-pricing-tier h4 {
  margin-top: 0 !important;
  color: #2c3e50;
}
.kf-chat-container {
  font-size: 15px;
}
.kf-chat-container button {
  outline: 0 !important;
}
.kf-chat-container h5 {
  font-weight: 700;
	line-height: 1.2;
	font-family: 'Noto Sans SC', 'Dosis', sans-serif;
	margin: 0;
  color: white;
}

.kf-chat-container p {
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.2px;
	font-family: 'Noto Sans SC', 'Catamaran', sans-serif;
	margin-bottom: 15px;
}

.kf-chat-container p:last-child {
	margin-bottom: 0;
}

/*************************************
 ** qrcode Section CSS
 *************************************/
/* 二维码弹出框样式 */
.qrcode-popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  width: 280px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.qrcode-popup.show {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.qrcode-content {
  padding: 20px;
}

.qrcode-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.qrcode-header h4 {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.close-qrcode {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #999;
  transition: color 0.3s;
}

.close-qrcode:hover {
  color: #333;
}

.qrcode-image-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}

#qrcodeImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.qrcode-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.qrcode-loading p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.qrcode-footer {
  text-align: center;
}

.qrcode-footer p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.qrcode-arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}

/* 按钮组相对定位 */
.button_group {
  position: relative;
  display: inline-block;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .qrcode-popup {
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
  
  .qrcode-image-container {
    width: 180px;
    height: 180px;
  }
}

/* 防止鼠标移出过快导致二维码消失的延迟效果 */
.qrcode-popup {
  pointer-events: none;
}

.qrcode-popup.show {
  pointer-events: auto;
}

/* 添加悬停动画 */
#downloadBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

#downloadBtn {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.core_description{
  margin-top: 12px;
  text-align: left;
}