/* ===========================
Index Of css

01. Variables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. Domain Search CSS
06. Pricing CSS
07. Features CSS
08. Services CSS
09. Data Center Map CSS
10. About CSS
11. Domain CSS
12. Testimonial CSS
13. Blog CSS
14. Counter CSS
15. Clients CSS
16. Team CSS
17. Call Action CSS
18. Account Login CSS
19. Contact CSS
20. Faq CSS
21. Error CSS
22. Mail Success CSS
23. Footer CSS
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import "css2.css";
@import "css21.css";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333;
  overflow-x: hidden;
  font-size: 15px;
  background: #fff;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #0069ff;
  border-color: #0069ff;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #010e27;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #191919;
  font-family: 'Poppins', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.bg-gray {
  background-color: #F4F7FA !important;
}

main {
  display: block;
}

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
  z-index: 2;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
}

.breadcrumbs.custom-padding {
  padding-bottom: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs.custom-padding {
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs.custom-padding {
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 28px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  display: inline-block;
  margin-top: 10px;
  background: #ffffff24;
  padding: 13px 30px;
  border-radius: 5px;
  margin-top: 20px;
}

.breadcrumbs .breadcrumb-nav {
  text-align: right;
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    text-align: center;
    margin-top: 15px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea14";
  font-family: lineIcons;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li i,
.breadcrumbs .breadcrumb-nav li a i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: #e4e4e4;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  color: #005ff9;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    max-width: 860px;
    padding: 0px 20px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 15px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #0069ff;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #005ff9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10001;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 50%;
}

.scroll-top:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  background-color: #e5effe;
  color: #005ff9 !important;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #010e27;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 60px 0 0 0;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #010e27;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #0069ff;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px;
  background-color: #005ff9;
  color: #fff;
  border: none;
  box-shadow: 0 14px 30px rgba(0, 95, 249, 0.18);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #0033ab;
  box-shadow: 0 18px 36px rgba(0, 51, 171, 0.22);
}

.button {
  margin-left: 0 !important;
}

.button .btn-alt {
  background-color: #010e27 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn-alt:hover {
  background-color: #005ff9 !important;
  color: #fff !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #0069ff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .button {
    margin: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #0069ff;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #0069ff;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 62px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #0069ff;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #0069ff;
  }
}

.header .navbar-brand {
  position: relative;
  display: inline-block;
  width: 176px;
}

.header .navbar-brand img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.28s ease, transform 0.28s ease;
  will-change: opacity, transform;
}

.header .navbar-brand .logo-default {
  opacity: 1;
  transform: translateY(0);
}

.header .navbar-brand .logo-sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(2px);
  pointer-events: none;
}

.sticky .header .navbar-brand .logo-default,
.sticky .navbar-brand .logo-default {
  opacity: 0;
  transform: translateY(-2px);
}

.sticky .header .navbar-brand .logo-sticky,
.sticky .navbar-brand .logo-sticky {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand {
    width: 152px;
  }
  .header .navbar-brand img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header .navbar-brand {
    width: 132px;
  }
  .header .navbar-brand img {
    width: 100%;
  }
}

.header.sticky .button .btn {
  background-color: #005ff9;
  color: #fff;
}

.header.sticky .button .btn:hover {
  background-color: #010e27;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #005ff9;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #010e27;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0px 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: #fff;
}

.sticky .navbar-nav .nav-item:hover a {
  color: #005ff9;
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #ffffffa1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  font-size: 1em;
  position: absolute;
  right: -18px;
  font-size: 11px;
  top: 50%;
  margin-left: 5px;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

.navbar-nav .nav-item:hover a.dd-menu::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
          box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #005ff9;
}

.header .navbar .navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #005ff9 !important;
}

.sticky .navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #005ff9;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
  color: #0069ff !important;
}

.sticky .navbar-nav .nav-item .sub-menu > li.active > a {
  color: #005ff9 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.header .button {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .header .button {
    display: none;
  }
}

.header .button .btn {
  background-color: #fff;
  color: #010e27;
  font-weight: 500;
}

.header .button .btn:hover {
  color: #010e27;
  background-color: #e9e9e9;
}

.header .web4-auth-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header .web4-auth-actions .btn {
  margin-right: 0;
  padding: 10px 18px;
  white-space: nowrap;
}

.header .web4-auth-actions .btn-web4-login,
.header .web4-auth-actions .btn-web4-signup {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  box-shadow: none;
}

.header.sticky .web4-auth-actions .btn-web4-login,
.header.sticky .web4-auth-actions .btn-web4-signup {
  background: #fff !important;
  border-color: rgba(0, 95, 249, 0.18);
  color: #005ff9 !important;
}

.sticky .button .btn {
  background-color: #005ff9;
  color: #fff;
}

.sticky .button .btn:hover {
  background-color: #005ff9;
  color: #fff;
}

.header .web4-top-actions-v2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 22px;
  white-space: nowrap;
}

.header .web4-top-actions-v2 a,
.header .web4-lang-compact summary {
  color: #07132e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.header .web4-top-actions-v2 .web4-signup-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 7px;
  background: #2f68ff;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}

.header .web4-lang-compact {
  display: inline-flex;
  position: relative;
}

.header .web4-lang-compact summary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  list-style: none;
  cursor: pointer;
}

.header .web4-lang-compact summary::-webkit-details-marker,
.header .web4-lang-compact summary::after {
  display: none;
}

.header .web4-lang-compact svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.2;
}

.header .web4-lang-compact .lang-dropdown-menu {
  left: 50%;
  right: auto;
  top: calc(100% + 13px);
  width: 156px;
  min-width: 156px;
  transform: translateX(-50%);
  z-index: 60;
}

.header.sticky .web4-top-actions-v2 a,
.header.sticky .web4-lang-compact summary {
  color: #07132e;
}

.header.sticky .web4-top-actions-v2 .web4-signup-pill {
  color: #fff;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  background-color: #010e27;
  padding: 280px 0 260px 0;
  z-index: 0;
  background-color: #0069ff;
  background-image: url("../image/bg-hosting.png");
  background-size: cover;
  background-position: center;
}

.hero-area .hero-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 130px 0 180px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 110px 0 150px 0;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0px 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
}

.hero-area .hero-content h4 {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.178);
  padding: 12px 16px;
  border-radius: 5px;
  display: inline-block;
}

.hero-area .hero-content h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  color: #fff;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content h1 {
    font-size: 22px;
    line-height: 32px;
  }
}

.hero-area .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
}

.hero-area .hero-content h5 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}

.hero-area .hero-content .button {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 30px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 30px;
    width: 100%;
  }
}

.hero-area .hero-content .button a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #0069ff;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-area .hero-content .button a:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 8px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

.hero-area .hero-image {
  text-align: right;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .hero-image {
    display: none;
  }
}

.hero-area .hero-image .main-image {
  width: 90%;
}

/*======================================
    Domain Search CSS
========================================*/
.domain-search {
  background-color: #fff;
}

.domain-search .inner-cotainer {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 75px 80px;
  text-align: center;
  position: relative;
  margin-top: -120px;
  z-index: 5;
  -webkit-box-shadow: 0px 10px 30px #0000000f;
          box-shadow: 0px 10px 30px #0000000f;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domain-search .inner-cotainer {
    padding: 60px 60px;
  }
}

@media (max-width: 767px) {
  .domain-search .inner-cotainer {
    padding: 35px 20px;
  }
}

.domain-search .inner-cotainer .sahpe {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .domain-search .inner-cotainer .sahpe {
    height: 70px;
    width: 70px;
    right: -35px;
    top: -35px;
  }
}

.domain-search .inner-cotainer .sahpe2 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  bottom: -40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .domain-search .inner-cotainer .sahpe2 {
    height: 70px;
    width: 70px;
    left: -35px;
    bottom: -35px;
  }
}

.domain-search .content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domain-search .content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .domain-search .content h2 {
    font-size: 18px;
  }
}

.domain-search .content h2 span {
  color: #838383;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .domain-search .content p {
    padding: 0px 20px;
  }
}

.domain-search .content .extention-list {
  display: block;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .domain-search .content .extention-list {
    margin-top: 20px;
  }
}

.domain-search .content .extention-list li {
  display: inline-block;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .domain-search .content .extention-list li {
    margin-bottom: 12px;
  }
  .domain-search .content .extention-list li:last-child {
    margin: 0;
  }
}

.domain-search .content .extention-list li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.domain-search .content .extention-list li a {
  color: #010e27;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.075);
  padding: 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  border-bottom: 3px solid transparent;
}

@media (max-width: 767px) {
  .domain-search .content .extention-list li a {
    font-size: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
  }
  .domain-search .content .extention-list li a span {
    margin: 0;
  }
  .domain-search .content .extention-list li a:hover {
    color: #0069ff;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.domain-search .content .extention-list li a:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.11);
  border-bottom-color: #0069ff;
}

.domain-search .content .extention-list li a span {
  display: block;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .domain-search .content .extention-list li a span {
    margin: 0;
  }
}

/* Search Form */
.search-form {
  margin-top: 40px;
  -webkit-box-shadow: 0px 10px 30px #0000000f;
          box-shadow: 0px 10px 30px #0000000f;
  border-radius: 5px;
  padding: 20px;
}

@media (max-width: 767px) {
  .search-form {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .search-form {
    margin-top: 20px;
  }
}

.search-form .search-input {
  position: relative;
}

@media (max-width: 767px) {
  .search-form .search-input {
    margin-bottom: 15px;
  }
}

.search-form .search-input input {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: none;
  padding: 0 25px;
  height: 55px;
  font-size: 15px;
  border: 1px solid #eee;
}

.search-form .search-input input:focus {
  outline: none !important;
}

.search-form .search-input label {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.search-form .search-input select {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 0 25px;
  height: 55px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
}

.search-form .search-input select:focus {
  outline: none !important;
}

.search-form button {
  width: 100%;
  border: none;
  padding: 0 25px;
  height: 55px;
  border-radius: 4px !important;
}

.search-form button.btn:hover {
  background: #010e27;
  color: #fff;
}

.search-form button i {
  display: inline-block;
  margin-right: 5px;
}

/*======================================
	Pricing CSS
========================================*/
.pricing {
  background-color: #F4F7FA;
}

.pricing .nav {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px 13px !important;
  border-radius: 40px !important;
}

.pricing .pricing-tabs {
  margin-bottom: 40px !important;
  text-align: center;
}

@media (max-width: 767px) {
  .pricing .pricing-tabs {
    margin-bottom: 20px !important;
  }
}

.pricing .nav-pills .nav-link {
  color: #010e27;
  border-radius: 30px !important;
  padding: 10px 25px !important;
}

.pricing .nav-pills .nav-link:hover {
  color: #0069ff;
}

.pricing .nav-pills .nav-link.active {
  background: #005ff9;
  color: #fff;
}

.pricing .nav-pills .nav-link.active .badge {
  background-color: #fff !important;
  color: #005ff9 !important;
}

.pricing .section-title {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .pricing .section-title {
    margin-bottom: 30px;
  }
}

.pricing .single-pricing {
  padding: 45px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.068);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.068);
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  z-index: 2;
}

.pricing .single-pricing .badge {
  position: absolute;
  left: -50px;
  top: 22px;
  background-color: #005ff9;
  color: #fff;
  padding: 6px 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pricing .single-pricing .sahpe {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -46px;
  top: -46px;
  z-index: -1;
  -webkit-filter: invert(47%) sepia(90%) saturate(2247%) hue-rotate(2deg) brightness(99%) contrast(96%);
          filter: invert(47%) sepia(90%) saturate(2247%) hue-rotate(2deg) brightness(99%) contrast(96%);
}

.pricing .single-pricing .sahpe2 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: -46px;
  bottom: -46px;
  z-index: -1;
  -webkit-filter: invert(47%) sepia(90%) saturate(2247%) hue-rotate(2deg) brightness(99%) contrast(96%);
          filter: invert(47%) sepia(90%) saturate(2247%) hue-rotate(2deg) brightness(99%) contrast(96%);
}

/* Product UI palette lock for pricing decorations */
.pricing .single-pricing .sahpe,
.pricing .single-pricing .sahpe2 {
  -webkit-filter: none !important;
          filter: none !important;
  opacity: 0.28;
}

.pricing .single-pricing:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.116);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.116);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.pricing .single-pricing .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 25px;
}

.pricing .single-pricing .start-at {
  display: block;
  margin-bottom: 6px;
}

.pricing .single-pricing .price {
  color: #005ff9;
  font-size: 38px;
  font-weight: 600;
  font-family: DM Sans;
}

.pricing .single-pricing .price .sent {
  font-size: 26px;
}

.pricing .single-pricing .price .duration {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
}

.pricing .single-pricing .old-price {
  color: #727272;
  text-decoration: line-through;
  display: block;
  margin-top: 5px;
}

.pricing .single-pricing .save-price {
  font-size: 15px;
  font-weight: 500;
  color: #010e27;
  display: block;
  margin-top: 10px;
}

.pricing .single-pricing .button {
  margin-top: 30px;
}

.pricing .single-pricing .button .btn {
  background-color: #fff;
  border: 2px solid #eee;
  color: #010e27;
  padding: 12px 30px;
  font-size: 14px;
}

.pricing .single-pricing .button .btn:hover {
  color: #fff;
  background-color: #0069ff;
  border-color: transparent;
}

.pricing .single-pricing .item-list {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.pricing .single-pricing .item-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #010e27;
}

.pricing .single-pricing .item-list li:last-child {
  margin: 0;
}

/* Pricing Sryle 2 */
.pricing-style2 .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style2 .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .pricing-style2 .section-title {
    margin-bottom: 30px;
  }
}

.pricing-style2 .single-pricing {
  margin-top: 30px;
  padding: 45px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.068);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.068);
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pricing-style2 .single-pricing:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.116);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.116);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.pricing-style2 .single-pricing .p-icon {
  height: 70px;
  width: 70px;
  text-align: center;
  display: block;
  border-radius: 7px;
  background: #0069ff0f;
  line-height: 90px;
}

.pricing-style2 .single-pricing .p-icon i {
  color: #0069ff;
  font-size: 30px;
}

.pricing-style2 .single-pricing .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 25px;
}

.pricing-style2 .single-pricing .des {
  margin-bottom: 25px;
}

.pricing-style2 .single-pricing .start-at {
  display: block;
  margin-bottom: 6px;
}

.pricing-style2 .single-pricing .price {
  color: #010e27;
  font-size: 38px;
  font-weight: 600;
  font-family: DM Sans;
}

.pricing-style2 .single-pricing .price .sent {
  font-size: 26px;
}

.pricing-style2 .single-pricing .price .duration {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
}

.pricing-style2 .single-pricing .button {
  margin-top: 30px;
}

.pricing-style2 .single-pricing .button .btn {
  background-color: #fff;
  border: 2px solid #eee;
  color: #010e27;
  padding: 12px 30px;
  font-size: 14px;
}

.pricing-style2 .single-pricing .button .btn:hover {
  color: #fff;
  background-color: #0069ff;
  border-color: transparent;
}

/*======================================
    Why Choose Area CSS
========================================*/
.features {
  background-color: #fff;
  padding-top: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .features .responsive-space {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .features {
    padding-top: 60px;
  }
}

.features .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .features .section-title {
    margin-bottom: 30px;
  }
}

.features.style2 .single-feature {
  padding: 40px 35px;
}

.features.style2 .single-feature .list-icon {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  margin-bottom: 25px;
}

.features.style3 .section-title {
  margin: 0;
}

.features.style3 .single-item {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features.style3 .single-item {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .features.style3 .single-item {
    margin-top: 50px;
  }
}

.features.style3 .content {
  padding: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .features.style3 .content.pl {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .features.style3 .content.pr {
    padding-right: 60px;
  }
}

.features.style3 .content h5 {
  color: #0069ff;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.features.style3 .content h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features.style3 .content h3 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .features.style3 .content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.features.style3 .content p {
  margin-bottom: 20px;
}

.features.style3 .content p:last-child {
  margin: 0;
}

.features.style3 .image {
  padding: 50px;
  background-color: #F4F7FA;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features.style3 .image {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .features.style3 .image {
    padding: 20px;
  }
}

.features.style3 .image img {
  width: 100%;
}

.features .shape {
  position: absolute;
  left: -76px;
  bottom: -74px;
  height: 150px;
  width: 150px;
  z-index: 5;
  opacity: 0.6;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .shape {
    height: 120px;
    width: 120px;
    left: -60px;
    bottom: -60px;
  }
}

@media (max-width: 767px) {
  .features .shape {
    height: 100px;
    width: 100px;
    left: -50px;
    bottom: -50px;
  }
}

.features .explore-all {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .explore-all {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .features .explore-all {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .features .content {
    padding-right: 90px;
  }
}

.features .content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #010e27;
  margin-bottom: 30px;
}

.features .content h2 span {
  color: #0069ff;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.features .content p {
  margin-bottom: 20px;
}

.features .content p:last-child {
  margin: 0;
}

.features .content .button {
  margin-top: 40px;
}

.features .single-feature {
  margin-top: 30px;
  padding: 50px 40px;
  padding-right: 60px;
  border-radius: 8px;
  text-align: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 130px;
  border: 1px solid #eeeeee80;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .features .single-feature {
    padding: 40px 35px;
  }
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.features .single-feature .list-icon {
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  display: inline-block;
  background-color: rgba(0, 95, 249, 0.12);
  color: #005ff9;
  font-size: 26px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 40px;
  top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .features .single-feature .list-icon {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    margin-bottom: 25px;
  }
}

.features .single-feature h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.features .single-feature p {
  margin-top: 15px;
}

/*======================================
	Services CSS
========================================*/
.services {
  position: relative;
  z-index: 0;
  background-color: #F4F7FA;
}

.services.solution-scenarios {
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 95, 249, 0.08) 0, rgba(0, 95, 249, 0) 26%),
    linear-gradient(180deg, #fff 0%, #fefefe 100%);
  padding-top: 95px;
}

.services.solution-process {
  background:
    radial-gradient(circle at 84% 8%, rgba(0, 95, 249, 0.10) 0, rgba(0, 95, 249, 0) 24%),
    linear-gradient(180deg, #e5effe 0%, #e5effe 100%);
  padding-top: 95px;
}

.services.solution-capability {
  background:
    linear-gradient(180deg, #fff 0%, #F8FAFD 100%);
  padding-top: 95px;
}

.services.solution-related {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 95, 249, 0.08) 0, rgba(0, 95, 249, 0) 32%),
    linear-gradient(180deg, #F8FAFD 0%, #fff 100%);
  padding-top: 95px;
}

.services.solution-scenarios + .services.solution-process,
.services.solution-process + .services.solution-capability,
.services.solution-capability + .services.solution-related {
  border-top: 1px solid rgba(0, 95, 249, 0.07);
}

.services .section-title {
  margin-bottom: 50px;
}

.services .section-title.solution-section-title {
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 58px;
}

.services .section-title.solutions-heading {
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services .section-title.solutions-heading {
    max-width: 860px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .section-title {
    margin-bottom: 40px;
  }

  .services .section-title.solution-section-title {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 42px;
  }

  .services .section-title.solutions-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 30px;
  }

  .services.solution-scenarios,
  .services.solution-process,
  .services.solution-capability,
  .services.solution-related {
    padding-top: 70px;
  }

  .services .section-title.solution-section-title {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 34px;
  }

  .services .section-title.solutions-heading {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.services .single-service {
  margin-top: 30px;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
          box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
  padding: 35px 35px 40px 35px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-bottom: 4px solid transparent;
  text-align: center;
}

.services .single-service:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.103);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.103);
  border-bottom-color: #005ff9;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.features .single-feature:hover .list-icon {
  background-color: #005ff9;
  color: #fff;
}

.services .single-service:hover .f-icon {
  background-color: #005ff9;
  color: #fff;
}

.services .single-service .f-icon {
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: rgba(0, 95, 249, 0.12);
  color: #005ff9;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service .solution-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #e5effe;
  border: 1px solid rgba(0, 95, 249, 0.08);
}

.services .single-service .solution-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services .single-service.solution-list-card {
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}

.services .single-service.solution-list-card h3 {
  min-height: 34px;
}

.services .single-service.solution-list-card p {
  min-height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services .single-service.solution-list-card .button {
  margin-top: auto !important;
  padding-top: 20px;
}

.services .single-service .text-title {
  color: #010e27;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service p {
  line-height: 26px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*======================================
    Data Center Map Area CSS
========================================*/
.data-center-map {
  background-color: #fff;
}

.data-center-map .center-title {
  margin-top: 80px;
  text-align: center;
}

.data-center-map .center-title h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

@media (max-width: 767px) {
  .data-center-map .center-title h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.data-center-map .center-title .button {
  margin-top: 30px;
}

.data-center-map .data-center-location-map {
  position: relative;
  display: inline-block;
}

.data-center-map .data-center-location-map .l_info {
  position: absolute;
  left: 10%;
  top: 24%;
}

.data-center-map .data-center-location-map .l_info .circle-ball {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  cursor: pointer;
  background-color: #0069ff;
}

.data-center-map .data-center-location-map .l_info .circle-ball::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: ripple2 1.5s 0s infinite;
  animation: ripple2 1.5s 0s infinite;
  background-color: #0069ff;
}

.data-center-map .data-center-location-map .l_info .info-box {
  padding: 8px 15px;
  position: relative;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: #0069ff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
}

.data-center-map .data-center-location-map .l_info .info-box:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #0069ff;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.data-center-map .data-center-location-map .l_info .info-box h5 {
  color: #fff;
  font-size: 13px;
}

.data-center-map .data-center-location-map .l_info:hover .info-box {
  opacity: 1;
  visibility: visible;
}

.data-center-map .data-center-location-map .l_info.l_info2 {
  left: 36%;
  top: 66%;
}

.data-center-map .data-center-location-map .l_info.l_info3 {
  left: 38%;
  top: 10px;
}

.data-center-map .data-center-location-map .l_info.l_info4 {
  left: 50%;
  top: 35%;
}

.data-center-map .data-center-location-map .l_info.l_info5 {
  left: 80%;
  top: 16%;
}

.data-center-map .data-center-location-map .l_info.l_info6 {
  left: 94%;
  top: 88%;
}

.data-center-map .data-center-location-map .l_info.l_info7 {
  left: 28%;
  top: 27%;
}

.data-center-map .data-center-location-map .l_info.l_info8 {
  left: 57%;
  top: 58%;
}

.data-center-map .data-center-location-map .l_info.l_info9 {
  left: 74%;
  top: 47%;
}

.data-center-map .data-center-location-map .l_info.l_info10 {
  left: 94%;
  top: 18%;
}

.data-center-map .data-center-location-map .l_info.l_info11 {
  left: 63%;
  top: 18%;
}

.data-center-map .data-center-location-map .l_info.l_info12 {
  left: 83%;
  top: 75%;
}

.data-center-map .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.data-center-map .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.data-center-map .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.data-center-map .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.data-center-map .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.data-center-map .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.data-center-map .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.data-center-map .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.data-center-map .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes levitate {
  from {
    -webkit-transform: translate(0, 15);
    transform: translate(0, 15);
  }
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  to {
    -webkit-transform: translate(0, 15);
    transform: translate(0, 15);
  }
}

@keyframes levitate {
  from {
    -webkit-transform: translate(0, 15);
    transform: translate(0, 15);
  }
  50% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  to {
    -webkit-transform: translate(0, 15);
    transform: translate(0, 15);
  }
}

/*======================================
    About Area CSS
========================================*/
.about {
  background: #010e27;
  z-index: 0;
  padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 70px 0;
  }
}

.about.about-page {
  background-color: #fff;
}

.about.about-page .content h2 {
  color: #010e27;
}

.about.about-page .content h2 span {
  color: #005ff9;
}

.about.about-page .content p {
  color: #727272;
}

.about.about-page .content .button .btn {
  color: #fff;
  background-color: #010e27;
}

.about.about-page .content .button .btn:hover {
  color: #fff;
  background-color: #0069ff;
}

.about.about-page.solution-hero-detail {
  background:
    radial-gradient(circle at 84% 22%, rgba(0, 95, 249, 0.12) 0, rgba(0, 95, 249, 0) 28%),
    linear-gradient(135deg, #fff 0%, #fefefe 48%, #e5effe 100%);
}

.about.about-page.solution-hero-detail .content {
  padding: 42px 46px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(0, 95, 249, 0.10);
  box-shadow: 0 20px 45px rgba(39, 49, 79, 0.06);
}

.about.about-page.solution-hero-detail .content h2 span {
  color: #005ff9;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about.about-page.solution-hero-detail .content .button .btn {
  color: #0b1b3a;
  background-color: #fff;
  border: 1px solid #005ff9;
  box-shadow: 0 12px 28px rgba(0, 95, 249, 0.12);
}

.about.about-page.solution-hero-detail .content .button .btn:hover {
  color: #fff;
  background-color: #005ff9;
}

.about.about-page.solution-hero-detail .service-details-sidebar {
  display: grid;
  gap: 18px;
}

.about.about-page.solution-hero-detail .service-details-sidebar .single-widget {
  margin: 0;
}

.about.about-page.solution-hero-detail .solution-info-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 28px 30px 28px 92px;
  background: #fff;
  border: 1px solid rgba(0, 95, 249, 0.12);
  box-shadow: 0 18px 40px rgba(39, 49, 79, 0.08);
}

.about.about-page.solution-hero-detail .solution-info-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 95, 249, 0.10);
}

.about.about-page.solution-hero-detail .solution-info-index {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  color: #005ff9;
  background: #e5effe;
  font-weight: 800;
  font-size: 14px;
}

.about.about-page.solution-hero-detail .solution-info-card h3 {
  color: #0b1b3a;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.about.about-page.solution-hero-detail .solution-info-card p {
  color: #53688d;
  line-height: 1.75;
}

.about.about-page.solution-hero-detail .solution-hero-image-card {
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 95, 249, 0.12);
  box-shadow: 0 18px 40px rgba(39, 49, 79, 0.08);
}

.about.about-page.solution-hero-detail .solution-hero-image-card img {
    display: block;
    width: 100%;
    border-radius: 16px;
  }

  .web4-solution-page .solution-hero-detail {
    background:
      radial-gradient(circle at 82% 16%, rgba(0, 95, 249, 0.16) 0, rgba(0, 95, 249, 0) 28%),
      linear-gradient(135deg, #fff 0%, #fefefe 54%, #e5effe 100%);
  }

  .web4-solution-page .solution-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 48px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(0, 95, 249, 0.14);
    box-shadow: 0 24px 70px rgba(39, 49, 79, 0.08);
  }

  .web4-solution-page .solution-hero-panel::after {
    content: "";
    position: absolute;
    right: -54px;
    top: -54px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(0, 95, 249, 0.10);
  }

  .web4-solution-page .solution-kicker,
  .web4-solution-page .solution-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 16px;
    background: #e5effe;
    color: #005ff9;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
  }

  .web4-solution-page .solution-hero-panel h2 {
    color: #010e27;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.16;
    letter-spacing: -0.035em;
    margin-bottom: 20px;
  }

  .web4-solution-page .solution-hero-panel h2 span {
    color: #005ff9;
  }

  .web4-solution-page .solution-hero-panel p {
    color: #53688d;
    font-size: 17px;
    line-height: 30px;
  }

  .web4-solution-page .solution-hero-panel .button .btn,
  .web4-solution-page .solution-outline-btn {
    color: #010e27;
    background: #fff;
    border: 1px solid #005ff9;
    box-shadow: 0 14px 28px rgba(0, 95, 249, 0.12);
  }

  .web4-solution-page .solution-hero-panel .button .btn:hover,
  .web4-solution-page .solution-outline-btn:hover {
    color: #fff;
    background: #005ff9;
  }

  .web4-solution-page .solution-visual-card {
    position: relative;
    padding: 18px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(0, 95, 249, 0.13);
    box-shadow: 0 24px 60px rgba(39, 49, 79, 0.10);
  }

  .web4-solution-page .solution-visual-card img {
    display: block;
    width: 100%;
    border-radius: 22px;
    background: #e5effe;
  }

  .web4-solution-page .solution-visual-note {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 14px;
  }

  .web4-solution-page .solution-visual-note span {
    border-radius: 14px;
    padding: 12px 14px;
    background: #fefefe;
    color: #23314f;
    font-size: 13px;
    font-weight: 800;
  }

  .web4-solution-page .solution-pain-card,
  .web4-solution-page .solution-cap-card,
  .web4-solution-page .solution-flow-card {
    height: 100%;
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(8, 24, 40, 0.06);
    box-shadow: 0 18px 44px rgba(38, 52, 86, 0.07);
  }

  .web4-solution-page .solution-pain-card .f-icon,
  .web4-solution-page .solution-cap-card .f-icon,
  .web4-solution-page .solution-flow-card .f-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 22px;
    background: #e5effe;
    color: #005ff9;
    font-size: 24px;
    font-weight: 900;
  }

  .web4-solution-page .solution-pain-card h3,
  .web4-solution-page .solution-cap-card h3,
  .web4-solution-page .solution-flow-card h3 {
    color: #010e27;
    font-size: 22px;
    margin-bottom: 12px;
  }

  .web4-solution-page .solution-pain-card p,
  .web4-solution-page .solution-cap-card p,
  .web4-solution-page .solution-flow-card p {
    color: #53688d;
    line-height: 28px;
    margin: 0;
  }

  .web4-solution-page .solution-feature-band {
    background:
      radial-gradient(circle at 15% 18%, rgba(0, 95, 249, 0.08), transparent 26%),
      linear-gradient(180deg, #fefefe 0%, #fff 100%);
  }

  .web4-solution-page .solution-feature-row {
    align-items: center;
    padding: 42px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(0, 95, 249, 0.10);
    box-shadow: 0 18px 48px rgba(38, 52, 86, 0.07);
  }

  .web4-solution-page .solution-feature-row:nth-child(even) {
    background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
  }

  .web4-solution-page .solution-feature-row + .solution-feature-row {
    margin-top: 26px;
  }

  .web4-solution-page .solution-feature-row h3 {
    color: #010e27;
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .web4-solution-page .solution-feature-row p {
    color: #53688d;
    line-height: 29px;
  }

  .web4-solution-page .solution-feature-row ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
  }

  .web4-solution-page .solution-feature-row li {
    position: relative;
    padding-left: 24px;
    color: #23314f;
    font-weight: 700;
  }

  .web4-solution-page .solution-feature-row li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005ff9;
    box-shadow: 0 0 0 6px #e5effe;
  }

  .web4-solution-page .solution-feature-image {
    padding: 18px;
    border-radius: 24px;
    background: #e5effe;
  }

  .web4-solution-page .solution-feature-image img {
    width: 100%;
    border-radius: 18px;
  }

  .web4-solution-page .solution-related .single-service {
    height: 100%;
  }

  .web4-solution-page .solution-hero-detail > .container > .row {
    flex-direction: column;
    align-items: stretch !important;
    row-gap: 28px;
  }

  .web4-solution-page .solution-hero-detail > .container > .row {
    position: relative;
    overflow: hidden;
    padding: 52px;
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.96) 58%, rgba(229, 239, 254, 0.72) 100%);
    border: 1px solid rgba(0, 95, 249, 0.14);
    box-shadow: 0 28px 80px rgba(39, 49, 79, 0.10);
  }

  .web4-solution-page .solution-hero-detail > .container > .row::after {
    content: "";
    position: absolute;
    right: -54px;
    top: -54px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(0, 95, 249, 0.10);
    pointer-events: none;
  }

  .web4-solution-page .solution-hero-detail > .container > .row::before {
    content: "";
    position: absolute;
    left: 52px;
    right: 52px;
    top: calc(50% + 24px);
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 95, 249, 0), rgba(0, 95, 249, 0.20), rgba(0, 95, 249, 0));
    pointer-events: none;
  }

  .web4-solution-page .solution-hero-detail > .container > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .web4-solution-page .solution-hero-panel {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .web4-solution-page .solution-hero-panel::after {
    display: none;
  }

  .web4-solution-page .solution-hero-panel h2 {
    max-width: 1100px;
    font-size: clamp(28px, 2.8vw, 42px);
  }

  .web4-solution-page .solution-hero-panel p {
    max-width: 980px;
  }

  .web4-solution-page .solution-hero-panel .button {
    margin-top: 24px;
  }

  .web4-solution-page .solution-visual-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    margin: 8px auto 0;
    padding: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 95, 249, 0.12);
    box-shadow: 0 20px 54px rgba(39, 49, 79, 0.08);
  }

  .web4-solution-page .solution-visual-card img {
    max-height: 420px;
    object-fit: contain;
  }

  .web4-solution-page .solution-visual-note {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .web4-solution-page .solution-feature-image {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }

  .solution-feature-band .solution-feature-image {
    width: 100%;
    margin: 0 auto;
  }

  @media (max-width: 991px) {
    .web4-solution-page .solution-hero-detail > .container > .row,
    .web4-solution-page .solution-feature-row {
      padding: 30px;
    }

    .web4-solution-page .solution-hero-panel {
      padding: 0;
    }

    .web4-solution-page .solution-feature-row {
      flex-direction: column;
      align-items: stretch !important;
      row-gap: 28px;
    }

    .web4-solution-page .solution-feature-row > [class*="col-"] {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
    }

    .web4-solution-page .solution-visual-card {
      margin-top: 28px;
    }

    .web4-solution-page .solution-feature-image {
      max-width: 780px;
    }
  }

  @media (max-width: 575px) {
    .web4-solution-page .solution-hero-detail > .container > .row,
    .web4-solution-page .solution-feature-row,
    .web4-solution-page .solution-pain-card,
    .web4-solution-page .solution-cap-card,
    .web4-solution-page .solution-flow-card {
      padding: 26px 20px;
      border-radius: 22px;
    }

    .web4-solution-page .solution-hero-panel {
      padding: 0;
      border-radius: 0;
    }

    .web4-solution-page .solution-visual-note {
      grid-template-columns: 1fr;
    }

    .web4-solution-page .solution-feature-row h3 {
      font-size: 23px;
    }
  }

@media (max-width: 991px) {
  .about.about-page.solution-hero-detail .content {
    padding: 34px 30px;
  }
}

@media (max-width: 767px) {
  .about.about-page.solution-hero-detail .content {
    padding: 28px 22px;
  }

  .about.about-page.solution-hero-detail .solution-info-card {
    padding: 24px 22px 24px 76px;
  }

  .about.about-page.solution-hero-detail .solution-info-index {
    left: 22px;
    top: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .about .content {
    padding-right: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about .content {
    margin-bottom: 40px;
  }
}

.about .content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .content h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .about .content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.about .content h2 span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .about .content h2 span {
    font-size: 14px;
  }
}

.about .content p {
  margin-top: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .about .content p {
    margin-top: 25px;
  }
}

.about .content .button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .about .content .button {
    margin-bottom: 30px;
  }
}

.about .content .button .btn {
  color: #010e27;
  background-color: #fff;
}

.about .content .button .btn:hover {
  color: #fff;
  background-color: #0069ff;
}

.about .image {
  text-align: center;
  position: relative;
}

.about .image img {
  width: 100%;
  border-radius: 7px;
  z-index: 2;
}

.about .image .shape {
  position: absolute;
  right: -30px;
  bottom: -30px;
  height: 150px;
  width: 150px;
  z-index: 5;
  opacity: 1;
  z-index: -1;
  border-radius: 0;
}

.about .image .play-thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.about .image .play-thumb .video {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #0069ff;
  color: #fff;
  font-size: 18px;
  padding-left: 3px;
}

.about .image .play-thumb .video:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*======================================
    Domain CSS
========================================*/
.domain {
  background-color: #fff;
}

.domain .text-nowrap {
  white-space: nowrap !important;
}

.domain .thead-dark th {
  background-color: #010e27;
  border-color: #010e27;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 15px;
  vertical-align: middle;
  color: #fff;
}

@media (max-width: 767px) {
  .domain .table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.domain tbody tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #e1eeff;
}

.domain tbody tr:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.103);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.103);
}

.domain td {
  border-color: #e1eeff;
  width: 25%;
  vertical-align: middle;
  padding: 18px 15px;
  text-align: center;
  color: #626675;
  font-size: 15px;
}

.domain td a {
  color: #010e27;
}

.domain td a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.domain td a:hover {
  color: #0069ff;
}

.domain tbody span {
  font-weight: 700;
  color: #010e27;
  font-size: 14px;
}

.domain tbody svg {
  width: 8px;
  position: relative;
  top: -2px;
  left: -2px;
}

.domain th {
  border: 1px solid #dee2e6;
  text-align: center;
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  padding-bottom: 150px;
  background-color: #010e27;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 100px;
  }
}

.testimonials .shape {
  position: absolute;
  right: -76px;
  bottom: -74px;
  height: 150px;
  width: 150px;
  z-index: 5;
  opacity: 0.6;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .shape {
    height: 120px;
    width: 120px;
    right: -60px;
    bottom: -60px;
  }
}

@media (max-width: 767px) {
  .testimonials .shape {
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: -50px;
  }
}

.testimonials .section-title h2 {
  color: #fff;
}

.testimonials .section-title h3 {
  color: #fff;
}

.testimonials .section-title p {
  color: #fff;
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 60px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 50px;
  }
}

.testimonials .tns-nav button {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #fff;
}

.testimonials .tns-nav button:hover {
  background: #fff;
  border-color: transparent;
}

.testimonials .tns-nav button.tns-nav-active {
  background: #fff;
  border-color: transparent;
}

.testimonials .single-testimonial {
  background: #fff;
  padding: 50px 40px;
  margin: 20px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  border-bottom: 4px solid transparent;
}

.testimonials .single-testimonial:hover {
  border-bottom-color: #0069ff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.137);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.137);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.testimonials .single-testimonial .quote-icon {
  position: absolute;
  right: 30px;
  top: 10px;
}

.testimonials .single-testimonial .quote-icon i {
  font-size: 50px;
  color: #cccccc3b;
}

.testimonials .single-testimonial:hover {
  -webkit-box-shadow: 0px 0px 13px #0000001a;
          box-shadow: 0px 0px 13px #0000001a;
}

.testimonials .single-testimonial:hover .author img {
  border-color: #0069ff;
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
  margin-bottom: 25px;
  padding-top: 10px;
}

.testimonials .single-testimonial .author img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .single-testimonial .author .name {
  font-size: 16px;
  font-weight: 600;
  color: #010e27;
}

.testimonials .single-testimonial .author .name .deg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.testimonials .single-testimonial .text p {
  font-size: 16px;
}

/*======================================
    Blog CSS
========================================*/
.blog-section {
  background-color: #fff;
}

.blog-section .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-title {
    margin-bottom: 20px;
  }
}

/* Single Blog Grid*/
.single-blog-grid {
  margin-top: 30px;
  background-color: #fff;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.single-blog-grid .blog-img {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.single-blog-grid .blog-img a {
  width: 100%;
}

.single-blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-blog-grid .blog-content {
  padding: 30px;
}

.single-blog-grid .blog-content .meta-info {
  margin-bottom: 7px;
}

.single-blog-grid .blog-content .meta-info a {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}

.single-blog-grid .blog-content .meta-info a i {
  display: inline-block;
  margin-right: 5px;
  color: #0069ff;
  font-size: 16px;
}

.single-blog-grid .blog-content .meta-info a:last-child {
  margin: 0;
}

.single-blog-grid .blog-content .meta-info a:hover {
  color: #0069ff;
}

.single-blog-grid .blog-content h4 {
  display: block;
  line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-grid .blog-content h4 {
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .single-blog-grid .blog-content h4 {
    line-height: 26px;
  }
}

.single-blog-grid .blog-content h4 a {
  font-size: 18px;
  color: #010e27;
  font-weight: 600;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-grid .blog-content h4 a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .single-blog-grid .blog-content h4 a {
    font-size: 16px;
  }
}

.single-blog-grid .blog-content h4 a:hover {
  color: #0069ff;
}

.single-blog-grid .blog-content p {
  display: block;
  margin-top: 20px;
}

.single-blog-grid .blog-content .button {
  margin-top: 20px;
}

.single-blog-grid .blog-content .button .btn {
  padding: 0;
  background-color: transparent;
  color: #010e27;
  overflow: visible;
  font-size: 15px;
}

.single-blog-grid .blog-content .button .btn i {
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: -1px;
}

.single-blog-grid .blog-content .button .btn:hover {
  color: #0069ff;
}

#download .single-blog-grid {
  height: calc(100% - 30px);
  border: 1px solid #e6ecf7;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(24, 45, 88, 0.06);
}

#download .single-blog-grid .blog-img {
  padding: 28px 28px 0;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

#download .download-card-icon {
  height: 172px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #edf4ff 0%, #f7faff 55%, #ffffff 100%);
}

#download .download-card-icon svg {
  width: 88px;
  height: 88px;
}

#download .single-blog-grid:hover .blog-img img {
  transform: none;
}

#download .single-blog-grid .blog-content {
  padding: 24px 28px 28px;
}

#download .single-blog-grid .blog-content .meta-info {
  margin-bottom: 10px;
}

#download .single-blog-grid .blog-content .meta-info .date {
  color: #005ff9;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#download .single-blog-grid .blog-content h4 {
  margin-bottom: 10px;
}

#download .single-blog-grid .blog-content h4 a {
  font-size: 22px;
  line-height: 1.35;
}

#download .single-blog-grid .blog-content p {
  min-height: 78px;
  margin-top: 0;
  color: #6e7891;
}

#download .single-blog-grid .blog-content .button {
  margin-top: 18px;
  text-align: center;
}

#download .single-blog-grid .blog-content .button .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #005ff9;
  border-color: #005ff9;
  color: #fff;
}

#download .single-blog-grid .blog-content .button .btn:hover,
#download .single-blog-grid .blog-content .button .btn:focus {
  background: #005ff9;
  border-color: #005ff9;
  color: #fff;
}

#download .single-blog-grid .blog-content .button .btn {
  min-width: 184px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #005ff9;
  border-color: #005ff9;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(0, 95, 249, 0.18);
}

#download .single-blog-grid .blog-content .button .btn:hover {
  background: #0033ab;
  border-color: #0033ab;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 95, 249, 0.28);
}

@media (max-width: 767px) {
  #download .single-blog-grid .blog-img {
    padding: 20px 20px 0;
  }

  #download .download-card-icon {
    height: 140px;
  }

  #download .single-blog-grid .blog-content {
    padding: 20px;
  }

  #download .single-blog-grid .blog-content h4 a {
    font-size: 19px;
  }

  #download .single-blog-grid .blog-content p {
    min-height: 0;
  }

  #download .single-blog-grid .blog-content .button .btn {
    width: 100%;
    min-width: 0;
  }
}

.blog-list {
  background: #F4F7FA;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog-list .pagination {
    margin-top: 20px;
  }
}

.blog-list .single-blog {
  margin: 0;
}

.blog-list .single-blog {
  margin-bottom: 30px;
}

/* News Details */
.blog-single {
  background: #fff;
}

.blog-single .post-details {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}

.blog-single .detail-inner {
  padding: 35px;
}

@media (max-width: 767px) {
  .blog-single .detail-inner {
    padding: 25px;
  }
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blog-single .post-thumbnils .meta-information {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.884);
  border-radius: 8px;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .blog-single .post-thumbnils .meta-information {
    padding: 0;
    background-color: transparent;
    left: auto;
    margin: 0px 20px;
    bottom: 20px;
  }
  .blog-single .post-thumbnils .meta-information .meta-info li {
    margin-bottom: 5px !important;
  }
  .blog-single .post-thumbnils .meta-information .meta-info li::before {
    background-color: #fff;
  }
  .blog-single .post-thumbnils .meta-information .meta-info li a {
    color: #fff !important;
  }
  .blog-single .post-thumbnils .meta-information .meta-info li a:hover {
    text-decoration: underline;
  }
}

.blog-single .post-thumbnils .meta-information .meta-info li {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single .post-thumbnils .meta-information .meta-info li {
    margin-bottom: 8px;
  }
}

.blog-single .post-thumbnils .meta-information .meta-info li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: #0069ff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-single .post-thumbnils .meta-information .meta-info li:last-child {
  margin: 0;
  padding: 0;
}

.blog-single .post-thumbnils .meta-information .meta-info li:last-child::before {
  display: none;
}

.blog-single .post-thumbnils .meta-information .meta-info li a {
  color: #010e27;
  font-size: 14px;
  font-weight: 500;
}

.blog-single .post-thumbnils .meta-information .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}

.blog-single .post-thumbnils .meta-information .meta-info li a:hover {
  color: #0069ff;
}

.blog-single .post-thumbnils .meta-information .meta-info li a img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.blog-single .post-thumbnils img {
  width: 100%;
}

.blog-single .post-title {
  line-height: 35px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-title {
    line-height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-title {
    line-height: 32px;
    font-size: 20px;
  }
}

.blog-single p {
  font-size: 15px;
  margin: 30px 0;
  line-height: 26px;
}

.blog-single p:first-child {
  margin-top: 0;
}

.blog-single p:last-child {
  margin-bottom: 0;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 767px) {
  .blog-single h3 {
    font-size: 18px;
    font-weight: 600;
  }
}

.blog-single .image-block {
  margin: 30px 0;
}

.blog-single .image-block img {
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .blog-single .image-block img {
    margin: 10px 0;
  }
}

blockquote {
  position: relative;
  color: #010e27;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: center;
  padding: 40px;
  background-color: #d2ddff;
  border-radius: 0;
  overflow: hidden;
  border-radius: 8px;
}

blockquote .shape {
  height: 100px;
  width: 100px;
  position: absolute;
  right: -43px;
  top: -43px;
  border-radius: 50%;
}

blockquote .shape2 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: -43px;
  bottom: -43px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}

blockquote .icon i {
  font-size: 32px;
  color: #0069ff;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  blockquote .icon i {
    margin-bottom: 15px;
  }
}

blockquote h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #010e27;
}

@media (max-width: 767px) {
  blockquote h4 {
    font-size: 14px;
  }
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #727272;
}

/*comments*/
.post-comments {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  padding: 35px;
  border-radius: 10px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-comments {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .post-comments {
    margin-top: 35px;
    padding: 25px;
  }
}

.comment-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.comment-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background-color: #0069ff;
}

@media (max-width: 767px) {
  .comment-title {
    font-size: 18px !important;
  }
}

.post-comments .comments-list li {
  padding-left: 120px;
  position: relative;
  font-size: 15px;
  border-radius: 8px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li {
    margin-top: 35px;
    padding: 0;
  }
}

.post-comments .comments-list li .comment-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 18px;
  }
}

.post-comments .comments-list li .comment-img img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
}

.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top span.date {
    display: block;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  color: #010e27;
  border: 1px solid #eee;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 6px;
  z-index: 2;
  color: #010e27;
  font-size: 13px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: relative;
    display: inline-block;
    margin-top: 15px;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
  color: #fff;
  background-color: #0069ff;
  border-color: transparent;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc p {
    margin-top: 20px;
  }
}

.post-comments .comments-list li.children {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li.children {
    margin: 0;
  }
}

/*Comment form*/
.comment-form {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  padding: 35px;
  border-radius: 10px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .comment-form {
    margin-top: 35px;
    padding: 25px;
  }
}

.comment-reply-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.comment-reply-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background-color: #0069ff;
}

@media (max-width: 767px) {
  .comment-reply-title {
    font-size: 18px !important;
  }
}

.comment-form form .form-box {
  position: relative;
}

.comment-form form .form-box label {
  color: #010e27;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.comment-form form .form-box .icon {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
  border: none;
  font-size: 15px;
  color: #010e27;
  padding: 0 25px;
  font-weight: 500;
  height: 53px;
  margin-bottom: 20px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F5FB;
  border: 1px solid #e4e6f3;
}

@media (max-width: 767px) {
  .comment-form form .form-box .form-control-custom {
    margin-bottom: 20px;
  }
}

.comment-form form .form-box .form-control-custom:focus {
  border-color: #0069ff;
}

.comment-form form .form-box textarea.form-control-custom {
  height: 180px;
  padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

/* News sidebar */
.sidebar .widget {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar .widget:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget {
    padding: 35px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
  color: #010e27;
  border-bottom: 2px solid #eee;
}

.sidebar .widget .widget-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 60px;
  background-color: #0069ff;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 55px 0 25px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 23px transparent;
          box-shadow: 0px 0px 23px transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar .widget.search-widget form input:focus {
  -webkit-box-shadow: 0px 0px 23px #0000000f !important;
          box-shadow: 0px 0px 23px #0000000f !important;
  border-color: #0069ff;
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
  color: #333;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  z-index: 1;
  color: #fff !important;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  padding: 0 !important;
  border: none;
  background: transparent;
  color: #333 !important;
}

.sidebar .widget.search-widget form button:hover {
  color: #0069ff !important;
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.68);
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .post-image {
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  max-width: 90px !important;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
  position: relative;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  margin-bottom: 12px;
  line-height: 22px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 14px;
  font-weight: 500;
  color: #010e27;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
  color: #0069ff;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 4px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li {
  margin-bottom: 8px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin: 0;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 14px;
  padding: 14px 22px;
  padding-right: 65px;
  font-weight: 500;
  display: block;
  color: #010e27;
  background-color: whitesmoke;
  border-radius: 7px;
  position: relative;
}

.sidebar .widget.categories-widget ul li a:hover {
  background-color: #0069ff;
  color: #fff;
}

.sidebar .widget.categories-widget ul li a:hover .badge {
  background-color: #fff;
  color: #010e27;
  border-color: transparent;
}

.sidebar .widget.categories-widget ul li a .badge {
  font-size: 13px;
  font-weight: 500;
  float: right;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  color: #010e27;
  border: 1px solid #cecece;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50% !important;
  padding: 0;
}

.sidebar .widget.popular-tag-widget {
  padding-bottom: 35px;
}

.popular-tag-widget .tags > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #010e27;
  border: 1px solid #eee;
  background: transparent;
  border-radius: 6px;
}

.popular-tag-widget .tags > a:hover {
  background-color: #0069ff;
  color: #fff;
  border-color: transparent;
}

/* Blog Grid Page */
.blog-grid-page {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-page {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid-page {
    padding-top: 30px;
  }
}

.blog-grid-page .sidebar {
  margin-top: 30px;
}

/*======================================
    Counter CSS
========================================*/
.counter-area {
  background-image: url("../image/footer-bg.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .counter-area {
    padding: 30px 0;
  }
}

.counter-area .single-counter {
  text-align: center;
  padding: 0px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .single-counter {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .counter-area .single-counter {
    padding: 20px 0;
  }
}

.counter-area .single-counter h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .single-counter h3 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .counter-area .single-counter h3 {
    font-size: 28px;
  }
}

.counter-area .single-counter p {
  color: #fff;
  margin-top: 12px;
}

/*======================================
   Clients Logo CSS
========================================*/
.client-logo {
  background-color: #F4F7FA;
  padding: 60px 0;
}

.client-logo .single-logo {
  text-align: center;
}

.client-logo .single-logo img {
  padding: 0px 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .client-logo .single-logo img {
    width: 75%;
  }
}

/*======================================
    Team CSS
========================================*/
.team {
  background: #F4F7FA;
}

.team .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team .section-title {
    margin-bottom: 30px;
  }
}

.team .single-team {
  margin-top: 30px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
}

.team .single-team .social {
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .team .single-team .social {
    margin-top: 20px;
  }
}

.team .single-team .social li {
  display: inline-block;
  margin-right: 8px;
}

.team .single-team .social li a {
  font-size: 14px;
  color: #010e27;
}

.team .single-team .social li a:hover {
  border-color: transparent;
  color: #0069ff;
}

.team .single-team .social li:last-child {
  margin-right: 0;
}

.team .single-team:hover .social {
  opacity: 1;
  visibility: visible;
}

.team .single-team img {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 7px;
}

.team .single-team .content {
  padding: 25px 20px;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 10px 20px #00000014;
  border-radius: 7px;
  margin: 0px 22px;
  margin-top: 0px;
  position: relative;
  margin-top: -50px;
  z-index: 5;
  background: #fff;
}

@media (max-width: 767px) {
  .team .single-team .content {
    display: block;
    text-align: center;
    padding: 30px;
  }
}

.team .single-team .content h4 {
  font-size: 15px;
  font-weight: 600;
}

.team .single-team .content h4 span {
  color: #727272;
  font-size: 13px;
  display: block;
  margin-top: 7px;
  font-weight: 500;
  font-family: DM Sans;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #F4F7FA;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #f7fbff 0%, #fefefe 52%, #e5effe 100%);
}

.call-action::before {
  content: "";
  position: absolute;
  left: 56px;
  bottom: 34px;
  width: 148px;
  height: 148px;
  background: url("../picture/shape.png") no-repeat center/contain;
  opacity: 0.42;
  z-index: 0;
}

.call-action::after {
  content: "";
  position: absolute;
  right: 64px;
  top: 26px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 95, 249, 0.16) 0%, rgba(0, 95, 249, 0.08) 48%, rgba(0, 95, 249, 0) 72%);
  z-index: 0;
}

.call-action .inner-content {
  position: relative;
  padding: 80px 0;
  border-radius: 10px;
  z-index: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.call-action .inner-content .text {
  position: relative;
  z-index: 1;
}

.call-action .inner-content .text::after {
  content: "";
  position: absolute;
  left: 2px;
  top: -20px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(#005ff9), to(rgba(0, 95, 249, 0)));
  background: linear-gradient(90deg, #005ff9 0%, rgba(0, 95, 249, 0) 100%);
}

.call-action .inner-content .button {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .inner-content {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .call-action .inner-content {
    padding: 50px 0;
    text-align: center;
  }

  .call-action::before {
    left: 18px;
    bottom: 22px;
    width: 110px;
    height: 110px;
  }

  .call-action::after {
    right: 14px;
    top: 18px;
    width: 122px;
    height: 122px;
  }

  .call-action .inner-content .text::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.call-action .inner-content .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.call-action .text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #010e27;
}

.call-action .text h2 span {
  color: #005ff9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .call-action .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.call-action .text h2 span {
  display: block;
  color: #005ff9;
}

.call-action .button {
  float: right;
}

@media (max-width: 767px) {
  .call-action .button {
    float: none;
    margin-top: 30px;
  }
}

/*======================================
	Account Login CSS
========================================*/
.account-login {
  background-color: #F4F7FA;
}

.account-login.reset-pass .button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .account-login.reset-pass .button {
    margin-top: 12px;
  }
}

.account-login .inner-content {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form {
  padding: 60px 70px;
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account-login .login-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .account-login .login-form {
    padding: 40px 35px;
  }
}

.account-login .login-form .card-body {
  padding: 0;
}

.account-login .login-form .title {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .login-form .title {
    margin-bottom: 30px;
  }
}

.account-login .login-form .title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #010e27;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .account-login .login-form .title h3 {
    font-size: 22px;
  }
}

.account-login .bottom-content {
  margin-top: 25px;
}

.account-login .form-group {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .account-login .form-group {
    margin-bottom: 12px;
  }
}

.account-login .form-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.account-login .form-group .form-control {
  padding: 0 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F5FB;
  color: #505050;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  border-radius: 4px !important;
  overflow: hidden;
  width: 100%;
  padding-left: 55px;
  border: 1px solid #e4e6f3;
}

.account-login .form-group .form-control:focus {
  border-color: #0069ff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
}

.account-login .form-check a {
  color: #0069ff;
}

.account-login .form-check .form-check-input {
  margin-top: 3px;
}

.account-login .lost-pass {
  color: #888;
}

.account-login .lost-pass:hover {
  color: #0069ff;
}

.account-login .button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .button {
    display: block;
    margin-top: 30px;
  }
  .account-login .button .btn {
    margin-bottom: 13px;
  }
  .account-login .button .btn:last-child {
    margin: 0;
  }
}

.account-login .button .btn {
  padding: 14px 40px;
  margin-right: 20px;
  width: 100%;
  border-radius: 4px;
}

.account-login .button .btn:last-child {
  margin: 0;
}

.account-login .or {
  position: relative;
  text-align: center;
  margin: 30px 0;
  z-index: 0;
}

.account-login .or span {
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  padding: 5px 12px;
}

.account-login .or::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.account-login .alt-option {
  margin-top: 30px;
  text-align: center;
}

.account-login .alt-option .option-button {
  padding: 15px 25px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #0069ff;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .account-login .alt-option .option-button {
    margin: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .account-login .alt-option .option-button:last-child {
    margin: 0;
  }
}

.account-login .alt-option .option-button i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.account-login .alt-option .option-button:last-child {
  margin: 0;
}

.account-login .alt-option .option-button img {
  display: inline-block;
  margin-right: 15px;
}

.account-login .alt-option .option-button.google {
  background-color: #DB4437;
}

.account-login .alt-option .option-button.google:hover {
  background-color: #e94d3e;
}

.account-login .alt-option .option-button.facebook {
  background-color: #4267B2;
}

.account-login .alt-option .option-button.facebook:hover {
  background-color: #3f6bc5;
}

.account-login .alt-option .option-button:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.116);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.116);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (max-width: 767px) {
  .account-login .alt-option {
    margin-top: 30px;
  }
}

.account-login .alt-option li {
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option li {
    margin-top: 5px;
  }
}

.account-login .alt-option li span {
  color: #727272;
  display: inline-block;
}

.account-login .alt-option li:last-child {
  margin: 0;
}

.account-login .alt-option li a {
  color: #0069ff;
}

.account-login .alt-option li a:hover {
  color: #010e27;
}

.account-login .create-account {
  font-weight: 500;
  color: #010e27;
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
  display: block;
}

.account-login .create-account a {
  color: #0069ff;
}

.account-login .create-account a:hover {
  text-decoration: underline;
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #F4F7FA;
}

.contact-us .contact-form {
  background-color: #fff;
  padding: 60px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px #00000008;
          box-shadow: 0px 0px 20px #00000008;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-form {
    padding: 30px;
  }
}

.contact-us .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-us .contact-form .form-group label {
  margin-bottom: 10px;
  display: block;
  color: #010e27;
}

.contact-us .contact-form .form-group input {
  height: 52px;
  border: 1px solid #e4e6f3;
  border-radius: 4px;
  padding: 0px 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F5FB;
}

.contact-us .contact-form .form-group input:focus {
  border-color: #0069ff;
}

.contact-us .contact-form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
}

.contact-us .contact-form .form-group input:-ms-input-placeholder {
  font-size: 15px;
}

.contact-us .contact-form .form-group input::-ms-input-placeholder {
  font-size: 15px;
}

.contact-us .contact-form .form-group input::placeholder {
  font-size: 15px;
}

.contact-us .contact-form .form-group textarea {
  height: 150px;
  border: 1px solid #e4e6f3;
  border-radius: 4px;
  padding: 20px;
  resize: none;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F5FB;
}

.contact-us .contact-form .form-group textarea:focus {
  border-color: #0069ff;
}

.contact-us .contact-form .button {
  margin-top: 10px;
}

.contact-us .contact-widget-wrapper {
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    padding-right: 200px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}

.contact-us .contact-widget-wrapper .main-title {
  margin-bottom: 40px;
}

.contact-us .contact-widget-wrapper .main-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-widget-wrapper .main-title p {
  font-size: 16px;
}

.contact-us .contact-widget-wrapper .contact-widget-block {
  margin-bottom: 30px;
}

.contact-us .contact-widget-wrapper .contact-widget-block:last-child {
  margin: 0;
}

.contact-us .contact-widget-wrapper .contact-widget-block h3 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p {
  margin-bottom: 3px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p:last-child {
  margin: 0;
}

.map-section {
  background-color: #F4F7FA;
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .map-section {
    padding-bottom: 60px;
  }
}

.map-section .mapouter {
  padding: 10px;
  background-color: #fff;
}

.map-section .mapouter iframe {
  height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section .mapouter iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-section .mapouter iframe {
    height: 300px;
  }
}

/*======================================
    Faq CSS
========================================*/
.faq {
  padding-bottom: 80px;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .faq .xs-margin {
    margin-top: 20px !important;
  }
}

.faq .section-title {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .accordion {
    padding: 10px;
  }
}

.accordion-item .accordion-button {
  border-radius: 5px !important;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  padding: 16px 25px;
  padding-right: 40px;
  background-color: #fff;
  border: 1px solid #e4e6f3;
}

.accordion-item .accordion-button:hover {
  color: #fff;
  background-color: #005ff9;
  border-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button {
    padding: 18px 20px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button {
    padding: 15px 20px;
    padding-right: 40px;
  }
}

.accordion-item .accordion-button .title {
  font-size: 15px;
  position: relative;
  font-weight: 500;
  float: left;
  line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

.accordion-item .accordion-button i {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #005ff9;
  border-radius: 4px 4px 0 0;
  border-color: transparent;
}

.accordion-button:not(.collapsed) i {
  -webkit-transform: rotate(180deg) translateY(50%) !important;
          transform: rotate(180deg) translateY(50%) !important;
}

.accordion-button:not(.collapsed) i::before {
  font-family: lineIcons;
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  border-radius: 0 0 4px 4px;
  padding: 15px 25px 25px 25px;
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-body {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .accordion-body {
    padding: 20px;
  }
}

.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  color: #4f4f4f;
}

.accordion-body p:last-child {
  margin: 0;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-item:last-child {
  border: none;
}

.accordion-item:last-child {
  margin: 0;
}

.workflow-section {
  background-color: #fff;
}

.scenario-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.scenario-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(247, 250, 255, 0.92) 0%, rgba(247, 250, 255, 0.84) 28%, rgba(255, 255, 255, 0.74) 58%, rgba(255, 255, 255, 0.88) 100%), url("/static/picture/map.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 980px auto;
  background-position: center center, right center;
  opacity: 1;
  pointer-events: none;
}

.scenario-section .container {
  position: relative;
  z-index: 1;
}

.scenario-intro {
  position: sticky;
  top: 120px;
  padding-right: 28px;
}

.scenario-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #005ff9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scenario-intro h2 {
  margin-bottom: 20px;
  color: #010e27;
  font-size: 40px;
  line-height: 1.2;
}

.scenario-intro p {
  margin-bottom: 16px;
  color: #6e7891;
  line-height: 1.85;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.scenario-card {
  border: 1px solid #e4ebf8;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(30, 56, 108, 0.06);
  padding: 26px 28px;
}

.scenario-summary-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background-color: #f1f6ff;
  color: #005ff9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.scenario-card h3 {
  margin: 0 0 14px;
  color: #010e27;
  font-size: 25px;
  line-height: 1.35;
}

.scenario-card p {
  margin-bottom: 14px;
  color: #6e7891;
  line-height: 1.85;
}

.scenario-card ul {
  margin: 0;
  padding-left: 20px;
}

.scenario-card li {
  margin-bottom: 8px;
  color: #4d5a78;
  line-height: 1.75;
}

.product-position-list {
  margin: 22px 0 0;
  padding-left: 20px;
}

.product-position-list li {
  margin-bottom: 10px;
  color: #5d6785;
  line-height: 1.75;
}

.product-compare {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(10, 26, 68, 0.18);
  backdrop-filter: blur(8px);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 1.2fr;
}

.compare-head {
  background: rgba(255, 255, 255, 0.08);
}

.compare-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-cell {
  padding: 18px 18px 16px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
}

.compare-label {
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.compare-old {
  color: #cfd8f5;
  font-weight: 700;
}

.compare-new {
  color: #9fd2ff;
  font-weight: 700;
}

.compare-footnote {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
  background: rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .product-compare {
    margin-top: 10px;
  }

  .compare-grid {
    grid-template-columns: 1fr;
  }

  .compare-cell {
    padding: 16px 18px;
  }

  .compare-label {
    padding-bottom: 8px;
  }
}

.scenario-card-featured {
  grid-column: span 2;
  padding-right: 34%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scenario-intro h2 {
    font-size: 34px;
  }

  .scenario-card h3 {
    font-size: 22px;
  }

  .scenario-card-featured {
    padding-right: 24%;
  }
}

@media (max-width: 991px) {
  .scenario-intro {
    position: static;
    padding-right: 0;
    margin-bottom: 26px;
  }

  .scenario-intro h2 {
    font-size: 32px;
  }

  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .scenario-card-featured {
    grid-column: span 1;
    padding-right: 28px;
  }
}

@media (max-width: 767px) {
  .scenario-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .scenario-section::before {
    background-size: cover, 720px auto;
    background-position: center center, center 18%;
  }

  .scenario-intro h2 {
    font-size: 28px;
  }

  .scenario-card {
    padding: 20px;
  }

  .scenario-card h3 {
    font-size: 21px;
  }
}

.workflow-row {
  margin-top: 10px;
}

.workflow-card {
  position: relative;
  margin-top: 30px;
  padding: 26px 22px 12px;
  text-align: center;
}

.workflow-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #005ff9;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.workflow-card h4 {
  margin-bottom: 16px;
  color: #010e27;
  font-size: 24px;
  font-weight: 700;
}

.workflow-card p {
  margin: 0 auto;
  max-width: 320px;
  color: #6e7891;
  line-height: 1.8;
}

@media only screen and (min-width: 992px) {
  .workflow-row .col-lg-4:not(:last-child) .workflow-card::after {
    content: "\2192";
    position: absolute;
    top: 36px;
    right: -16px;
    color: #9EB0CF;
    font-size: 34px;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .workflow-card {
    padding-top: 18px;
  }

  .workflow-card h4 {
    font-size: 21px;
  }

  .workflow-card p {
    max-width: 100%;
  }
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #010e27;
  position: relative;
  overflow: hidden;
}

.error-area .error-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.error-area .error-content .sahpe {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -46px;
  top: -46px;
}

.error-area .error-content .sahpe2 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: -46px;
  bottom: -46px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 80px;
  color: #0069ff;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #010e27;
  font-weight: 700;
  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content p {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content p {
    margin-bottom: 30px;
  }
}

/*======================================
	Mail Success CSS
========================================*/
.maill-success {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #010e27;
  position: relative;
  overflow: hidden;
}

.maill-success .success-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.maill-success .success-content .sahpe {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: -46px;
  top: -46px;
}

.maill-success .success-content .sahpe2 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: -46px;
  bottom: -46px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.maill-success .success-content h1 {
  font-size: 35px;
  color: #0069ff;
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h1 {
    font-size: 22px;
  }
}

.maill-success .success-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #010e27;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

.maill-success .success-content p {
  font-weight: 400;
  margin-bottom: 30px;
  color: #010e27;
  font-size: 16px;
}

/*======================================
	Footer CSS
========================================*/
.footer {
  position: relative;
  padding-bottom: 0;
  background-image: linear-gradient(180deg, rgba(1, 14, 39, 0.94) 0%, rgba(0, 27, 67, 0.96) 100%), url("../image/footer-bg.png");
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo {
  margin-bottom: 20px;
}

.footer .single-footer.f-about .logo img {
  width: 72px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .logo img {
    width: 64px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .logo img {
    width: 56px;
  }
}

.footer .single-footer.f-about p {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
}

.footer .single-footer.f-about .call {
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}

.footer .single-footer.f-about .call i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}

.footer .single-footer.f-about .payments {
  margin-top: 30px;
}

.footer .single-footer.f-about .payments img {
  width: 70%;
}

.footer .single-footer.f-about .social-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.footer .single-footer.f-about .social {
  margin-top: 30px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 18px;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #fff;
  font-size: 16px;
}

.footer .single-footer.f-about .social li a:hover {
  color: #0069ff;
}

.footer .single-footer.f-about .copyright-text {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}

.footer .single-footer.f-about .copyright-text span {
  display: block;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #fff;
  text-decoration: underline;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 15px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer .single-footer.f-link li a:hover {
  color: #0069ff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .footer .single-footer.latest-news {
    padding-left: 30px;
  }
}

.footer .single-footer.latest-news .single-head {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.089);
  border-radius: 7px;
}

.footer .single-footer.latest-news .single-news {
  margin-bottom: 20px;
}

.footer .single-footer.latest-news .single-news:last-child {
  margin: 0;
}

.footer .single-footer.latest-news .single-news .date {
  display: block;
  margin-bottom: 10px;
}

.footer .single-footer.latest-news .single-news .date a {
  font-size: 12px;
  color: #fff;
}

.footer .single-footer.latest-news .single-news .date a:hover {
  color: #0069ff;
}

.footer .single-footer.latest-news .single-news .post-title {
  line-height: 22px;
}

.footer .single-footer.latest-news .single-news .post-title a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.footer .single-footer.latest-news .single-news .post-title a:hover {
  color: #0069ff;
}

.footer .single-footer h3 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .footer-bottom-area .inner-content {
  border-top: 1px solid rgba(238, 238, 238, 0.288);
  padding: 35px 0;
  margin-top: 80px;
}

.footer .copyright-area .inner-content {
  border-top: 1px solid rgba(238, 238, 238, 0.288);
  padding: 35px 0;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .footer .footer-bottom-area .inner-content {
    margin-top: 50px;
    text-align: center;
  }

  .footer .copyright-area .inner-content {
    margin-top: 50px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .footer .footer-top .inner-content > .row {
    display: grid;
    grid-template-columns:
      minmax(250px, 1.55fr)
      minmax(330px, 2.05fr)
      minmax(260px, 1.6fr)
      minmax(140px, 0.78fr)
      minmax(180px, 1.02fr);
    column-gap: clamp(22px, 3vw, 44px);
    align-items: start;
  }

  .footer .footer-top .inner-content > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer .single-footer h3 {
    min-height: 32px;
    margin-bottom: 24px;
    line-height: 1.25;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-top .inner-content > .row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(340px, 1.45fr) minmax(220px, 1fr);
    gap: 42px 52px;
  }

  .footer .footer-top .inner-content > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .inner-content > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 48px;
  }

  .footer .footer-top .inner-content > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
  }
}

.footer .footer-bottom-area p {
  color: #fff;
  font-size: 15px;
}

.footer .copyright-area p,
.footer .copyright-area .text,
.footer .copyright-area .copyright-text {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer .footer-bottom-area p {
    line-height: 24px;
  }

  .footer .copyright-area p,
  .footer .copyright-area .text,
  .footer .copyright-area .copyright-text {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .footer .footer-bottom-area p {
    margin-bottom: 20px;
  }

  .footer .copyright-area p,
  .footer .copyright-area .text,
  .footer .copyright-area .copyright-text {
    margin-bottom: 20px;
  }
}

.footer .footer-bottom-area p a {
  text-decoration: underline;
  color: #fff;
}

.footer .copyright-area p a,
.footer .copyright-area .text a,
.footer .copyright-area .copyright-text a {
  text-decoration: underline;
  color: #fff;
}

.footer .footer-bottom-area p a:hover {
  color: #0069ff;
}

.footer .copyright-area p a:hover,
.footer .copyright-area .text a:hover,
.footer .copyright-area .copyright-text a:hover {
  color: #0069ff;
}

.footer .copyright-area .footer-platforms,
.footer .footer-bottom-area .footer-platforms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.footer .copyright-area .footer-platforms li,
.footer .footer-bottom-area .footer-platforms li {
  margin: 0;
}

.footer .copyright-area .footer-platforms li a,
.footer .footer-bottom-area .footer-platforms li a {
    width: 40px;
    height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5effe;
  color: #005ff9;
    font-size: 18px;
    transition: all 0.3s ease;
  }

  .footer .copyright-area .footer-platforms li a .social-x-icon,
  .footer .footer-bottom-area .footer-platforms li a .social-x-icon {
    width: 17px;
    height: 17px;
    display: block;
  }
  
  .footer .copyright-area .footer-platforms li a:hover,
.footer .footer-bottom-area .footer-platforms li a:hover {
  background: #005ff9;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .footer .copyright-area .footer-platforms,
  .footer .footer-bottom-area .footer-platforms {
    justify-content: center;
    margin-top: 18px;
  }
}

.footer .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 28px 0;
  margin-top: 58px;
}

.footer .copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
}

.footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.footer .copyright-inner p {
  display: flex;
  align-items: center;
  min-height: 40px;
  line-height: 1.5;
}

.footer .footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5effe;
  color: #005ff9;
  font-size: 17px;
  line-height: 1;
  transition: all 0.25s ease;
}

.footer .footer-social a:hover {
  background: #005ff9;
  color: #fff;
  transform: translateY(-2px);
}

.footer .footer-social .social-x-icon {
  width: 17px;
  height: 17px;
  display: block;
}

@media (max-width: 767px) {
  .footer .copyright-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer .footer-social {
    justify-content: center;
  }
}


.product-showcase {
  background-color: #fff;
}

.product-showcase .inner-cotainer {
  padding: 18px;
}

.product-panel {
  background: #fff;
  border: 1px solid #d9e1ef;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(39, 49, 79, 0.12);
  overflow: hidden;
  text-align: left;
}

.product-panel-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 18px;
  border-bottom: 1px solid #edf2fb;
  background: linear-gradient(180deg, #fbfcff 0%, #f4f7fc 100%);
}

.panel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.panel-dot-red {
  background: #ff7d72;
}

.panel-dot-yellow {
  background: #ffc94b;
}

.panel-dot-green {
  background: #4fd27f;
}

.panel-title {
  margin-left: 8px;
  color: #7d8aa5;
  font-size: 12px;
  font-weight: 500;
}

.product-panel-body {
  display: flex;
  min-height: 278px;
}

.product-sidebar {
  width: 180px;
  flex-shrink: 0;
  padding: 26px 16px;
  border-right: 1px solid #edf2fb;
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fd 100%);
}

.product-brand {
  color: #010e27;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.product-nav {
  color: #5f6c86;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 12px;
  text-align: center;
}

.product-nav.active {
  background: #f2f4f7;
  color: #005ff9;
}

.product-main {
  flex: 1;
  padding: 22px 28px 26px;
}

.product-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.product-create {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: #005ff9;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.product-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 42px;
  border-radius: 8px;
  background: #f3f6fb;
  color: #adb7cb;
  font-size: 14px;
  font-weight: 500;
}

.product-table {
  width: 100%;
}

.product-row {
  display: grid;
  grid-template-columns: 2.2fr 1.2fr 1.2fr 0.8fr;
  gap: 12px;
  align-items: center;
  padding: 16px 10px;
  border-top: 1px solid #edf2fb;
  color: #010e27;
  font-size: 14px;
}

.product-head {
  color: #8d9ab2;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 16px;
}

.status-running {
  color: #0bb36d;
  font-weight: 700;
}

.status-idle {
  color: #98a3b8;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-panel-body {
    flex-direction: column;
  }

  .product-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #edf2fb;
  }
}

@media (max-width: 767px) {
  .product-showcase .inner-cotainer {
    max-width: 100%;
    margin: -120px auto 0;
    padding: 35px 20px;
  }

  .product-panel-bar {
    height: 40px;
    padding: 0 12px;
  }

  .panel-title {
    font-size: 12px;
  }

  .product-panel-body {
    flex-direction: column;
  }

  .product-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #edf2fb;
    padding: 18px 12px 10px;
  }

  .product-brand {
    color: #010e27;
    font-size: 20px;
  }

  .ai-metric-row {
    grid-template-columns: 1fr;
  }

  .ai-story-panel {
    min-height: auto;
  }

  .ai-grid-copy {
    padding-right: 0;
    margin-bottom: 12px;
  }

  .ai-dark-card,
  .ai-light-card {
    min-height: auto;
  }
}




/* Homepage product showcase sizing overrides */
.product-showcase .inner-cotainer {
  max-width: 1120px;
  margin: -120px auto 0;
  padding: 75px 80px;
}

.product-showcase .product-panel {
  max-width: 1040px;
  margin: 0 auto;
}

.product-showcase .product-sidebar {
  width: 158px;
}

.product-showcase .product-main {
  padding: 18px 22px 22px;
}

.product-showcase .product-row {
  grid-template-columns: 2fr 1.05fr 1.05fr 0.8fr;
  gap: 8px;
  padding: 13px 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-showcase .inner-cotainer {
    max-width: 920px;
    margin: -120px auto 0;
    padding: 60px 60px;
  }

  .product-showcase .product-panel {
    max-width: 860px;
  }

  .product-showcase .product-sidebar {
    width: 140px;
  }

  .product-showcase .product-main {
    padding: 16px 18px 18px;
  }

  .product-showcase .product-row {
    grid-template-columns: 1.85fr 1fr 1fr 0.8fr;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .product-showcase .inner-cotainer {
    max-width: 100%;
    margin: -120px auto 0;
    padding: 35px 20px;
  }

  .product-showcase .product-panel {
    max-width: 100%;
  }

  .product-showcase .product-sidebar {
    display: none;
  }

  .product-showcase .product-main {
    padding: 14px 12px 16px;
  }

  .product-showcase .product-toolbar {
    gap: 8px;
    margin-bottom: 12px;
  }

  .product-showcase .product-row {
    grid-template-columns: 1.55fr 1fr 1fr 0.85fr;
    gap: 6px;
    padding: 11px 0;
    font-size: 12px;
  }
}

.header-lang-dropdown {
  position: relative;
  margin-left: 18px;
  margin-right: 14px;
  z-index: 30;
}

.lang-dropdown {
  position: relative;
}

.lang-dropdown summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 116px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.lang-dropdown summary::-webkit-details-marker {
  display: none;
}

.lang-dropdown summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.lang-dropdown[open] summary::after {
  transform: rotate(-135deg) translateY(-1px);
}

.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  min-width: 156px;
  padding: 10px 0;
  border: 1px solid rgba(39, 49, 79, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(39, 49, 79, 0.15);
}

.lang-dropdown-menu a {
  display: block;
  padding: 11px 18px;
  color: #27314f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
}

.lang-dropdown-menu a:hover,
.lang-dropdown-menu a.active {
  color: #005ff9;
  background: rgba(0, 105, 255, 0.06);
}

.sticky .lang-dropdown summary {
  background: transparent;
  color: #27314f;
}

@media (max-width: 991px) {
  .header-lang-dropdown {
    width: auto;
    margin: 0 18px 0 auto;
    order: 2;
    flex: 0 0 auto;
  }

  .lang-dropdown {
    width: auto;
  }

  .lang-dropdown summary {
    width: auto;
    min-width: 88px;
    font-size: 14px;
    padding: 10px 14px;
  }

  .lang-dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: 144px;
  }

  .lang-dropdown-menu a {
    text-align: left;
    font-size: 14px;
  }

  .navbar.navbar-expand-lg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .header .mobile-menu-btn {
    order: 3;
    flex: 0 0 auto;
    margin-left: 0;
  }

  .header .button {
    margin-left: 0 !important;
  }

  .header .button .btn {
    margin-left: 6px;
  }

  .header .navbar-collapse {
    order: 4;
    width: 100%;
  }
}

.cookie-notice {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.cookie-notice.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.cookie-notice.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.cookie-notice-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(39, 49, 79, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(25, 40, 82, 0.18);
  backdrop-filter: blur(12px);
}

.cookie-notice-text {
  flex: 1 1 auto;
  color: #4f5f7f;
  font-size: 15px;
  line-height: 1.7;
}

.cookie-notice-text strong {
  display: block;
  margin-bottom: 4px;
  color: #243252;
  font-size: 16px;
}

.cookie-notice-text a {
  color: #005ff9;
  font-weight: 600;
}

.cookie-notice-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
}

.cookie-btn-primary {
  background: #005ff9;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 95, 249, 0.18);
}

.cookie-btn-secondary {
  background: #e5effe;
  color: #191919;
}

.cookie-btn-primary:hover,
.cookie-btn-primary:focus {
  background: #0033ab;
  color: #fff;
}

.cookie-btn-secondary:hover,
.cookie-btn-secondary:focus {
  background: #dceafe;
  color: #005ff9;
}

@media (max-width: 767px) {
  .cookie-notice {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .cookie-notice-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
  }

  .cookie-notice-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .cookie-notice-text strong {
    font-size: 15px;
  }

  .cookie-notice-actions {
    width: 100%;
    justify-content: stretch;
  }

  .cookie-btn {
    flex: 1 1 50%;
    text-align: center;
  }
}

/* Homepage Hero Refresh */
.hero-area {
  overflow: hidden;
}

.hero-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(62, 35, 22, 0.14) 0%, rgba(33, 20, 15, 0.08) 100%),
    url("/static/picture/hero-ai-radiance-preview.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
  pointer-events: none;
}

.hero-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 15, 11, 0.10) 0%, rgba(26, 15, 11, 0.16) 26%, rgba(26, 15, 11, 0.30) 54%, rgba(26, 15, 11, 0.24) 100%),
    radial-gradient(circle at center, rgba(95, 51, 24, 0.06) 0%, rgba(34, 19, 14, 0.22) 42%, rgba(24, 14, 11, 0.08) 78%);
  pointer-events: none;
}

.hero-area .hero-content {
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  padding: 28px 60px 20px;
  border-radius: 34px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-area .hero-content h4 {
  color: #F7FBFF;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 24px rgba(64, 34, 18, 0.18);
  background-color: rgba(255, 255, 255, 0.12);
}

.hero-area .hero-content h1 {
  color: #FDFEFF;
  font-size: 48px;
  line-height: 1.22;
  text-shadow: 0 18px 44px rgba(31, 17, 11, 0.34);
}

.hero-area .hero-content p {
  font-size: 18px;
  line-height: 30px;
  color: #E7F1FF;
  text-shadow: 0 12px 30px rgba(31, 17, 11, 0.28);
}

.hero-area .hero-content h5 {
  letter-spacing: 0.02em;
  color: #CFE2FF;
  text-shadow: 0 10px 26px rgba(31, 17, 11, 0.24);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area::before {
    background-size: cover, cover;
    background-position: center center, center center;
  }

  .hero-area .hero-content h1 {
    font-size: 38px;
    line-height: 1.25;
  }

  .hero-area .hero-content {
    max-width: 720px;
    padding: 24px 42px 18px;
  }

  .hero-area .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero-area::before {
    background-size: cover, cover;
    background-position: center center, center center;
    opacity: 0.92;
  }

  .hero-area .hero-content h1 {
    font-size: 30px;
    line-height: 1.28;
  }

  .hero-area .hero-content {
    max-width: 100%;
    padding: 18px 16px 14px;
    border-radius: 24px;
    background: transparent;
  }
}
.hero-area .hero-content .hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.hero-area .hero-content .hero-actions .btn {
  min-width: 180px;
  height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  border: 2px solid transparent;
  box-shadow: 0 16px 34px rgba(8, 36, 104, 0.18);
}

.hero-area .hero-content .hero-actions .hero-btn-primary {
  background: #005ff9;
  border-color: #005ff9;
  color: #fff;
}

.hero-area .hero-content .hero-actions .hero-btn-primary:hover {
  background: #005ff9;
  border-color: #005ff9;
  color: #fff;
}

.hero-area .hero-content .hero-actions .hero-btn-secondary {
  background: rgba(255, 255, 255, 0.94);
  border-color: #005ff9;
  color: #005ff9;
}

.hero-area .hero-content .hero-actions .hero-btn-secondary:hover {
  background: #f3f7ff;
  border-color: #005ff9;
  color: #005ff9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .hero-actions .btn {
    min-width: 164px;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
  }
}

/* Hero-style dark footer color pass */
.footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 95, 249, 0.20), transparent 34%),
    linear-gradient(180deg, #000e27 0%, #001b43 48%, #010e27 100%) !important;
  background-image:
    radial-gradient(circle at 50% 0%, rgba(0, 95, 249, 0.20), transparent 34%),
    linear-gradient(180deg, #000e27 0%, #001b43 48%, #010e27 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: none;
}

.footer .single-footer h3,
.footer .single-footer.f-about p,
.footer .single-footer.f-about .call,
.footer .single-footer.f-about .social-title,
.footer .single-footer.f-about .copyright-text,
.footer .footer-bottom-area p,
.footer .copyright-area p,
.footer .copyright-area .text,
.footer .copyright-area .copyright-text,
.footer .copyright-inner p {
  color: #fff !important;
}

.footer .single-footer h3 {
  letter-spacing: 0;
  font-weight: 700;
}

.footer a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.footer .single-footer.f-link li a,
.footer .single-footer.latest-news .single-news .date a,
.footer .single-footer.latest-news .single-news .post-title a,
.footer .single-footer.f-about .social li a,
.footer .single-footer.f-about .copyright-text a,
.footer .footer-bottom-area p a,
.footer .copyright-area p a,
.footer .copyright-area .text a,
.footer .copyright-area .copyright-text a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.footer a:hover,
.footer .single-footer.f-link li a:hover,
.footer .single-footer.latest-news .single-news .date a:hover,
.footer .single-footer.latest-news .single-news .post-title a:hover,
.footer .single-footer.f-about .social li a:hover,
.footer .single-footer.f-about .copyright-text a:hover,
.footer .footer-bottom-area p a:hover,
.footer .copyright-area p a:hover,
.footer .copyright-area .text a:hover,
.footer .copyright-area .copyright-text a:hover {
  color: #fff !important;
}

.footer .single-footer.latest-news .single-head {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.footer .footer-bottom-area .inner-content,
.footer .copyright-area .inner-content,
.footer .copyright-area {
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.footer .copyright-area .footer-platforms li a,
.footer .footer-bottom-area .footer-platforms li a,
.footer .footer-social a {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.footer .copyright-area .footer-platforms li a:hover,
.footer .footer-bottom-area .footer-platforms li a:hover,
.footer .footer-social a:hover {
  background: #005ff9 !important;
  color: #fff !important;
  border-color: #005ff9;
}

/* Hero-style dark secondary page banner */
.breadcrumbs,
.error-page-shell .breadcrumbs {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 95, 249, 0.20), transparent 34%),
    linear-gradient(180deg, #000e27 0%, #001b43 48%, #010e27 100%) !important;
  background-image:
    radial-gradient(circle at 50% 0%, rgba(0, 95, 249, 0.20), transparent 34%),
    linear-gradient(180deg, #000e27 0%, #001b43 48%, #010e27 100%) !important;
  background-color: #010e27 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: none !important;
}

.breadcrumbs .breadcrumbs-content .page-title,
.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a,
.error-page-shell .breadcrumbs .breadcrumbs-content .page-title,
.error-page-shell .breadcrumbs .breadcrumb-nav li,
.error-page-shell .breadcrumbs .breadcrumb-nav li a {
  color: #fff !important;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav,
.breadcrumbs .breadcrumb-nav,
.error-page-shell .breadcrumbs .breadcrumbs-content .breadcrumb-nav,
.error-page-shell .breadcrumbs .breadcrumb-nav {
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.breadcrumbs .breadcrumb-nav li:after,
.error-page-shell .breadcrumbs .breadcrumb-nav li:after {
  color: rgba(255, 255, 255, 0.72) !important;
}

.breadcrumbs .breadcrumb-nav li a:hover,
.error-page-shell .breadcrumbs .breadcrumb-nav li a:hover {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Trust-focused global color refinements */
.header.sticky,
.sticky {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(0, 95, 249, 0.10);
  box-shadow: 0 18px 42px rgba(1, 14, 39, 0.07);
  backdrop-filter: blur(12px);
}

.sticky .navbar .navbar-nav .nav-item a,
.sticky .navbar-nav .nav-item a,
.sticky .navbar .navbar-nav .nav-item .sub-menu a {
  color: #191919 !important;
}

.sticky .navbar .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item:hover a,
.sticky .navbar-nav .nav-item .sub-menu > li.active > a,
.navbar-nav .nav-item .sub-menu .nav-item a:hover,
.header .navbar .navbar-nav .nav-item .sub-menu .nav-item a:hover,
.lang-dropdown-menu a:hover,
.lang-dropdown-menu a.active {
  color: #005ff9 !important;
}

.header.sticky .button .btn,
.sticky .button .btn,
.scroll-top {
  background: #005ff9 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(0, 95, 249, 0.18);
}

.header.sticky .button .btn:hover,
.sticky .button .btn:hover,
.scroll-top:hover {
  background: #0033ab !important;
  color: #fff !important;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: rgba(0, 95, 249, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(0, 95, 249, 0.10) !important;
}

/* FAQ active header: blue background with white text */
.accordion-item .accordion-button:hover,
.accordion-button:not(.collapsed),
.web4-faq .accordion-button:not(.collapsed) {
  background: #005ff9 !important;
  background-color: #005ff9 !important;
  color: #fff !important;
  border-color: #005ff9 !important;
}

.accordion-item .accordion-button:hover .title,
.accordion-item .accordion-button:hover i,
.accordion-item .accordion-button:hover i::before,
.accordion-button:not(.collapsed) .title,
.accordion-button:not(.collapsed) i,
.accordion-button:not(.collapsed) i::before,
.web4-faq .accordion-button:not(.collapsed) .title,
.web4-faq .accordion-button:not(.collapsed) i,
.web4-faq .accordion-button:not(.collapsed) i::before {
  color: #fff !important;
}

/* Keep header in the scrolled dark-logo state */
.header.navbar-area,
.navbar-area,
.header.sticky,
.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(0, 95, 249, 0.10);
  box-shadow: 0 18px 42px rgba(1, 14, 39, 0.07);
  backdrop-filter: blur(12px);
}

.header .navbar-brand .logo-default,
.navbar-brand .logo-default,
.sticky .header .navbar-brand .logo-default,
.sticky .navbar-brand .logo-default {
  opacity: 0 !important;
  transform: translateY(-2px);
}

.header .navbar-brand .logo-sticky,
.navbar-brand .logo-sticky,
.sticky .header .navbar-brand .logo-sticky,
.sticky .navbar-brand .logo-sticky {
  opacity: 1 !important;
  transform: translateY(0);
}

.header .navbar .navbar-nav .nav-item a,
.navbar-nav .nav-item a,
.sticky .navbar .navbar-nav .nav-item a,
.sticky .navbar-nav .nav-item a {
  color: #191919 !important;
}

.header .navbar .navbar-nav .nav-item a.active,
.navbar-nav .nav-item a.active,
.header .navbar-nav .nav-item:hover a,
.navbar-nav .nav-item:hover a,
.sticky .navbar .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item:hover a {
  color: #005ff9 !important;
}

.header .button .btn,
.header.sticky .button .btn,
.sticky .button .btn {
  background: #005ff9 !important;
  border-color: #005ff9 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(0, 95, 249, 0.18);
}

.header .button .btn:hover,
.header.sticky .button .btn:hover,
.sticky .button .btn:hover {
  background: #0033ab !important;
  border-color: #0033ab !important;
  color: #fff !important;
}

.header .mobile-menu-btn .toggler-icon,
.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #191919 !important;
}

@media (max-width: 767px) {
  .hero-area .hero-content .hero-actions {
    gap: 12px;
    margin-top: 28px;
    flex-direction: column;
  }

  .hero-area .hero-content .hero-actions .btn {
    width: 100%;
    min-width: 0;
    max-width: 280px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }
}

/* Global trust and palette polish */
:root {
  --web4-trust-ink: #010e27;
  --web4-trust-text: #333333;
  --web4-trust-muted: #5f6f8f;
  --web4-trust-blue: #005ff9;
  --web4-trust-blue-dark: #0033ab;
  --web4-trust-line: rgba(0, 95, 249, 0.13);
  --web4-trust-line-strong: rgba(0, 95, 249, 0.22);
  --web4-trust-soft: #f7faff;
  --web4-trust-tint: #e5effe;
  --web4-trust-shadow: 0 18px 46px rgba(1, 14, 39, 0.08);
  --web4-trust-shadow-hover: 0 24px 62px rgba(1, 14, 39, 0.12);
}

body {
  background: #ffffff !important;
  color: var(--web4-trust-text) !important;
}

.section,
.about.section,
.services.section,
.pricing.section,
.features.section,
.faq.section,
.contact-us.section,
.blog-section.section,
.team.section {
  background-color: #ffffff;
}

.section.bg-gray,
.features,
.services.style2,
.pricing,
.faq,
.contact-us,
.feature-detail-section.soft {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--web4-trust-soft) 100%) !important;
}

.section-title h3,
.services .section-title h3,
.feature-kicker,
.mini-label,
.solution-section-title h3,
.contact-polished .section-title h3,
.web4-section-eyebrow {
  color: var(--web4-trust-blue) !important;
  background: rgba(0, 95, 249, 0.08) !important;
  border: 1px solid rgba(0, 95, 249, 0.12) !important;
  border-radius: 999px !important;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 14px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.section-title h2,
.services .section-title h2,
.feature-title,
.breadcrumbs .breadcrumbs-content .page-title,
.about .content h2,
.single-service h3,
.pricing .single-pricing .title,
.contact-us .single-info h3,
.faq .accordion-button .title {
  color: var(--web4-trust-ink) !important;
  letter-spacing: 0 !important;
}

.breadcrumbs .breadcrumbs-content .page-title {
  color: #ffffff !important;
}

.section-title p,
.services .section-title p,
.feature-lead,
.about .content p,
.single-service p,
.pricing .single-pricing .item-list li,
.contact-us .single-info p,
.accordion-body p {
  color: var(--web4-trust-muted) !important;
}

.single-service,
.pricing .single-pricing,
.pricing-style2 .single-pricing,
.feature-hero-card,
.feature-panel,
.feature-visual,
.solution-hero-image-card,
.solution-info-card,
.value-card,
.contact-us .contact-form,
.contact-us .single-info,
.single-blog-grid,
.faq .single-faq,
.accordion-item,
.home-proof-item,
.trust-mini-card {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid var(--web4-trust-line) !important;
  box-shadow: var(--web4-trust-shadow) !important;
}

.single-service,
.pricing .single-pricing,
.pricing-style2 .single-pricing,
.feature-hero-card,
.feature-panel,
.feature-visual,
.solution-hero-image-card,
.contact-us .contact-form,
.contact-us .single-info,
.accordion-item {
  position: relative;
  overflow: hidden;
}

.single-service::before,
.pricing .single-pricing::before,
.feature-hero-card::before,
.feature-panel::before,
.contact-us .contact-form::before,
.accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--web4-trust-blue) 0%, #9647db 100%);
  opacity: 0.85;
  pointer-events: none;
}

.single-service:hover,
.pricing .single-pricing:hover,
.pricing-style2 .single-pricing:hover,
.feature-hero-card:hover,
.feature-panel:hover,
.feature-visual:hover,
.solution-hero-image-card:hover,
.contact-us .single-info:hover,
.single-blog-grid:hover {
  border-color: var(--web4-trust-line-strong) !important;
  box-shadow: var(--web4-trust-shadow-hover) !important;
  transform: translateY(-2px);
}

.solution-card-image,
.feature-visual,
.web4-feature-media,
.showcase-card-media,
.feature-story-media {
  background:
    radial-gradient(circle at 82% 16%, rgba(0, 95, 249, 0.10), transparent 30%),
    linear-gradient(135deg, #f7faff 0%, #e5effe 100%) !important;
  border: 1px solid rgba(0, 95, 249, 0.10) !important;
}

.button .btn,
.btn,
.hero-area .hero-content .hero-actions .hero-btn-primary,
.pricing .single-pricing .button .btn,
.contact-us .contact-form .button .btn,
.cookie-btn-primary {
  background: var(--web4-trust-blue) !important;
  border-color: var(--web4-trust-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(0, 95, 249, 0.18) !important;
}

.button .btn:hover,
.button .btn:focus,
.btn:hover,
.btn:focus,
.hero-area .hero-content .hero-actions .hero-btn-primary:hover,
.pricing .single-pricing .button .btn:hover,
.contact-us .contact-form .button .btn:hover,
.cookie-btn-primary:hover,
.cookie-btn-primary:focus {
  background: var(--web4-trust-blue-dark) !important;
  border-color: var(--web4-trust-blue-dark) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 36px rgba(0, 51, 171, 0.22) !important;
}

.btn.btn-outline,
.button .btn-alt,
.hero-area .hero-content .hero-actions .hero-btn-secondary,
.cookie-btn-secondary {
  background: #ffffff !important;
  border-color: var(--web4-trust-blue) !important;
  color: var(--web4-trust-blue) !important;
  box-shadow: 0 10px 24px rgba(1, 14, 39, 0.06) !important;
}

.btn.btn-outline:hover,
.button .btn-alt:hover,
.hero-area .hero-content .hero-actions .hero-btn-secondary:hover,
.cookie-btn-secondary:hover,
.cookie-btn-secondary:focus {
  background: var(--web4-trust-blue) !important;
  border-color: var(--web4-trust-blue) !important;
  color: #ffffff !important;
}

input,
textarea,
select,
.form-control,
.contact-us .contact-form .form-group input,
.contact-us .contact-form .form-group textarea,
.comment-form form .form-box .form-control-custom {
  background: #ffffff !important;
  border-color: rgba(0, 95, 249, 0.14) !important;
  color: var(--web4-trust-ink) !important;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #8b9ab6 !important;
}

.pricing .single-pricing .badge,
.badge {
  background: linear-gradient(135deg, var(--web4-trust-blue) 0%, var(--web4-trust-blue-dark) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(0, 95, 249, 0.20) !important;
}

.pricing .single-pricing .item-list li::before,
.feature-list li::before,
.about .content .list li::before {
  color: var(--web4-trust-blue) !important;
}

.breadcrumbs::before,
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.22;
  pointer-events: none;
}

.footer {
  position: relative;
  overflow: hidden;
}

.breadcrumbs > *,
.footer > * {
  position: relative;
  z-index: 1;
}

/* Product UI palette alignment */
:root {
  --web4-product-bg: #f7f8fb;
  --web4-product-surface: #ffffff;
  --web4-product-surface-soft: #f2f5ff;
  --web4-product-line: #e7eaf0;
  --web4-product-line-blue: rgba(47, 85, 255, 0.16);
  --web4-product-ink: #111827;
  --web4-product-text: #334155;
  --web4-product-muted: #667085;
  --web4-product-blue: #2f55ff;
  --web4-product-blue-hover: #2146e8;
  --web4-product-blue-soft: #eef3ff;
  --web4-product-green-soft: #e9fbf3;
  --web4-product-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  --web4-product-shadow-hover: 0 18px 44px rgba(17, 24, 39, 0.10);
}

body,
.section,
.about.section,
.services.section,
.pricing.section,
.features.section,
.faq.section,
.contact-us.section,
.feature-detail-section.white {
  background: var(--web4-product-surface) !important;
  color: var(--web4-product-text) !important;
}

.section.bg-gray,
.feature-detail-section.soft,
.services.style2,
.pricing,
.faq,
.contact-us,
.blog-section,
.team {
  background: linear-gradient(180deg, #ffffff 0%, var(--web4-product-bg) 100%) !important;
}

.single-service,
.pricing .single-pricing,
.pricing-style2 .single-pricing,
.feature-hero-card,
.feature-panel,
.feature-visual,
.solution-hero-image-card,
.solution-info-card,
.value-card,
.contact-us .contact-form,
.contact-us .single-info,
.single-blog-grid,
.accordion-item,
.home-proof-item,
.trust-mini-card {
  background: var(--web4-product-surface) !important;
  border-color: var(--web4-product-line) !important;
  box-shadow: var(--web4-product-shadow) !important;
}

.single-service:hover,
.pricing .single-pricing:hover,
.pricing-style2 .single-pricing:hover,
.feature-hero-card:hover,
.feature-panel:hover,
.feature-visual:hover,
.solution-hero-image-card:hover,
.contact-us .single-info:hover,
.single-blog-grid:hover {
  border-color: var(--web4-product-line-blue) !important;
  box-shadow: var(--web4-product-shadow-hover) !important;
}

.single-service::before,
.pricing .single-pricing::before,
.feature-hero-card::before,
.feature-panel::before,
.contact-us .contact-form::before,
.accordion-item::before {
  background: var(--web4-product-blue) !important;
}

.button .btn,
.btn,
.hero-area .hero-content .hero-actions .hero-btn-primary,
.pricing .single-pricing .button .btn,
.contact-us .contact-form .button .btn,
.cookie-btn-primary,
.header .button .btn,
.header.sticky .button .btn,
.sticky .button .btn,
.scroll-top {
  background: var(--web4-product-blue) !important;
  border-color: var(--web4-product-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(47, 85, 255, 0.20) !important;
}

.button .btn:hover,
.button .btn:focus,
.btn:hover,
.btn:focus,
.hero-area .hero-content .hero-actions .hero-btn-primary:hover,
.pricing .single-pricing .button .btn:hover,
.contact-us .contact-form .button .btn:hover,
.cookie-btn-primary:hover,
.cookie-btn-primary:focus,
.header .button .btn:hover,
.header.sticky .button .btn:hover,
.sticky .button .btn:hover,
.scroll-top:hover {
  background: var(--web4-product-blue-hover) !important;
  border-color: var(--web4-product-blue-hover) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(47, 85, 255, 0.24) !important;
}

.btn.btn-outline,
.button .btn-alt,
.hero-area .hero-content .hero-actions .hero-btn-secondary,
.cookie-btn-secondary {
  background: #ffffff !important;
  border-color: var(--web4-product-blue) !important;
  color: var(--web4-product-blue) !important;
  box-shadow: none !important;
}

.btn.btn-outline:hover,
.button .btn-alt:hover,
.hero-area .hero-content .hero-actions .hero-btn-secondary:hover,
.cookie-btn-secondary:hover,
.cookie-btn-secondary:focus {
  background: var(--web4-product-blue) !important;
  border-color: var(--web4-product-blue) !important;
  color: #ffffff !important;
}

.section-title h3,
.services .section-title h3,
.feature-kicker,
.mini-label,
.solution-section-title h3,
.contact-polished .section-title h3,
.web4-section-eyebrow,
.pricing .single-pricing .badge,
.badge {
  background: var(--web4-product-blue-soft) !important;
  border-color: var(--web4-product-line-blue) !important;
  color: var(--web4-product-blue) !important;
  box-shadow: none !important;
}

.section-title h2,
.services .section-title h2,
.feature-title,
.about .content h2,
.single-service h3,
.pricing .single-pricing .title,
.contact-us .single-info h3,
.faq .accordion-button .title {
  color: var(--web4-product-ink) !important;
}

.section-title p,
.services .section-title p,
.feature-lead,
.about .content p,
.single-service p,
.pricing .single-pricing .item-list li,
.contact-us .single-info p,
.accordion-body p {
  color: var(--web4-product-muted) !important;
}

.solution-card-image,
.feature-visual,
.web4-feature-media,
.showcase-card-media,
.feature-story-media {
  background:
    radial-gradient(circle at 84% 14%, rgba(47, 85, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, var(--web4-product-blue-soft) 100%) !important;
  border-color: var(--web4-product-line) !important;
}

input,
textarea,
select,
.form-control,
.contact-us .contact-form .form-group input,
.contact-us .contact-form .form-group textarea,
.comment-form form .form-box .form-control-custom {
  background: #ffffff !important;
  border-color: var(--web4-product-line) !important;
  color: var(--web4-product-ink) !important;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.contact-us .contact-form .form-group input:focus,
.contact-us .contact-form .form-group textarea:focus {
  border-color: rgba(47, 85, 255, 0.40) !important;
  box-shadow: 0 0 0 4px rgba(47, 85, 255, 0.10) !important;
}

.accordion-item .accordion-button:hover,
.accordion-button:not(.collapsed),
.web4-faq .accordion-button:not(.collapsed) {
  background: var(--web4-product-blue) !important;
  border-color: var(--web4-product-blue) !important;
  color: #ffffff !important;
}

.accordion-item .accordion-button.collapsed .title {
  color: #010e27 !important;
}

.accordion-item .accordion-button.collapsed:not(:hover) i,
.accordion-item .accordion-button.collapsed:not(:hover) i::before {
  color: #010e27 !important;
}

.accordion-item .accordion-button:hover .title,
.accordion-button:not(.collapsed) .title,
.web4-faq .accordion-button:not(.collapsed) .title {
  color: #ffffff !important;
}

.home.blog .ast-article-post .entry-title,
.archive .ast-article-post .entry-title,
.home.blog .entry-list-item .entry-title,
.archive .entry-list-item .entry-title {
  font-size: 30px !important;
  line-height: 1.22 !important;
}

.web4-blog-breadcrumbs {
  padding-bottom: 10px !important;
}

html[lang^="zh"] .home.blog .ast-taxonomy-container,
html[lang^="zh"] .home.blog .cat-links,
html[lang^="zh"] .archive .ast-taxonomy-container,
html[lang^="zh"] .archive .cat-links,
html[lang^="zh"] .single-post .ast-taxonomy-container,
html[lang^="zh"] .single-post .cat-links,
html[lang^="zh"] .entry-taxonomies,
html[lang^="zh"] .entry-taxonomy,
html[lang^="zh"] .posted-in,
html[lang^="zh"] .category-links {
  display: none !important;
}

html[lang^="zh"] body[class*="blog"].web4-cn-blog-shell-synced {
  background: #eef4fb !important;
}

html[lang^="zh"] body[class*="blog"].web4-cn-blog-shell-synced #page,
html[lang^="zh"] body[class*="blog"].web4-cn-blog-shell-synced .site {
  display: block !important;
  min-height: 0 !important;
}

html[lang^="zh"] body[class*="blog"].web4-cn-blog-shell-synced .navbar-area {
  z-index: 99 !important;
}

html[lang^="zh"] body[class*="blog"] .web4-cn-blog-breadcrumbs {
  margin: 0 !important;
  padding-top: 140px !important;
  padding-bottom: 56px !important;
  background:
    linear-gradient(180deg, rgba(1, 14, 39, 0.94) 0%, rgba(0, 27, 67, 0.96) 100%),
    url("../image/footer-bg.png") center / cover no-repeat !important;
}

html[lang^="zh"] body[class*="blog"] .web4-cn-blog-breadcrumbs .breadcrumb-nav {
  background: rgba(255, 255, 255, 0.10) !important;
  text-align: center !important;
}

html[lang^="zh"] body[class*="blog"].web4-cn-blog-shell-synced .site-content {
  padding-top: 64px !important;
}

html[lang^="zh"] body[class*="blog"].web4-cn-blog-shell-synced .site-footer {
  display: none !important;
}

html[lang^="zh"] body[class*="blog"] #ast-scroll-top {
  display: none !important;
}

@media (max-width: 767px) {
  html[lang^="zh"] body[class*="blog"] .web4-cn-blog-breadcrumbs {
    padding-top: 118px !important;
    padding-bottom: 42px !important;
  }
}

@media (max-width: 921px) {
  .home.blog .ast-article-post .entry-title,
  .archive .ast-article-post .entry-title,
  .home.blog .entry-list-item .entry-title,
  .archive .entry-list-item .entry-title {
    font-size: 26px !important;
  }
}

@media (max-width: 544px) {
  .home.blog .ast-article-post .entry-title,
  .archive .ast-article-post .entry-title,
  .home.blog .entry-list-item .entry-title,
  .archive .entry-list-item .entry-title {
    font-size: 23px !important;
  }
}

/* Final footer dark background lock */
.footer,
.footer.section {
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 85, 255, 0.20), transparent 34%),
    linear-gradient(180deg, #000e27 0%, #001b43 48%, #010e27 100%) !important;
  background-image:
    radial-gradient(circle at 50% 0%, rgba(47, 85, 255, 0.20), transparent 34%),
    linear-gradient(180deg, #000e27 0%, #001b43 48%, #010e27 100%) !important;
  background-color: #010e27 !important;
  color: #ffffff !important;
}

.footer .single-footer h3,
.footer .single-footer.f-about p,
.footer .single-footer.f-about .call,
.footer .single-footer.f-about .social-title,
.footer .single-footer.f-about .copyright-text,
.footer .footer-bottom-area p,
.footer .copyright-area p,
.footer .copyright-area .text,
.footer .copyright-area .copyright-text,
.footer .copyright-inner p {
  color: #ffffff !important;
}

.footer a,
.footer .single-footer.f-link li a,
.footer .single-footer.latest-news .single-news .date a,
.footer .single-footer.latest-news .single-news .post-title a,
.footer .single-footer.f-about .social li a,
.footer .single-footer.f-about .copyright-text a,
.footer .footer-bottom-area p a,
.footer .copyright-area p a,
.footer .copyright-area .text a,
.footer .copyright-area .copyright-text a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.footer a:hover,
.footer .single-footer.f-link li a:hover,
.footer .single-footer.latest-news .single-news .date a:hover,
.footer .single-footer.latest-news .single-news .post-title a:hover,
.footer .single-footer.f-about .social li a:hover,
.footer .single-footer.f-about .copyright-text a:hover,
.footer .footer-bottom-area p a:hover,
.footer .copyright-area p a:hover,
.footer .copyright-area .text a:hover,
.footer .copyright-area .copyright-text a:hover {
  color: #ffffff !important;
}

/* Homepage hero trust elements */
.web4-hero {
  position: relative;
  overflow: hidden;
}

.web4-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(47, 85, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 85, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 78%);
  pointer-events: none;
}

.web4-hero .container {
  position: relative;
  z-index: 1;
}

.web4-hero-trustbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 22px auto 0;
}

.web4-hero-trustitem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 85, 255, 0.14);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
  text-align: left;
}

.web4-hero-trustitem i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #eef3ff;
  color: #2f55ff;
  font-size: 17px;
}

.web4-hero-trustitem strong,
.web4-system-strip strong {
  display: block;
  color: #010e27;
  font-weight: 800;
  line-height: 1.35;
}

.web4-hero-trustitem span {
  display: block;
  margin-top: 4px;
  color: #60708d;
  font-size: 13px;
  line-height: 1.55;
}

.web4-system-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(860px, calc(100% - 64px));
  margin: 0 auto -18px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(47, 85, 255, 0.14);
  background: #dbe7ff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.10);
  position: relative;
  z-index: 3;
}

.web4-system-strip div {
  padding: 14px 18px;
  background: #ffffff;
  text-align: left;
}

.web4-system-strip span {
  display: block;
  margin-bottom: 4px;
  color: #6b7892;
  font-size: 12px;
  line-height: 1.2;
}

.web4-system-strip strong {
  font-size: 14px;
}

@media (max-width: 991px) {
  .web4-hero-trustbar,
  .web4-system-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .web4-hero-trustbar,
  .web4-system-strip {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .web4-hero-trustitem,
  .web4-system-strip div {
    padding: 14px 16px;
  }
}


