/*================
 Template Name: Quiety - Software Technology & IT Solutions Saas HTML Template
 Description: Quiety creative Saas, software technology, Saas agency & business Bootstrap 5 Html template. It is best and famous software company and Saas website template.
更多精品模板：http://www.bootstrapmb.com
=======================*/

/*TABLE OF CONTENTS*/
/*=====================
01. ROOT CSS
02. PRE DEFINE CLASS CSS
03. HEADER SECTION CSS
04. PROMO SECTION CSS
05. HERO SECTION CSS
06. ABOUT US CSS
07. FEATURE BOX CSS
08. CALL TO ACTION CSS
09. TESTIMONIAL SECTION CSS
10. PRICING CONTENT
11. INTEGRATION SECTION CSS
12. FAQ OR ACCORDION SECTION CSS
12. SUPPORT SECTION CSS
13. BLOG SECTION CSS
14. TEAM SECTION CSS
15. ANIMATED SHAPE CSS
16. FOOTER SECTION CSS
=======================*/


/*======================
01. ROOT CSS
=======================*/
:root {
  --bs-primary-soft: #ceddff;
  --bs-primary-light: #3a75ff;
  --bs-primary: #175cff;
  --bs-primary-dark: #0048f0;
  --bs-secondary-light: #dcdcdf;
  --bs-secondary: #c0c0c5;
  --bs-secondary-dark: #d6d5e1;
  --bs-success-soft: #def4ed;
  --bs-success-light: #82d6bc;
  --bs-success: #5cc9a7;
  --bs-success-dark: #3cb690;
  --bs-info-soft: #dcf0ff;
  --bs-info-light: #83cbff;
  --bs-info: #50b5ff;
  --bs-info-dark: #1d9fff;
  --bs-warning-soft: #fff2d8;
  --bs-warning-light: #ffcf70;
  --bs-warning: #ffb116;
  --bs-warning-dark: #fba700;
  --bs-danger-soft: #fcdde1;
  --bs-danger-light: #f68692;
  --bs-danger: #f25767;
  --bs-danger-dark: #ee283c;
  --bs-dark-soft: #c9c7f7;
  --bs-dark-light: #071c4d;
  --bs-dark: #0b163f;
  --bs-dark-dark: #010e2b;
  --body-color: #575757;
  --bs-light: #f7f9fc;
  --bs-font-sans-serif: 'Open Sans', sans-serif;
  --bs-font-monospace: 'Poppins', sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.75;

  overflow-x: hidden;

  color: var(--body-color);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1,
.display-1,
.h2,
.display-2,
.h3,
.display-3,
.h4,
.display-4,
.h5,
.display-5,
.h6,
.display-6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-monospace);

  color: var(--bs-dark-light);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}

.h5,
.h6,
h5,
h6 {
  margin-bottom: .375rem;
}

.h5,
.h6,
h5,
h6 {
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 700;
}

.lead {
  font-weight: 400;
}

a,
.btn-link {
  transition: all .3s ease-in-out;

  color: var(--bs-primary-light);
}

a:hover,
.btn-link:hover {
  text-decoration: none;

  color: var(--bs-primary);
}

.link-text,
.watch-now-btn {
  font-family: var(--bs-font-monospace);
  font-weight: 500;
}

.watch-now-btn {
  font-size: 14px;

  text-align: center;

  color: var(--bs-secondary-dark);
}

.watch-now-btn i {
  font-size: 12px;
  line-height: 38px;

  width: 40px;
  height: 40px;
  margin-right: 10px;

  transition: all .3s ease-in-out;

  color: var(--bs-light);
  border: 2px solid var(--bs-light);
  border-radius: 50%;
}

.watch-now-btn:hover {
  color: var(--bs-white);
}

.watch-now-btn:hover i {
  color: var(--bs-dark-light);
  background: var(--bs-light);
}

@media (min-width: 367px) and (max-width: 575px) {
  .watch-now-btn {
    margin-left: 10px;
  }
}

/*======================
02. PRE DEFINE CLASS CSS
=======================*/
.ptb-120 {
  padding: 120px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.p-100 {
  padding: 100px;
}

.p-50 {
  padding: 50px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt--100 {
  margin-top: -100px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.z-2 {
  z-index: 2;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z--1 {
  z-index: -1;
}

.top--40 {
  top: -40px !important;
}

.top--100 {
  top: -100px !important;
}

.bottom--40 {
  bottom: -40px !important;
}

.bottom--100 {
  bottom: -100px !important;
}

.right--40 {
  right: -40px !important;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.left--40 {
  left: -40px !important;
}

.left--100 {
  left: -100px !important;
}

.right--100 {
  right: -100px !important;
}

.left-30 {
  left: 30%;
}

.left-5 {
  left: 5%;
}

.right-5 {
  right: 5%;
}

.mw-60 {
  max-width: 60% !important;
}

@media (min-width: 320px) and (max-width: 991px) {
  .ptb-120 {
    padding: 60px 0;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .mt-100 {
    margin-top: 60px;
  }

  .search-form.w-50 {
    width: 100% !important;
  }

  .pt-60 {
    padding-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .p-100 {
    padding: 60px 2rem;
  }

  .mw-60 {
    max-width: 100% !important;
  }
}

.height-55 {
  height: 55px;
}

.icon-sm {
  font-size: 25px;
}

/*color utility*/
.color {
  position: relative;

  display: block;

  min-height: 50px;
  padding: 1rem 1rem;
}

.color span {
  color: var(--bs-white);
}

.bg-primary-soft {
  background-color: var(--bs-primary-soft);
}

.bg-primary-light {
  background-color: var(--bs-primary-light);
}

.bg-primary {
  background-color: var(--bs-primary)!important;
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark);
}

.bg-info-soft {
  background-color: var(--bs-info-soft);
}

.bg-info-light {
  background-color: var(--bs-info-light);
}

.bg-info {
  background-color: var(--bs-info) !important;
}

.bg-info-dark {
  background-color: var(--bs-info-dark);
}

.bg-success-soft {
  background-color: var(--bs-success-soft);
}

.bg-success-light {
  background-color: var(--bs-success-light);
}

.bg-success {
  background-color: var(--bs-success)!important;
}

.bg-success-dark {
  background-color: var(--bs-success-dark);
}

.bg-warning-soft {
  background-color: var(--bs-warning-soft);
}

.bg-warning-light {
  background-color: var(--bs-warning-light);
}

.bg-warning {
  background-color: var(--bs-warning)!important;
}

.bg-warning-dark {
  background-color: var(--bs-warning-dark);
}

.bg-danger-soft {
  background-color: var(--bs-danger-soft);
}

.bg-danger-light {
  background-color: var(--bs-danger-light);
}

.bg-danger {
  background-color: var(--bs-danger)!important;
}

.bg-danger-dark {
  background-color: var(--bs-danger-dark);
}

.bg-dark-soft {
  background-color: var(--bs-dark-soft);
}

.bg-dark-light {
  background-color: var(--bs-dark-light);
}

.bg-dark {
  background-color: var(--bs-dark)!important;
}

.bg-dark-dark {
  background-color: var(--bs-dark-dark);
}

.bg-secondary-light {
  background-color: var(--bs-secondary-light);
}

.bg-secondary {
  background-color: var(--bs-secondary)!important;
}

.bg-secondary-dark {
  background-color: var(--bs-secondary-dark);
}

.bg-custom-light {
  background-color: rgba(255, 255, 255, .10);
}

/*gradient bg*/
.primary-bg-gradient {
  background: linear-gradient( 90deg, var(--bs-dark), var(--bs-primary))!important;
}

.info-bg-gradient {
  background: linear-gradient( 90deg, var(--bs-primary), var(--bs-info))!important;
}

.success-bg-gradient {
  background: linear-gradient( 90deg, var(--bs-success), var(--bs-success-dark))!important;
}

.warning-bg-gradient {
  background: linear-gradient( 90deg, var(--bs-warning-light), var(--bs-warning-dark))!important;
}

.danger-bg-gradient {
  background: linear-gradient( 90deg, var(--bs-danger-light), var(--bs-danger-dark))!important;
}

.dark-bg-gradient {
  background: linear-gradient( 90deg, var(--bs-primary), var(--bs-dark))!important;
}

.secondary-bg-gradient {
  background: linear-gradient( 90deg, var(--bs-secondary-light), var(--bs-secondary-dark))!important;
}

.bg-gradient {
  background: linear-gradient(90deg, #021048, #1e38a3) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.text-dark {
  color: var(--bs-dark) !important;
}

.border-dark {
  border-color: var(--bs-dark) !important;
}

.text-success {
  color: var(--bs-success) !important;
}

.border-success {
  border-color: var(--bs-success) !important;
}

.text-warning {
  color: var(--bs-warning) !important;
}

.border-warning {
  border-color: var(--bs-warning) !important;
}

.text-danger {
  color: var(--bs-danger) !important;
}

.border-danger {
  border-color: var(--bs-danger) !important;
}

.border-light {
  border-color: rgba(101, 101, 101, .10) !important;
}

/*button style*/
.link-with-icon {
  font-family: var(--bs-font-monospace);
  font-size: 15px;
  font-weight: 500;

  display: inline-block;

  color: var(--body-color);
}

.link-with-icon i {
  padding-left: 4px;

  transition: all .2s ease;
  vertical-align: middle;
}

.link-with-icon:hover i {
  margin-left: 3px;

  transform: translateX(3px);
}

.bg-dark .link-with-icon,
.bg-gradient .link-with-icon {
  color: var(--bs-secondary-dark);
}

.btn {
  font-family: var(--bs-font-monospace);
  font-weight: 500;

  position: relative;

  padding: .65rem 1.75rem;

  transition: all .3s ease-in-out;

  border: 2px solid transparent;
  border-radius: .375rem;
  box-shadow: none;
}

.btn:focus,
.btn:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-outline-primary:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-group-lg > .btn,
.btn-sm {
  font-size: .875rem;
  line-height: 1.5;

  padding: .5rem 1.25rem;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 1rem;
  line-height: 1.5;

  padding: 1rem 1.875rem;
}

.btn-xl {
  font-size: 1.5rem;
  line-height: 1.5;

  padding: 1.5rem 2rem;
}

.button-style > .btn {
  margin: .5rem .5rem .5rem 0;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}

.btn-primary {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  box-shadow: 0 11px 18px -8px rgba(23, 92, 255, .60);
}

.btn-primary:focus {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

.btn-soft-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary-soft);
  background-color: var(--bs-primary-soft);
}

.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-primary:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary-dark);
  background-color: var(--bs-primary-dark);
  box-shadow: none;
}

.btn-soft-primary:hover,
.btn-outline-primary:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

.btn-info {
  color: var(--bs-white);
  border-color: var(--bs-info);
  background-color: var(--bs-info);
}

.btn-soft-info {
  color: var(--bs-info);
  border-color: var(--bs-info-soft);
  background-color: var(--bs-info-soft);
}

.btn-outline-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-info:hover {
  color: var(--bs-white);
  border-color: var(--bs-info-dark);
  background-color: var(--bs-info-dark);
}

.btn-soft-info:hover,
.btn-outline-info:hover {
  color: var(--bs-white);
  border-color: var(--bs-info);
  background-color: var(--bs-info);
}

.btn-success {
  color: var(--bs-white);
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

.btn-soft-success {
  color: var(--bs-success);
  border-color: var(--bs-success-soft);
  background-color: var(--bs-success-soft);
}

.btn-outline-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
}

.btn-success:hover {
  color: var(--bs-white);
  border-color: var(--bs-success-dark);
  background-color: var(--bs-success-dark);
}

.btn-soft-success:hover,
.btn-outline-success:hover {
  color: var(--bs-white);
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

.btn-warning {
  color: var(--bs-white);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}

.btn-soft-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning-soft);
  background-color: var(--bs-warning-soft);
}

.btn-outline-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-warning:hover {
  color: var(--bs-white);
  border-color: var(--bs-warning-dark);
  background-color: var(--bs-warning-dark);
}

.btn-soft-warning:hover,
.btn-outline-warning:hover {
  color: var(--bs-white);
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}

.btn-danger {
  color: var(--bs-white);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}

.btn-soft-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger-soft);
  background-color: var(--bs-danger-soft);
}

.btn-outline-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.btn-danger:hover {
  color: var(--bs-white);
  border-color: var(--bs-danger-dark);
  background-color: var(--bs-danger-dark);
}

.btn-soft-danger:hover,
.btn-outline-danger:hover {
  color: var(--bs-white);
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}

.btn-dark {
  color: var(--bs-white);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

.btn-soft-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark-soft);
  background-color: var(--bs-dark-soft);
}

.btn-outline-dark {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.btn-dark:hover {
  color: var(--bs-white);
  border-color: var(--bs-dark-dark);
  background-color: var(--bs-dark-dark);
}

.btn-soft-dark:hover,
.btn-outline-dark:hover {
  color: var(--bs-white);
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

.btn-outline-light {
  color: var(--bs-secondary-dark);
  border-color: var(--bs-secondary-dark);
}

.btn-secondary {
  color: var(--bs-dark);
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary);
}

.btn-secondary:hover {
  color: var(--bs-dark);
  border-color: var(--bs-secondary-dark);
  background-color: var(--bs-secondary-dark);
}

.read-more-link {
  font-family: var(--bs-font-monospace);
  font-size: 15px;
  font-weight: 600;
}

.read-more-link i {
  transition: all .3s ease;
  vertical-align: middle;
}

.read-more-link:hover i {
  margin-left: 10px;

  transform: translateX(3px);
}

.google-btn,
.facebook-btn {
  transition: all .3s ease;
}

.google-btn:hover,
.facebook-btn:hover {
  background: var(--bs-primary-soft) !important;
}

.divider-bar {
  width: 100%;
  min-height: 1px;

  background-color: var(--bs-secondary);
}

.divider-text {
  line-height: 1.056em;

  width: 60px;
  min-width: 60px;
}

.fw-medium {
  font-weight: 600;
}

.fw-semi-bold {
  font-weight: 700;
}

.fw-bold {
  font-weight: 800 !important;
}

.rounded-custom {
  border-radius: 1rem !important;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3,
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6 {
  color: var(--bs-white);
}

.bg-primary p,
.bg-primary li,
.bg-primary span,
.bg-dark p,
.bg-dark li,
.bg-dark span,
.bg-gradient p,
.bg-gradient li,
.bg-gradient span {
  color: var(--bs-secondary-dark);
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6 {
  color: initial;
}

.bg-light > .bg-dark h1,
.bg-light .bg-dark h2,
.bg-light .bg-dark h3,
.bg-light .bg-dark h4,
.bg-light .bg-dark h5,
.bg-light .bg-dark h6,
.bg-light > .bg-gradient h1,
.bg-light .bg-gradient h2,
.bg-light .bg-gradient h3,
.bg-light .bg-gradient h4,
.bg-light .bg-gradient h5,
.bg-light .bg-gradient h6 {
  color: var(--bs-white);
}

.bg-white p,
.bg-white li,
.bg-white span {
  color: var(--body-color);
}

.text-white-60 {
  color: rgba(255,255,255,.6) !important;
}

.text-white-70 {
  color: rgba(255,255,255,.7) !important;
}

.text-white-80 {
  color: rgba(255,255,255,.8) !important;
}

.text-white-90 {
  color: rgba(255,255,255,.9) !important;
}

/*form input*/
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.custom-select {
  font-size: 14px;
  font-weight: 500;

  color: #7e8086 !important;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.custom-select {
  font-size: 14px;
  font-weight: 500;

/* Firefox 18- */

  color: #7e8086;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.custom-select {
  font-size: 14px;
  font-weight: 500;

/* Firefox 19+ */

  color: #7e8086;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.custom-select {
  font-size: 14px;
  font-weight: 500;

  color: #7e8086;
}

select.form-select {
  background-image: url(../img/dropdown-arrow.svg);
}

select:invalid {
  color: #7e8086;
}

.form-control,
.custom-select {
  font-size: 14px;

  display: block;

  width: 100%;
  height: calc(1.6em + 1.5rem + 2px);
  padding: .75rem 1rem;

  transition: all .2s ease;

  color: var(--body-color);
  border: 2px solid rgba(0,0,0,.12);
  border-radius: .375rem;
  background-clip: padding-box;
}

.form-control:focus,
.custom-select:focus {
  color: var(--bs-dark);
  border-color: var(--bs-primary-light);
  outline: 0;
  background-color: var(--bs-white);
  box-shadow: none;
}

.subscribe-feature-list li span {
  font-size: 15px;

  display: flex;
  align-items: center;

  margin: 0 15px;
}

.subscribe-feature-list li span i {
  font-size: 16px;
}

.bg-dark .subscribe-feature-list li span i {
  color: var(--bs-secondary-dark) !important;
}

.register-form label:not(.form-check-label) {
  font-family: var(--bs-font-monospace);
  font-size: 15px;
  font-weight: 500;
}

.form-check-label {
  font-size: 13px;
}

.sign-up-in-section {
  display: flex;
  align-items: center;

  width: 100%;
  min-height: 100vh;
}

/*sticky sidebar*/
.sticky-sidebar {
  position: sticky;
  top: 100px;

  transition: all .3s ease;
}

.style-guide .bg-primary-soft .style-guide-heading h2 {
  font-size: 1.75rem;

  margin-bottom: 0;
}

/*======================
03. HEADER SECTION CSS
=======================*/
.sticky-header {
  padding: 20px 0;

  transition: all .3s ease;
}

.affix {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;

  width: 100%;
  margin: auto;
  padding: 10px 0;

  transition: all .3s ease;
  animation: 300ms ease-in-out fadeInDown;

  background: var(--bs-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
}

/*dropdown menu css*/
.dropdown-grid {
  display: grid;

  background: var(--bs-white);

  grid-template-columns: 100%;
  grid-template-rows: auto;
}

.dropdown-grid.width-half {
  width: 320px;

  grid-template-columns: 1fr;
}

.dropdown-grid.width-full {
  width: 650px;

  grid-template-columns: 1fr 1fr;
}

.width-full-3 {
  width: 800px;

  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.width-full-3 .dropdown-grid-item {
  width: 240px;
}

.dropdown-grid-item {
  width: auto;
  padding: 20px;
}

.width-full-3 .dropdown-grid-item.last-item {
  display: flex;
  flex-direction: column;

  width: auto;

  grid-column-start: span 2;
}

.radius-right-side {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.main-menu li.nav-item {
  position: relative;
}

.dropdown-menu {
  right: auto;
  left: 50% !important;

  transform: translate(-50%, 0);
}

.main-menu li.nav-item .dropdown-menu:before {
  position: absolute;
  top: -9px;
  left: 50%;

  width: 20px;
  height: 20px;

  content: '';
  transition: all .3s ease;
  transform: translate(-50%, 0) rotate(-315deg);

  opacity: 0;
  border-radius: 3px;
  background-color: var(--bs-white);
}

.main-menu li.nav-item:hover .dropdown-menu:before {
  opacity: 1;
}

.main-menu li a.nav-link {
  font-family: var(--bs-font-monospace);
  font-size: 15px;
  font-weight: 500;

  position: relative;

  padding: .85rem 1rem;
}

.navbar-dark .main-menu li a.nav-link {
  color: var(--bs-secondary-dark);
}

.navbar-dark .action-btns a.btn-link {
  color: var(--bs-secondary-dark);
}

/*navbar-light*/
.navbar-light .main-menu li a.nav-link,
.navbar-light .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.navbar-dark.sticky-header.affix .action-btns a.btn-link {
  color: var(--body-color);
}

.navbar-light.sticky-header.affix,
.navbar-dark.sticky-header.affix {
  background: var(--bs-white);
}

.navbar-light.sticky-header.affix .btn,
.navbar-dark.sticky-header.affix .btn,
.bg-dark .btn,
.coming-soon-section .btn,
.bg-gradient .btn,
.coming-soon-section .btn,
.navbar-dark .btn-primary {
  box-shadow: none;
}

.navbar-light .navbar-brand img.logo-white,
.navbar-dark .navbar-brand img.logo-color,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-white {
  display: none;
}

.navbar-dark.sticky-header.affix .navbar-toggler span {
  color: var(--body-color);
}

.navbar-dark.sticky-header.affix .navbar-brand img.logo-color {
  display: block;
}

.main-menu li a.nav-link:hover,
.action-btns a.btn-link:hover,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
.navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
  color: var(--bs-primary);
}

.dropdown-grid-item a {
  display: flex;
  align-items: center;

  padding: .55rem 1rem !important;

  transition: all .3s ease;
  text-decoration: none;

  border-radius: 4px;
}

.drop-heading {
  margin-bottom: 13px;
  padding-left: 1rem;
}

.drop-title {
  font-family: var(--bs-font-monospace);
  font-size: 14px;
  font-weight: 500;

  color: var(--body-color);
}

.dropdown-grid-item a:hover {
  background: var(--bs-light);
}

.dropdown-grid-item a span {
  font-size: 14px;

  transition: all .3s ease-in-out;

  opacity: .8;
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
  opacity: 1;
  color: var(--bs-primary);
}

.demo-list {
  line-height: 32px;

  width: 32px;
  height: 32px;
  margin-right: 12px;

  text-align: center;
}

.dropdown-info {
  display: flex;
  flex-direction: column;
}

.dropdown-info p {
  font-size: 13px;

  margin-bottom: 0;
}

.offcanvas-header button.close-btn {
  width: 30px;
  height: 30px;

  text-align: center;

  border: none;
  border-radius: 20px;
  outline: none;
  background: var(--bs-danger-soft);
  box-shadow: none;
}

.offcanvas-header button.close-btn i {
  line-height: 29px;
}

.offcanvas-body .dropdown-toggle::after {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;

  position: absolute;
  right: 0;

  content: '\f067';

  border: none;
}

.offcanvas-body .main-menu li a.nav-link {
  padding: .5rem 1rem;

  color: var(--body-color);
}

.offcanvas-body .main-menu li a.nav-link:hover {
  color: var(--bs-primary);
}

.offcanvas-body .radius-right-side {
  border-top-right-radius: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.offcanvas-body .dropdown-menu {
  position: relative;
}

.offcanvas-body .dropdown-grid {
  display: block;

  width: auto;
}

.offcanvas-body .dropdown-grid-item {
  width: 100%;
}

.offcanvas-body .dropdown-grid-item.last-item {
  display: none;
}

@media (max-width: 1199px) {
  .nav.main-menu {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .nav.main-menu {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .sticky-header.affix {
    padding: 15px 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 376px) {
  .action-btns a:first-of-type {
    margin-bottom: 10px;
  }
}

.dropdown-toggle::after {
  vertical-align: middle;
}

#preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100vh;

  text-align: center;

  background-color: var(--bs-light);
}

.preloader-icon {
  width: 60px;
  height: 60px;
}

.loading-bar {
  position: relative;

  overflow: hidden;

  width: 120px;
  height: 3px;
  margin-top: 30px;

  background: var(--bs-white);
}

.loading-bar::before {
  position: absolute;
  left: -34px;

  width: 35px;
  height: 3px;

  content: '';
  animation: bluebar 1.5s infinite ease;

  background: var(--bs-primary);
}

@keyframes bluebar {
  50% {
    left: 96px;
  }
}

.section-heading {
  margin-bottom: 50px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .action-btns.me-lg-0 {
    margin-right: 3rem !important;
  }
}

@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

/*======================
04. PROMO SECTION CSS
=======================*/
.block-item-patterns {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.block-item-pattern {
  width: 27px;
  height: 27px;
}

.pattern-block-1:nth-child(1) .block-item-pattern:nth-child(1) {
  top: 0;
  right: 40px;
}

.pattern-block-1:nth-child(1) .block-item-pattern:nth-child(2) {
  bottom: 27px;
  left: 0;
}

.pattern-block-1:nth-child(1) .block-item-pattern:nth-child(3) {
  bottom: 0;
  left: 27px;
}

.pattern-block-2:nth-child(1) .block-item-pattern:nth-child(1) {
  top: 60px;
  right: 0;
}

.pattern-block-2:nth-child(1) .block-item-pattern:nth-child(2) {
  bottom: 60px;
  left: 0;
}

.pattern-block-2:nth-child(1) .block-item-pattern:nth-child(3) {
  right: 0;
  bottom: 60px;
}

.pattern-block-3:nth-child(1) .block-item-pattern:nth-child(1) {
  top: 0;
  left: 40px;
}

.pattern-block-3:nth-child(1) .block-item-pattern:nth-child(2) {
  right: 0;
  bottom: 27px;
}

.pattern-block-3:nth-child(1) .block-item-pattern:nth-child(3) {
  right: 27px;
  bottom: 0;
}

.promo-icon i {
  line-height: normal;
}

.card-bar {
  width: 100px;
  height: 10px;

  border-radius: 20px 0 0 20px;
}

.promo-border-hover {
  transition: all .3s ease;
}

.promo-border-hover:hover {
  border-color: var(--bs-primary) !important;
  background: transparent !important;
}

.contact-us-promo span {
  line-height: normal;

  margin-bottom: 30px;
}

/*work process promo*/
.process-card {
  position: relative;

  display: block;

  transition: all .3s ease;
}

.process-card-two {
  transition: all .3s ease;
}

.custom-shadow {
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245,  .5);
}

.shadow-hover:hover {
  z-index: 3;

  box-shadow: 0 5px 20px 0 rgba(210, 210, 245,  .5);
}

.process-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 80px;
  height: 80px;
  margin: 0 auto 35px;

  transition: all .3s ease;
  text-align: center;
}

.process-card-two:hover .process-icon {
  color: var(--bs-primary);
  background-color: var(--bs-white);
}

.process-card:hover {
  background: var(--bs-white);
}

.process-card:hover .process-icon {
  background: var(--bs-primary) !important;
}

.process-card:hover .process-icon span,
.process-card:hover .process-icon span i {
  color: var(--bs-white) !important;
}

.dots-line {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;

  flex: 1;

  width: 100px;
  height: 1px;
  padding-top: 0;

  border-bottom: 2px dashed var(--bs-primary);
}

.dots-line.first {
  position: relative;

  margin-right: -43px;
  margin-left: -43px;
}

@media screen and (max-width: 991px) {
  .dots-line {
    display: none;
  }
}

/*process icon two*/

.process-icon-2 i {
  font-size: 22px;
  line-height: 60px;

  width: 60px;
  height: 60px;

  text-align: center;
}

.process-icon-2 {
  position: relative;
}

.process-icon-2:after {
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 47%;

  width: 0;
  height: 150px;

  content: '';
  transform: translate(-50%, 50%);

  border-width: 1px;
  border-style: dashed;
  border-color: var(--bs-secondary-dark);
  background-color: transparent;
}

.work-process-list li:last-child .process-icon-2:after {
  display: none;
}

.work-process-list li,
.process-icon-2 i {
  transition: all .3s ease-in-out;
}

.process-icon-2 i {
  opacity: .6;
}

.work-process-list li:hover .process-icon-2 i {
  opacity: 1;
  color: var(--bs-primary);
}

.promo-card-info h3 i {
  font-size: 38px;
}

/*setup process*/
.setup-process-list {
  display: grid;
  justify-content: space-between;

  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-items: center;
}

.setup-process-item {
  width: 100%;
}

li.setup-process-item:not(:last-child) {
  position: relative;
}

li.setup-process-item:not(:last-child):before {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;

  width: 2px;

  content: '';

  background: rgba(116, 143, 181, .15);
}

@media only screen and (max-width: 767px) {
  .setup-process-list {
    display: block;

    max-width: 250px;
    margin: 0 auto;
  }

  li.setup-process-item:not(:last-child):before {
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;

    width: 100%;
    height: 2px;
  }
}

/*======================
05. HERO SECTION CSS
=======================*/
.hero-subscribe-form-wrap {
  max-width: 460px;
}

.skewed-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;
}

.skewed-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  border-bottom: 282px solid var(--bs-white);
  border-left: 100vw solid transparent;
}

.hero-bg-img {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 320px) and (max-width: 414px) {
  .hero-subscribe-form input.btn {
    position: relative;
    top: 10px;
    right: 0;

    margin-bottom: 15px;

    transition: all .3s ease-in;
  }

  .hero-subscribe-form input.form-control {
    padding: .75rem 1rem;
  }
}

.app-screen-bg {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}

.app-screen-wrap {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(29.4046deg) rotateY(0deg) rotateZ(-19.4046deg) skew(0deg, 0deg);

  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 5;
  transform-style: preserve-3d;
}

.screen-grid {
  display: grid;

  grid-auto-columns: 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid-app-screens {
  align-items: center;

  width: 130%;
  max-width: 1100px;
  padding-left: 5%;

  transform: perspective(1000px);

  justify-items: center;
  grid-template-columns: 1fr 2.2fr;
  perspective: 1000px;
}

.screen-1 {
  width: 100%;

  grid-row-start: span 2;
  grid-row-end: span 2;
}

.screen-3 {
  justify-self: start;
}

.circle-shape-wrap {
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.circle-img-1 {
  position: absolute;

  width: 16%;
  margin-top: 2%;
  margin-left: 44%;
}

.circle-img-2 {
  position: absolute;

  width: 10%;
  margin-top: -7%;
  margin-left: 57%;
}

.circle-img-3 {
  position: absolute;

  width: 8%;
  margin-top: -19%;
  margin-left: 36%;
}

/*hero-3*/
.hero-screen-wrap {
  display: flex;
  align-items: flex-end;

  margin-right: -120px;
}

.hero-screen-wrap .phone-screen {
  z-index: 2;

  flex: 0 0 220px;

  width: 220px;
  margin-right: -220px;
  margin-bottom: -30px;
}

.hero-screen-wrap .mac-screen {
  z-index: 1;

  flex: 0 0 885px;

  width: 885px;
  margin-right: -180px;
}

@media (min-width: 1480px) and (max-width: 1836px) {
  .hero-screen-wrap {
    margin-right: 0;
  }

  .hero-screen-wrap .phone-screen {
    flex: 0 0 165px;
  }

  .hero-screen-wrap .mac-screen {
    flex: 0 0 765px;

    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 1479px) {
  .hero-screen-wrap {
    margin-right: 0;
  }

  .hero-screen-wrap .phone-screen {
    flex: 0 0 100px;

    margin-right: 0;
  }

  .hero-screen-wrap .mac-screen {
    flex: 0 0 465px;

    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero-screen-wrap {
    align-items: center;
    justify-content: center;
  }

  .hero-screen-wrap .phone-screen {
    display: none;
  }

  .hero-screen-wrap .mac-screen {
    flex: auto;
  }
}

/*hero-5*/
.widget-img-1 {
  top: 22%;
  left: -90px;
}

.widget-img-2 {
  bottom: -12%;
  left: -75px;
}

.widget-img-3 {
  top: 40%;
  right: -100px;
}

.widget-img-4 {
  right: 35px;
  bottom: -10%;
}

.widget-img-5 {
  top: -35%;
  left: -35%;
}

.widget-img-6 {
  top: -30%;
  right: -35%;
}

@media (min-width: 320px) and (max-width: 991px) {
  .widget-img-wrap {
    display: none;
  }
}

/*=====================
06. ABOUT US CSS
=======================*/
.office-address {
  position: relative;

  width: 100%;
  height: 360px;

  transition: all .3s ease-in;
}

.office-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  width: 100%;
  height: 100%;

  transition: all .3s ease-in;

  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.45)));
  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.45));
  background-image:         linear-gradient(180deg,transparent,rgba(0,0,0,.45));
}

.office-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-transition: all .3s linear;
          transition: all .3s linear;

  opacity: 0;
  background-color: rgba(11, 22, 63,.5);
}

.office-info {
  display: flex;
  align-items: center;
  flex: 0 1 38%;
  flex-flow: column wrap;
  justify-content: space-between;

  transition: all .3s linear;
  transform: translateY(70%);
}

.office-info h5 {
  color: var(--bs-white);
}

.office-info address {
  visibility: hidden;

  padding-bottom: 33px;

  transition: visibility 0s linear .5s,opacity .8s linear;

  opacity: 0;
  color: var(--bs-white);
}

.office-address:hover .office-overlay {
  opacity: 1;
}

.office-address:hover  .office-info {
  transform: translateY(0);
}

.office-address:hover .office-info address {
  visibility: visible;

  transition-delay: .2s;

  opacity: 1;
}

.about-content-left {
  max-width: 602px;
  margin-right: 30px;
}

.about-content-left .about-img-first {
  width: 100%;
  max-width: 76%;
}

.about-content-right {
  display: flex;
  flex-direction: column;

  max-width: 47%;
}

.about-content-right .about-img-last {
  align-self: flex-end;

  max-width: 126%;
  margin-top: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-content-left {
    max-width: 450px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .section-heading-wrap {
    flex-direction: column;
  }

  .about-content-left {
    align-items: stretch;
    flex-direction: column;

    margin-right: 0;
    margin-bottom: 40px;
  }

  .about-content-right {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;

    max-width: 100%;
  }

  .about-content-left .about-img-first {
    max-width: 100%;
    margin-top: 0 !important;
  }

  .about-content-right img:first-of-type {
    width: 45%;
    margin: 0 !important;
  }

  .about-content-right img:last-of-type {
    width: 50%;
    margin: 0 !important;
  }
}

/*story grid*/
.story-grid {
  display: grid;

  width: 100%;
  height: 720px;

  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.story-item {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 100%;
  padding: 1.5rem;

  text-align: center;
}

/*======================
07. FEATURE BOX CSS
=======================*/
.dot-mask {
  -webkit-mask-image: url(../img/dots.svg);
          mask-image: url(../img/dots.svg);
}

.dm-wh-200 {
  width: 200px;
  height: 200px;
}

.dm-wh-250 {
  width: 250px;
  height: 250px;
}

.dm-wh-300 {
  width: 300px;
  height: 300px;
}

.dm-wh-350 {
  width: 350px;
  height: 350px;
}

.dm-size-10 {
  -webkit-mask-size: 10px;
          mask-size: 10px;
}

.dm-size-12 {
  -webkit-mask-size: 12px;
          mask-size: 12px;
}

.dm-size-14 {
  -webkit-mask-size: 14px;
          mask-size: 14px;
}

.dm-size-16 {
  -webkit-mask-size: 16px;
          mask-size: 16px;
}

.dm-size-18 {
  -webkit-mask-size: 18px;
          mask-size: 18px;
}

.dm-size-20 {
  -webkit-mask-size: 20px;
          mask-size: 20px;
}

.dot-mask.bottom-right {
  right: -42px;
  bottom: -42px;
}

.dot-mask.top-right {
  right: -42px;
  bottom: -42px;
}

.dot-mask.top-left {
  top: -42px;
  left: -42px;
}

.dot-mask.bottom-left {
  bottom: -42px;
  left: -42px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .dot-mask.top-left,
  .left--40 {
    left: 0 !important;
  }

  .dot-mask.top-right,
  .dot-mask.bottom-right,
  .right--40 {
    right: 0 !important;
  }

  .dm-wh-350 {
    display: none;
  }

  .author-img-wrap.pt-5,
  .author-img-wrap.ps-5 {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
}

.two-bg-color {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--bs-primary)), color-stop(0, var(--bs-light)));
  background-image: linear-gradient(90deg, var(--bs-primary) 40%, var(--bs-light) 0);
}

.two-bg-dark-light {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--bs-dark)), color-stop(0, var(--bs-light)));
  background-image: linear-gradient(90deg, var(--bs-dark) 40%, var(--bs-light) 0);
}

@media (min-width: 320px) and (max-width: 767px) {
  .two-bg-dark-light {
    background: var(--bs-light);
  }
}

.feature-icon {
  line-height: 65px;

  width: 65px;
  height: 65px;

  text-align: center;
}

.icon-center {
  margin: 0 auto 32px;
}

.feature-icon img {
  padding: 15px;
}

.img-bg-shape {
  top: 0;
  bottom: 0;
  left: 50%;

  width: 80%;

  transform: translateX(-50%) scale(1.1);
}

.skewed-img-right {
  transform: rotateY(-35deg) rotateX(15deg);

  backface-visibility: hidden;
}

.skewed-img-left {
  transform: rotateY(-25deg) rotateX(-10deg);

  backface-visibility: hidden;
}

.img-overlay-list {
  z-index: 1;
  bottom: 30px;
  left: 40px;

  grid-row-gap: 17px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-overlay-list li {
  margin: 12px 0;
}

.img-overlay-list li i {
  line-height: 30px;

  width: 30px;
  height: 30px;
  margin-right: 12px;

  text-align: center;
}

/*client section css*/
.customer-logos-grid {
  display: grid;

  margin-right: auto;
  margin-left: auto;

  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.customer-logos-grid img,
.customer-logo {
  transition: all .3s ease-in-out;
}

.customer-logo-gray {
  filter: opacity(.6);
}

.customer-logo {
  filter: brightness(1) invert(1);
}

.customer-logo:hover {
  filter: brightness(0) invert(1);
}

.customer-logo-gray:hover {
  filter: none;
}

.client-logo-img {
  display: grid;
  justify-content: space-between;

  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.client-logo-img li {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 575px) {
  .customer-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
}

/*choose software section css*/
.choose-soft-img {
  position: relative;
  left: 25%;
}

/*feature tow col list*/
.list-two-col,
.list-three-col {
  max-width: 100%;
}

.list-two-col li {
  flex: 0 0 50%;

  max-width: 50%;
  padding-right: 12px;
}

.list-three-col li {
  flex: 0 0 33%;

  max-width: 33%;
  padding-right: 12px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .list-two-col li {
    flex: 0 0 100%;

    max-width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .list-three-col li {
    flex: 0 0 100%;

    max-width: 100%;
  }
}

.feature-img .feature-top-img {
  position: absolute;
  top: 5rem;
  left: .5rem;
}

.feature-img-shape:before {
  position: absolute;
  z-index: -1;
  top: -10px;
  right: -60px;

  display: block;

  width: 150px;
  height: 150px;

  content: '';
  transform: scale(-1, 1);

  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 575px) {
  .feature-img-shape:before {
    display: none;
  }
}

.feature-img-shape-top-right:before {
  background-image: url(../img/shape/dot-big-square.svg);
}

@media (min-width: 320px) and (max-width: 991px) {
  .hide-medium {
    display: none;
  }
}

.screenshots-content-wrap {
  position: relative;
  z-index: 2;
}

.roted-img-wrap {
  display: flex;
  flex-direction: column;

  margin-top: -100px;

  perspective: 2200px;
}

.roted-img {
  position: relative;
  z-index: -1;

  width: 100%;
  margin-bottom: -90px;

  -webkit-transform: rotateX(50deg) rotateY(0) rotateZ(0);
          transform: rotateX(50deg) rotateY(0) rotateZ(0);

  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*app screen feature*/
.half-screen {
  top: 4%;
  left: 2.1%;

  width: 94%;
  height: auto;

  border-top-left-radius: .9375rem;
  border-top-right-radius: .9375rem;

  -o-object-fit: cover;
     object-fit: cover;
}

/*feature grid style*/
.feature-grid {
  display: -ms-grid;
  display:     grid;

  width: 100%;

  transition: all .3s ease-in-out;

  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

.highlight-card {
  display: block;

  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.feature-card.border:hover {
  transition: all .3s ease-in-out;

  border-color: var(--bs-primary)!important;
  background: transparent;
}

@media (min-width: 767px) and (max-width: 992px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.border-line-style {
  position: relative;

  padding-top: 0;
  padding-bottom: 0;

  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-primary-soft);
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  border-bottom: 0 none transparent;
}

.border-line {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;

  width: 2px;
  height: 65px;
  margin-top: 0;
  margin-left: -1px;

  background-color: var(--bs-primary);
}

/*feature with image bg*/
.feature-bg-mockup {
  position: absolute;

  opacity: .35;

  -o-object-fit: cover;
     object-fit: cover;
}

/*feature tab list*/
.feature-tab-list li a {
  font-family: var(--bs-font-monospace);
  font-size: 15px;
  font-weight: 600;

  display: inline-block;

  text-align: center;

  color: var(--bs-dark);
  border-radius: 6px 6px 0 0;
}

.feature-tab-list li a.active {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.feature-tab-list-2 li a {
  font-family: var(--bs-font-monospace);
  font-size: 14px;
  font-weight: 500;

  margin-right: 15px;
  padding: .5rem 1.5rem;

  transition: all .3s ease;

  color: var(--body-color);
  border: 2px solid rgba(216,216,216,.2);
  border-radius: .5rem;
  background: rgba(216,216,216,.25);
}

.feature-tab-list-2 li a:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}

.feature-tab-list-2 li a.active {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}

.feature-tab-list-2 li:last-child a {
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .feature-tab-list-2 {
    justify-content: start !important;
  }

  .feature-tab-list-2 li {
    margin: 5px 0;
  }
}

/*career*/
.job-time {
  font-size: 14px;
}

.company-logo {
  flex: 0 0 130px;

  height: 130px;
}

.company-logo .logo {
  display: flex;

  height: 100%;
}

.company-logo .logo img {
  align-self: center;

  transform: translate3d(0,0,0);
}

.company-info-wrap {
  display: flex;
}

.company-overview ul li {
  font-size: 15px;
}

.annual-salary-wrap {
  padding: 30px;

  text-align: center;

  background: var(--bs-white);
}

.annual-salary-wrap h6 {
  color: var(--bs-dark);
}

@media (min-width: 320px) and (max-width: 767px) {
  .company-logo {
    display: inline-block;

    width: auto;
    height: 100px;
    margin-bottom: 25px;
  }

  .company-info-wrap {
    display: inline-block;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .annual-salary-wrap {
    margin-top: 35px;
    padding: 0;

    text-align: left;

    background: transparent;
  }

  .annual-salary-wrap h6 {
    color: var(--bs-white);
  }
}

.content-list li {
  font-size: 15px;

  position: relative;

  margin-bottom: 15px;
  padding-left: 15px;
}

.content-list li:before {
  position: absolute;
  top: 11px;
  left: 0;

  width: 6px;
  height: 6px;

  content: '';

  border-radius: 50%;
  background: var(--bs-dark);
}

.job-info-list li {
  font-size: 14px;

  margin-right: 15px !important;
}

.job-overview-list li {
  font-size: 16px;

  position: relative;

  display: flex;

  margin-bottom: 20px;
}

.job-overview-list li i {
  margin-right: 15px;
}

.overview-item span {
  font-size: 14px;
}

.icon-box {
  margin-bottom: 30px;
}

.icon-box i {
  font-size: 22px;
  line-height: 55px;

  width: 55px;
  height: 55px;

  text-align: center;
}

/*======================
08. CALL TO ACTION CSS
=======================*/
@media (min-width: 767px) {
  .cta-left-info {
    width: 65%!important;
  }
}

@media (min-width: 767px) {
  .cta-img {
    width: 35%!important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .cta-left-info {
    width: 100%;
  }

  .cta-img {
    display: none;
  }
}

.software-uikit {
  flex: 1;

  background-repeat: no-repeat;
  background-position: 50px 100px;
  background-size: cover;
}

.img-with-shape-wrap {
  position: relative;

  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}

.shape-image {
  overflow: hidden;

  border-radius: 1rem;
}

.shape-image .screen-img {
  position: relative;
  top: 90px;
  left: 80px;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: 0 0;
}

.shape-bottom {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -10%;
  left: 0;

  width: 100%;
}

/*circle shape*/

.circle-shape-2 {
  width: 335px;
  min-width: 335px;
  min-height: 335px;
}

.circle-shape-1 {
  top: -240px;

  width: 356px;
  min-width: 356px;
  min-height: 356px;
}

.circle-shape-3 {
  bottom: -210px;

  width: 300px;
  min-width: 300px;
  min-height: 300px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .circle-shape-2,
  .circle-shape-1,
  .circle-shape-3 {
    display: none;
  }
}

/*======================
09. TESTIMONIAL SECTION CSS
=======================*/
.testimonial-tab-slider-wrap,
.testimonial-tab-indicator {
  transition: all .3s ease;
}

.testimonial-tab-indicator li button {
  margin-right: 15px;
  padding: 0;
}

.author-info span {
  font-size: 15px;
}

.testimonial-tab-indicator li button img {
  transition: all .3s ease;
  transform: scale(.8);
}

.nav-pills.testimonial-tab-indicator .nav-link.active,
.nav-pills.testimonial-tab-indicator .show > .nav-link {
  background: transparent !important;
}

.nav-pills.testimonial-tab-indicator .nav-link.active img {
  transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;

  border: 1px solid #ebebeb;
  border-radius: 6px;
  background-color: var(--bs-white);
  box-shadow: 0 11px 24px 0 rgba(0, 0, 0, .09);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--bs-white)!important;
  background-color: var(--bs-primary);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 13px;
  font-weight: 600;
}

.swiper-button-next {
  right: -25px;
}

.swiper-button-prev {
  left: -25px;
}

@media (min-width: 320px) and (max-width: 645px) {
  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }
}

.review-rate li {
  margin-right: 2px  !important;
}

.review-rate li i {
  font-size: 12px;
  line-height: normal;
}

.blockquote {
  font-size: 1.125rem;
}

.testimonial-tab-list li a {
  margin-right: 10px;
}

.testimonial-tab-list li a img {
  padding: 4px;

  transition: all .3s ease;
  transform: scale(1);

  border: 2px solid var(--bs-secondary);
}

.testimonial-tab-list li a.active img {
  transform: scale(1.1);

  border-color: var(--bs-primary);
}

/*testimonial tab*/
.testimonial-tab-menu {
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;

  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: auto;
}

.testimonial-tab-menu li {
  width: 100%;

  cursor: pointer;
}

.testimonial-tab-link {
  transition: all .3s ease-in-out;

  background: rgba(255,255,255, .05) !important;
}

.testimonial-video-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  content: '';
  transition: all .3s ease;

  opacity: .6;
  border-radius: 1rem;
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(23, 19, 71, 1)));
  background-image: -webkit-linear-gradient(top,transparent,rgba(23, 19, 71, 1));
  background-image:         linear-gradient(180deg ,transparent,rgba(23, 19, 71, 1));
}

.testimonial-video-wrapper .video-icon i {
  line-height: 50px;

  width: 50px;
  height: 50px;

  transition: all .3s ease;
  text-align: center;

  color: var(--bs-white);
  border-radius: 50%;
  background: var(--bs-primary);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .18);
}

.testimonial-video-wrapper .customer-info {
  position: absolute;
  bottom: 8%;
  left: 8%;
}

.testimonial-tab-menu.nav-pills .nav-link {
  padding: 1rem 1rem;
}

.testimonial-tab-menu.nav-pills .nav-link.active,
.testimonial-tab-menu.nav-pills .show > .nav-link {
  transform: translateY(-3px);

  border-color: var(--bs-white) !important;
  background: var(--bs-white) !important;
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
}

.bg-dark .testimonial-tab-menu.nav-pills .nav-link.active,
.bg-dark .testimonial-tab-menu.nav-pills .show > .nav-link,
.bg-gradient .testimonial-tab-menu.nav-pills .nav-link.active,
.bg-gradient .testimonial-tab-menu.nav-pills .show > .nav-link {
  border-color: rgba(101, 101, 101, .06) !important;
  background: rgba(255,255,255, .1) !important;
}

.testimonial-tab-menu.nav-pills .nav-link.active {
  color: var(--body-color);
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
            box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
            box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
            box-shadow: 0 0 0 0 rgba(255,255,255,.2),0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
            box-shadow: 0 0 0 20px rgba(255,255,255,.2),0 0 0 40px rgba(255,255,255,.2),0 0 0 60px transparent;
  }
}

/*======================
10. PRICING CONTENT
=======================*/
.pricing-header .package-name {
  font-size: 18px;
  font-weight: 600;

  margin-bottom: 14px;
}

.pricing-header h4 span {
  font-size: 14px;
  font-weight: 500;

  margin-left: 5px;
}

.pricing-feature-list li {
  font-size: 15px;

  padding: 5px 0;
}

.single-pricing-wrap {
  transition: transform 300ms ease;
}

.transform-hover:hover {
  transform: translate(0px, -10px);
}

.transition-base {
  transition: all .3s ease;
}

/*======================
11. INTEGRATION SECTION CSS
=======================*/
.integration-list-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.integration-list-wrap a {
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  margin-right: 16px;
  margin-left: 16px;

  border-radius: 100px;
  box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, .12);
}

.integration-list-wrap a {
  width: 65px;
}

.integration-list-wrap a img {
  padding: 10px;
}

.integration-list-wrap a.integration-1 {
  top: 0;
  left: -120px;
}

.integration-list-wrap a.integration-2 {
  top: -21px;
  right: -22px;
}

.integration-list-wrap a.integration-3 {
  left: -191px;

  margin-right: 16px;
  margin-left: 16px;
}

.integration-list-wrap a.integration-5 {
  bottom: -30px;
  left: -150px;
}

.integration-list-wrap a.integration-6 {
  bottom: 0;
  left: 50px;
}

.integration-list-wrap a.integration-7 {
  top: 0;
  left: 120px;
}

.integration-list-wrap a.integration-8 {
  top: -21px;
  right: 22px;
}

.integration-list-wrap a.integration-9 {
  left: 191px;
}

.integration-list-wrap a.integration-11 {
  bottom: -30px;
  left: 150px;
}

.integration-list-wrap a.integration-12 {
  bottom: 0;
  left: -50px;
}

.integration-badge {
  font-family: var(--bs-font-monospace);
  font-size: 12px;

  top: 8%;
  right: 8%;

  letter-spacing: .2px;
}

.connected-app-single {
  transition: all .3s ease;
}

.connected-app-single:hover {
  transform: translateY(-2px);

  background: var(--bs-white) !important;
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .09);
}

@media (min-width: 320px) and (max-width: 991px) {
  .integration-list-wrap {
    flex-direction: row;
  }

  .integration-list-wrap a {
    position: inherit;

    width: 45px;
  }

  .integration-list-wrap a img {
    padding: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .integration-list-wrap a img {
    padding: 0;
  }

  .integration-list-wrap a {
    margin-right: 8px;
    margin-left: 8px;

    box-shadow: none;
  }
}

.integration-list {
  display: grid;
  justify-content: space-between;

  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  grid-gap: 25px;
  justify-items: center;
}

.integration-list li {
  width: 100%;
}

.integration-list li .single-integration {
  display: block;

  height: 75px;
  margin: auto;
  padding: 20px;

  transition: all .3s ease;
  text-align: center;

  border-radius: 6px;
  background: var(--bs-white);
  box-shadow: rgba(13, 21, 55,.06) 0 5px 50px;
}

.integration-list li .single-integration img {
  /* alignment-baseline: middle; */
  position: absolute;
  top: 50%;
  left: 50%;

/* width: 100%; */

  max-width: 35px;
  height: auto;
  max-height: 35px;
  margin: auto;

  transform: translate(-50%, -50%);
}

.integration-list li .single-integration:hover {
  transform: translateY(-2px);

  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
}

.integration-logo {
  margin-bottom: 30px;

  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
}

@media (min-width: 768px) {
  .integration-logo-wrap {
    grid-gap: 12px;
  }
}

/*pricing integrations*/
.integration-icon {
  width: 22px;
  height: 22px;
}

.included-feature-list li {
  display: flex;
  align-items: center;
}

/*pricing switch*/
.mb--100 {
  margin-bottom: -100px;
}

.mb-32 {
  margin-bottom: 32px;
}

.white-space-100 {
  height: 100px;
}

.pricing-tab-list {
  display: inline-flex;
}

.pricing-tab-list li button {
  font-family: var(--bs-font-monospace);
  font-size: 14px;
  font-weight: 700;

  padding: 6px 15px;

  border: 0;
  outline: none;
  background: var(--bs-light);
  box-shadow: none;
}

.pricing-tab-list li:first-child button {
  border-radius: 5px 0 0 5px;
}

.pricing-tab-list li:last-child button {
  border-radius: 0 5px 5px 0;
}

.pricing-tab-list li button.active {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.pricing-price span {
  font-size: 14px;

  color: var(--body-color);
}

.pricing-content-wrap {
  display: flex;
  flex-wrap: wrap;

  width: 100%;
  ;
}

.price-feature-col {
  flex: 0 0 auto;

  width: 50%;
}

.left-radius {
  border-radius: 1rem 0 0 1rem;
}

.right-radius {
  border-radius: 0 1rem 1rem 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .price-feature-col {
    width: 100%;
  }

  .price-feature-col.left-radius {
    border-radius: 1rem 1rem 0 0;
  }

  .right-radius {
    border-radius: 1rem 1rem 0 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .price-feature-col {
    width: 100%;
  }

  .right-radius {
    border-radius: 1rem 1rem 0 0;
  }
}

/*======================
12. FAQ OR ACCORDION SECTION CSS
=======================*/
.faq-icon {
  font-size: 25px;
  line-height: normal;
}

.faq-accordion .accordion-item {
  margin-bottom: 15px;

  border-radius: 1rem;
}

.faq-accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}

.faq-accordion .accordion-item button {
  font-size: 18px;
  font-weight: 600;

  padding: 1.5rem;

  border: none;
  border-radius: 1rem 1rem 0 0;
}

.faq-accordion .accordion-item button.accordion-button {
  border-radius: 1rem;
}

.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 1rem;
}

.faq-accordion .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-accordion .accordion-item button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background: transparent;
  box-shadow: none;
}

.accordion-list li {
  padding: 5px 0;
}

.accordion-list li a {
  display: inline-block;

  width: 100%;

  color: var(--body-color);
}

.accordion-list li a:hover {
  color: var(--bs-primary);
}

/*======================
12. SUPPORT SECTION CSS
=======================*/
.support-article-tab {
  display: inline-block;
}

.support-article-tab.nav-pills .nav-link.active,
.support-article-tab.nav-pills .show > .nav-link {
  color: var(--bs-primary);
  background: transparent;
}

.support-article-tab button.nav-link {
  display: inline-flex;

  width: 100%;
  padding: .5rem 0;
}

.support-article-tab button.nav-link:hover,
.support-article-tab a:hover {
  color: var(--bs-primary) !important;
}

.quick-support a {
  transition: all .3s ease;
}

.quick-support a:hover {
  color: var(--bs-primary) !important;
}

.quick-support-icon i {
  line-height: 40px;

  width: 40px;
  height: 40px;

  text-align: center;
}

.support-article-title {
  font-family: var(--bs-font-sans-serif);

  transition: all .3s ease;
}

.support-article-list li a:hover .support-article-title {
  color: var(--bs-primary);
}

.support-article-list li a:hover .read-more-link i {
  margin-left: 10px;

  transform: translateX(3px);
}

.support-article-list li a:hover .read-more-link {
  opacity: .9;
}

.support-article-list li a:hover p {
  color: var(--body-color);
}

/*======================
13. BLOG SECTION CSS
=======================*/

/*blog css*/
.blog-grid {
  display: flex;
  flex-flow: row nowrap;

  transition: all .3s ease;

  opacity: 1;
}

.blog-grid .featured-post-wrapper,
.blog-grid .posts-wrapper {
  display: flex;
  flex: 1 1;
  flex-flow: column nowrap;
}

.blog-grid .featured-post-wrapper .blog-item,
.blog-grid .posts-wrapper .blog-item {
  display: flex;
  flex: 1 1;

  width: 100%;
  padding: 15px;
}

.blog-grid .blog-item .blog-content {
  border-radius: 1rem;
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link,
.blog-grid .posts-wrapper .blog-item .read-more-link {
  display: inline-block;
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a,
.blog-grid .posts-wrapper .blog-item .read-more-link a {
  transition: all .3s ease;
  transform: translateX(-15px);

  color: var(--bs-primary);
  background-color: transparent;
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a i,
.blog-grid .posts-wrapper .blog-item .read-more-link a i {
  font-size: 14px;
  line-height: 14px;

  position: relative;

  margin-top: 3px;
  margin-right: 0;
  margin-left: 10px;

  text-align: left;
}

.blog-grid .featured-post-wrapper .blog-item:hover .read-more-link a,
.blog-grid .posts-wrapper .blog-item:hover .read-more-link a {
  transition: all .3s ease;
  transform: translateX(0);

  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.blog-grid .featured-post-wrapper .blog-item .blog-content:hover,
.blog-grid .posts-wrapper .blog-item .blog-content:hover {
  box-shadow: none;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-media img,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-media img {
  transition: all .3s ease;
  transform: scale(1.1);
}

.blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-text h3,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-text h3 {
  color: var(--bs-primary);
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text h3 {
  color: var(--bs-primary);
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a {
  transition: all .3s ease;
  transform: translateX(0);

  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.blog-text a {
  text-decoration: none;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content {
  position: relative;

  display: flex;
  flex: 1 1 100%;
  flex-flow: column nowrap;

  width: 100%;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-media {
  flex: 1 1 46%;

  width: 100%;

  border-radius: 1rem 1rem 0 0;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
  width: 100%;
  height: 290px;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge {
  position: absolute;
  top: -1px;
  right: 5%;
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge i {
  font-size: 35px;
}

.blog-grid .blog-content {
  position: relative;

  display: flex;
  flex-wrap: wrap;

  width: 100%;

  transition: all .3s ease;

  background-color: var(--bs-white);
  background-size: cover;
  box-shadow: none;
}

.blog-grid .blog-content .blog-media {
  position: relative;

  display: flex;
  overflow: hidden;
  justify-content: center;

  width: 35%;
  height: auto;

  border-radius: 1rem 0 0 1rem;
}

.blog-grid .blog-content .blog-media img {
  width: 100%;
  height: 100%;

  transition: all .3s ease;

  background-color: var(--bs-white);

  object-fit: cover;
}

.blog-grid .blog-content .blog-text {
  width: 65%;
  padding: 33px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .blog-grid {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
    height: auto;
  }

  .blog-grid .blog-content .blog-media,
  .blog-grid .blog-content .blog-text {
    width: 100%;
  }

  .blog-grid .blog-content .blog-media {
    border-radius: 1rem 1rem 0 0;
  }
}

/*blog page css*/
.single-article {
  position: relative;

  display: flex;
  overflow: hidden;
  flex-direction: column;

  min-width: 0;

  transition: all .3s ease-in-out;
  word-wrap: break-word;

  border: 1px solid rgb(241, 241, 241);
  background-color: var(--bs-white);
  background-clip: border-box;
}

.single-article a {
  display: block;

  text-decoration: none;
}

.article-img {
  position: relative;

  overflow: hidden;
}

.article-img:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;

  content: '';
  transition: all .3s ease-in;

  background: rgba(0, 0, 0, .25);
}

.article-img img {
  flex-shrink: 0;

  width: 100%;
  height: 14rem;

  transition: all .3s ease-in-out;
  transform: rotate(0) scale(1);

  object-fit: cover;
}

.single-article.feature-article {
  flex-direction: row;
}

.single-article.feature-article .article-img img {
  height: 20rem;
}

.single-article.feature-article .article-content {
  width: fit-content;
}

@media (min-width: 320px) and (max-width: 575px) {
  .single-article.feature-article {
    flex-direction: column;
  }

  .single-article.feature-article .article-img img {
    height: 14rem;
  }
}

.article-category a {
  font-family: var(--bs-font-monospace);
  font-weight: 600;
}

.avatar-name {
  font-size: 15px;
}

.avatar-info span {
  font-size: 14px;
}

.article-title:hover,
.avatar-name:hover {
  color: var(--bs-primary);
}

.limit-2-line-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;
}

.single-article:hover .article-img img {
  transform: rotate(3deg) scale(1.1);
}

.single-article:hover .article-img:before {
  background: transparent;
}

.single-article:hover {
  transition: all .3s;

  box-shadow: 0 11px 18px -8px rgba(0, 0, 0, .16);
}

.page-link {
  font-family: var(--bs-font-monospace);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;

  padding: .5rem 1.25rem;
}

.page-item.active .page-link {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}

.page-link:focus {
  color: var(--bs-primary);
  box-shadow: none;
}

/*download section css*/
.download-btn {
  align-items: center;

  margin-right: 20px;
  margin-bottom: 10px;
  padding: 5px 20px;

  border: 1px solid var(--body-color);
  border-radius: 4px;
}

.download-btn span {
  font-size: 28px;
  line-height: 28px;

  margin-right: 15px;

  color: var(--bs-primary);
}

.download-btn p {
  font-weight: 600;
  line-height: 20px;

  margin-bottom: 5px;

  text-align: left;
}

.download-btn p small {
  font-size: 11px;

  opacity: .5;
}

/*======================
14. TEAM SECTION CSS
=======================*/
.team-single-wrap {
  position: relative;

  display: block;
  overflow: hidden;

  transition: all .3s ease;
}

.team-img {
  position: relative;

  overflow: hidden;
}

.team-img img {
  transition: all .3s ease;
}

.team-single-wrap:hover .team-img img {
  transform: scale(1.1);

  box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05);
}

.team-social-list {
  position: absolute;
  top: 8%;
  right: 8%;
}

.team-social-list.team-social-style-2 {
  top: auto;
  bottom: 8%;
}

.team-social-list li {
  margin: 3px 0 !important;
}

.team-social-list li a,
.author-social-list li a {
  font-size: 15px;
  line-height: 32px;

  display: block;

  width: 32px;
  height: 32px;

  transition: all .4s ease-in-out;
  transform: translateX(250px);
  text-align: center;

  color: var(--body-color);
  border-radius: 3px;
  background: var(--bs-light);
}

.author-social-list.social-bg-ts li a {
  color: var(--bs-white);
  background: transparent;
}

.team-social-list li a:hover,
.author-social-list li a:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.team-single-wrap:hover .team-social-list li a {
  transform: translateX(0);

  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12);
}

.author-social-list li a {
  transform: none;
}

/*======================
15. ANIMATED SHAPE CSS
=======================*/

/*animated screen img*/
.animated-hero-1 .type-0 {
  top: -160px;
  right: -110px;
}

@media (min-width: 991px) and (max-width: 1560px) {
  .animated-hero-1 .type-0 {
    top: -100px;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .animated-hero-1 {
    display: none;
  }
}

.shape-bottom-img img.bottom-shape {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -2px;
  left: 0;

  width: 100%;
  margin: 0 auto;
}

/*animated shape*/
.animate-element {
  right: 0;

  width: 100%;
  height: 100%;

  list-style: none;
}

.animate-element li {
  position: absolute;

  width: 100%;
  height: 100%;
}

.circle-shape-images {
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  width: 100%;
}

.circle-shape-item {
  position: absolute;

  opacity: .55;
}

.circle-shape-item.type-0.hero-1 {
  bottom: -40px;
  left: 12px;

  width: 340px;

  opacity: .8;
}

.circle-shape-item.type-1.hero-1 {
  top: 40px;
  right: 55px;

  width: 186px;
}

.circle-shape-item.type-2.hero-1 {
  right: 40px;
  bottom: -20px;

  width: 100px;
}

.circle-shape-item.type-3.hero-1 {
  top: 25px;
  left: 115px;

  width: 36px;
}

.circle-shape-item.type-4.hero-1 {
  top: 55px;
  left: 135px;

  width: 70px;
}

.circle-shape-item.type-5.hero-1 {
  right: 0;
  bottom: -60px;

  width: 50px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .circle-shape-item.type-0.hero-1 {
    width: 250px;
  }
}

/*shape services of features*/
.shape-service .color-shape-1 {
  top: -100px;
  right: 0;

  flex: 0 0 auto;
}

.shape-service .color-shape-2 {
  bottom: 100px;
  left: -120px;

  flex: 0 0 auto;
}

.shape-service .color-shape-3 {
  right: 0;
  bottom: -50px;

  flex: 0 0 auto;
}

/*coming soon page css*/

.fixed-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100vh;
  height: 100vh;

  border-radius: 0 10rem 30rem 0;
}

.white-popup-block {
  position: relative;

  max-width: 768px;
  margin: 30px auto;
}

.animated-circle li {
  position: absolute;
  z-index: 1;

  border-radius: 50%;
}

.animated-circle li:nth-child(1n) {
  top: 5.3vh;
  right: 20.3vw;
  bottom: inherit;

  width: 24vw;
  height: 24vw;

  animation: zoom-1 50s infinite;
  animation-delay: 2s;
}

.animated-circle li:nth-child(2n) {
  top: -8.8vh;
  right: -3.4vw;
  bottom: inherit;

  width: 15vw;
  height: 15vw;

  animation: zoom-2 50s infinite;
  animation-delay: 2s;
}

.animated-circle li:nth-child(3n) {
  top: 40vh;
  right: 6.5vw;
  bottom: inherit;

  width: 10vw;
  height: 10vw;

  animation: zoom-1 50s infinite;
  animation-delay: 2s;
}

.animated-circle li:nth-child(4n) {
  top: inherit;
  right: 10vw;
  bottom: 0;

  width: 8vw;
  height: 8vw;

  animation: zoom-2 50s infinite;
  animation-delay: 2s;
}

@-webkit-keyframes zoom-1 {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.8);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoom-1 {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.8);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoom-2 {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoom-2 {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}

/*404 css*/


.error-404 {
  font-size: 180px;
  line-height: .889em;

  margin-bottom: 30px;
}

/*======================
16. FOOTER SECTION CSS
=======================*/
.footer-single-col h3 {
  font-size: 18px;
  font-weight: 600;

  margin-bottom: 36px;
}

.footer-nav-list li a {
  font-family: var(--bs-font-monospace);
  font-size: 15px;
  font-weight: 500;

  display: block;

  margin: 10px 0;

  transition: all .3s ease;

  opacity: .5;
}

.footer-nav-list li a,
.footer-single-col p {
  opacity: .7;
  color: var(--bs-secondary-dark);
}

.footer-nav-list li a:hover {
  opacity: 1;
}

.footer-top.bg-dark .footer-nav-list li a,
.footer-top.bg-dark .footer-single-col p,
.footer-top.bg-gradient .footer-single-col p {
  opacity: 1;
}

.footer-top.bg-dark .footer-nav-list li a:hover,
.footer-top.bg-gradient .footer-nav-list li a:hover {
  color: var(--bs-white);
}

.footer-light .footer-nav-list li a,
.footer-light .footer-single-col p {
  opacity: .8;
  color: var(--body-color);
}

.footer-light .footer-nav-list li a:hover {
  opacity: 1;
  color: var(--bs-primary);
}

.footer-light .footer-single-col h6 {
  color: var(--body-color);
}

.footer-light .logo-white,
.bg-dark .logo-color,
.bg-gradient .logo-color {
  display: none;
}

.footer-light .logo-color,
.bg-dark .logo-white,
.bg-gradient .logo-white {
  display: block;
}

.newsletter-form button {
  font-size: 15px;

  top: 0;
  right: 0;
  bottom: 0;

  display: inline-block;

  height: auto;
  padding-right: 25px;
  padding-left: 25px;

  border: none;
  border-radius: 0 4px 4px 0;
}

.newsletter-form button i {
  font-size: 12px;
}

.newsletter-form button:focus {
  outline: none;
}

.rating-list li {
  margin-right: 2px !important;
}

.rating-list li i {
  font-size: 11px;
}

.bg-dark input.form-control,
.bg-gradient input.form-control {
  border-color: var(--bs-light);
}

.register-form input.form-control {
  border-color: rgba(0,0,0,.08);
}

.register-form input.form-control:focus {
  border-color: var(--bs-primary);
}

.footer-bottom {
  position: relative;

  display: block;

  border-top: 1px solid rgba(248, 249, 250, .05);
}

.footer-bottom.footer-light {
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.copyright-text p {
  font-family: var(--bs-font-monospace);
  font-size: 14px;
  font-weight: 500;

  color: #65676d;
}

.copyright-text p a {
  color: var(--body-color);
}

.footer-light .copyright-text p {
  color: #65676d;
}

.bg-dark .copyright-text p,
.bg-gradient .copyright-text p {
  color: var(--bs-secondary-dark);
}

.bg-dark .copyright-text p a,
.bg-gradient .copyright-text p a {
  color: var(--bs-secondary);
}

.copyright-text p a:hover {
  color: var(--bs-primary);
}

.footer-social-list li a {
  line-height: 32px;

  display: block;

  width: 36px;
  height: 36px;

  transition: all .3s ease-in-out;
  text-align: center;

  color: #65676d;
  border: 2px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
}

.bg-dark .footer-social-list li a,
.bg-gradient .footer-social-list li a {
  color: var(--bs-secondary-dark);
}

.footer-light .footer-social-list li a {
  border: 2px solid rgba(0, 0, 0, .12);
}

.footer-social-list li a:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}

.lang-select:hover .lang-options {
  display: block;
}

.lang-options {
  position: absolute;
  z-index: 5;
  top: 105%;
  left: 0;

  display: none;
  overflow: hidden;

  width: 100%;

  color: initial;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px -2px #505050;
}

.lang-options a {
  text-decoration: none;

  color: inherit;
}

.lang-options div {
  padding: 10px 0;
}

.lang-options div:hover {
  color: #fff;
  background-color: #1d9fff;
}

.max-width70 {
  max-width: 70%!important;
}

.text-align-center {
  text-align: center;
}

.logo {
  height: 45px;
}

.feature-img-wrap {
  display: flex;
  flex-wrap: wrap;
}

.feature-img-wrap .feature-box {
  display: block;

  height: 220px;
  padding: 30px 25px;
}

.feature-img-wrap h1 {
  font-size: 50px;
}

.feature-img-wrap [class*=bg-] {
  color: white !important;
}

.first-box {
  width: 40px;
}

.first-box .left-box {
  height: 40px;

  transform: translateY(220px);
}

.second-box,
.three-box {
  position: relative;

  /* width: 250px; */
}

.second-box .bottom-box {
  position: absolute;
  right: 0;
  bottom: -60px;

  width: 60px;
  height: 60px;
}

.three-box  div {
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.four-box {
  position: relative;
}

.four-box .right-box {
  position: absolute;

  width: 80px;
  height: 80px ;

  transform: translateY(calc(220px - 80px));
}
