/*#region ----------------- X) General */
@import url(../css/fontiran.css);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: Shabnam !important;
  font-weight: 300;
  direction: rtl;
  margin: 0;
  background-color: #FFFFFF;
  text-align: right;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p {
  font-family: Shabnam !important;
}

h1 {
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
}

b,
strong {
  font-weight: bolder;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav {
  display: block;
}

a {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background-color: #87108e;
  color: #FFFFFF;
}

::selection {
  background-color: #87108e;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #87108e;
  color: #FFFFFF;
}

::-webkit-selection {
  background-color: #87108e;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .container {
    max-width: 90%;
  }
}

/*#endregion -------------- X) General */
/*#region ----------------- Buttons Styles */
.btn {
  font-weight: 500;
  border-radius: 0;
  position: relative;
  min-width: 140px;
  z-index: 5;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}

.btn .mdi {
  font-size: 24px;
  line-height: 0;
  z-index: 10;
}

.btn:hover, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #87108e;
  z-index: 6;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #3298FF;
  z-index: 5;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn:hover {
  color: white;
}

.btn:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn:hover::before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.btn span {
  position: relative;
  z-index: 10;
}

.icon-right {
  padding-right: 45px;
}

.icon-right .mdi {
  position: absolute;
  right: 10px;
  top: 25px;
}

.icon-left {
  padding-left: 45px;
}

.icon-left .mdi {
  position: absolute;
  left: 10px;
  top: 25px;
}

.btn-default {
  background-color: #FF6A04;
  color: #FFFFFF;
}

.btn-default-outline {
  background-color: transparent;
  border: 2px solid #87108e;
  color: #87108e;
}

.btn-white {
  background-color: white;
  border: 2px solid white;
  color: #FF6A04;
}

.btn-white:hover {
  border-color: #87108e;
}

.btn-white-outline {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.btn-white-outline:hover {
  border-color: #87108e;
}

.btn-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.btn-square .mdi {
  font-size: 24px;
  color: #676869;
}

.btn-square:hover {
  background-color: #faf8fc;
}

.btn-download {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-width: unset;
  font-size: 14px;
  background-color: #d5d6d8;
  color: #676869;
}

.btn-download.glass {
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-download .mdi {
  top: 18px;
  font-size: 20px;
}

.btn-download:hover {
  background-color: #FF6A04;
}

.btn-download:hover::after, .btn-download:hover::before {
  display: none;
}

/*#endregion -------------- Buttons Styles */
/*#region ----------------- Navbar */
.myNavbar {
  background-color: transparent;
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.myNavbar .navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.myNavbar .navbar-inner .mobile-side-menu {
  display: none;
}

.myNavbar .navbar-inner .mobile-side-menu .btn-square {
  width: 45px;
  height: 45px;
}

.myNavbar .navbar-inner .mobile-side-menu .mdi {
  font-size: 28px;
}

.myNavbar .navbar-inner .navbar-logo a {
  display: block;
}

.myNavbar .navbar-inner .navbar-logo img {
  width: 70px;
}

.myNavbar .navbar-inner .navbar-link .main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.myNavbar .navbar-inner .navbar-link .main-list .item {
  position: relative;
}

.myNavbar .navbar-inner .navbar-link .main-list .item .nav-link {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 30px 15px;
  color: #FFFFFF;
}

.myNavbar .navbar-inner .navbar-link .main-list .item .nav-link:hover {
  color: #353638;
}

.myNavbar .navbar-inner .navbar-link .main-list .item .nav-link:hover .mdi {
  color: #353638;
}

.myNavbar .navbar-inner .navbar-link .main-list .item .nav-link .mdi {
  font-size: 14px;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.myNavbar .navbar-inner .navbar-link .main-list .item:hover .sub-main-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.myNavbar .navbar-inner .navbar-link .main-list .sub-main-list {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: absolute;
  top: 75px;
  right: 0;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  min-width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.myNavbar .navbar-inner .navbar-link .main-list .sub-main-list::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent white transparent;
}

.myNavbar .navbar-inner .navbar-link .main-list .sub-main-list .sub-item {
  margin-bottom: 5px;
}

.myNavbar .navbar-inner .navbar-link .main-list .sub-main-list .sub-item .sub-nav-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #676869;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.myNavbar .navbar-inner .navbar-link .main-list .sub-main-list .sub-item .sub-nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 0;
  height: 4px;
  background-color: #FF6A04;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

.myNavbar .navbar-inner .navbar-link .main-list .sub-main-list .sub-item .sub-nav-link:hover {
  padding-right: 15px;
  color: #353638;
}

.myNavbar .navbar-inner .navbar-link .main-list .sub-main-list .sub-item .sub-nav-link:hover::before {
  width: 10px;
}

.myNavbar.active, .myNavbar.type-2 {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.myNavbar.active .navbar-inner .navbar-link .main-list .item .nav-link, .myNavbar.type-2 .navbar-inner .navbar-link .main-list .item .nav-link {
  color: #353638;
}

.myNavbar.active .navbar-inner .navbar-link .main-list .item .nav-link:hover, .myNavbar.type-2 .navbar-inner .navbar-link .main-list .item .nav-link:hover {
  color: #FF6A04;
}

.myNavbar.type-3 {
  background-color: rgba(0, 0, 0, 0.2);
}

.myNavbar.type-3.active {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .myNavbar .navbar-inner {
    padding: 5px 0;
  }
  .myNavbar .navbar-inner .mobile-side-menu {
    display: block;
  }
  .myNavbar .navbar-inner .navbar-logo h2 {
    color: white;
  }
  .myNavbar .navbar-inner .navbar-link {
    display: none;
  }
  .myNavbar.active .navbar-inner .navbar-logo h2, .myNavbar.type-2 .navbar-inner .navbar-logo h2 {
    color: #FF6A04;
  }
}

/*#endregion -------------- Navbar */
/*#region ----------------- Sidebar Mobile Menu */
#sidebar-menu {
  width: 300px;
  position: fixed;
  top: 0;
  right: -350px;
  height: 100vh;
  z-index: 2002;
  background: #fff;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

#sidebar-menu.active {
  right: 0;
  opacity: 1;
}

#sidebar-menu .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-sidebar {
  width: 45px;
  height: 45px;
  color: #676869;
  background-color: #faf8fc;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-sidebar .mdi {
  font-size: 30px;
}

#sidebar-menu .sidebar-header .sidebar-close .btn-close-sidebar:hover {
  color: #FF6A04;
}

#sidebar-menu .sidebar-header .sidebar-logo a {
  display: block;
}

#sidebar-menu .sidebar-header .sidebar-logo a img {
  width: 65px;
}

#sidebar-menu .sidebar-list {
  margin-top: 20px;
}

#sidebar-menu .sidebar-list .item {
  border-bottom: 1px dashed #d5d6d8;
}

#sidebar-menu .sidebar-list .item a {
  padding: 15px 20px 15px 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #353638;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#sidebar-menu .sidebar-list .item a .mdi {
  position: relative;
  top: 6px;
  margin-left: 10px;
  color: #FF6A04;
  font-size: 24px;
  line-height: 0;
}

#sidebar-menu .sidebar-list .item a:hover {
  color: #FF6A04;
  background-color: #faf8fc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.overlay-back {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2001;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay-back.active {
  display: block;
  opacity: 1;
}

@media (max-width: 992px) {
  #sidebar-menu .sidebar-list {
    display: block;
  }
}

@media (max-width: 400px) {
  #sidebar-menu {
    width: 250px;
  }
  #sidebar-menu .sidebar-list .item a {
    font-size: 12px;
  }
}

/*#endregion -------------- Sidebar Mobile Menu */
/*#region ----------------- Page Backgrounds */
.bg {
  background: url(../images/bg/index-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}

.bg .bg-inner {
  height: 100%;
  padding-top: 250px;
}

.bg .bg-inner .title h1 {
  font-size: 34px;
  color: #353638;
}

.bg .bg-inner .title .callnumber {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 1.5rem;
  color: #676869;
}

.bg .bg-inner .title .btn-default {
  margin-top: 2rem;
}

.bg .device-image {
  margin-top: 200px;
  text-align: center;
}

.bg .device-image img {
  height: 500px;
}

.bg-page {
  background: rgba(0, 0, 0, 0) url("../images/bg/2.svg") repeat scroll top right/cover;
  text-align: center;
  overflow: hidden;
  padding: 120px 0 120px 0;
}

.bg-page .text h1 {
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin: 50px 0 10px 0;
}

.bg-page .text p {
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-top: 20px;
}

.page-tabs {
  position: relative;
  top: -37px;
}

.page-tabs .tabs-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-tabs .tabs-inner ul li {
  background-color: #faf8fc;
  padding: 10px;
}

.page-tabs .tabs-inner ul li:first-child {
  border-radius: 0 50px 50px 0;
}

.page-tabs .tabs-inner ul li:last-child {
  border-radius: 50px 0 0 50px;
}

.page-tabs .tabs-inner ul li a {
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #676869;
  border-radius: 50px;
}

.page-tabs .tabs-inner ul li.active a {
  background-color: #FF6A04;
  color: white;
}

.page-tabs .tabs-inner ul li.active:hover a {
  background-color: #FF6A04;
  color: white;
}

.page-tabs .tabs-inner ul li:hover a {
  background-color: rgba(255, 106, 4, 0.2);
}

@media (max-width: 1199px) {
  .bg {
    background-position: left center;
  }
}

@media (max-width: 992px) {
  .bg {
    background-position: center center;
    height: 100%;
  }
  .bg .bg-inner {
    text-align: center;
  }
  .bg .bg-inner .title h1 {
    font-size: 28px;
    text-align: center;
  }
  .bg .device-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .bg-page .text h1 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .page-tabs {
    top: 0;
    margin-top: 1rem;
  }
  .page-tabs .tabs-inner ul li {
    padding: 5px;
  }
  .page-tabs .tabs-inner ul li a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
  }
}

/*#endregion -------------- Page Backgrounds */
/*#region ----------------- Animated Headline */
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
  margin: 1rem 0;
}

.cd-headline {
  line-height: 1.2;
  text-align: right;
  margin-top: 2rem;
}

.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
  font-size: 24px;
  color: #FF6A04;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #FF6A04;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: right;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

@media (max-width: 992px) {
  .cd-intro {
    width: 100%;
    margin: 3rem 0;
  }
  .cd-headline.clip span {
    font-size: 15px;
  }
}

/*#endregion -------------- Animated Headline */
/*#region ----------------- Default Title */
.default-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.default-title.right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.default-title h1 {
  font-size: 28px;
  font-weight: 800;
  color: #353638;
  margin-bottom: 1.5rem;
  text-align: center;
}

.default-title h2 {
  font-size: 26px;
  font-weight: 300;
  color: #353638;
  margin-bottom: 0;
  position: relative;
  padding: 0 5px;
  z-index: 5;
  text-align: center;
}

.default-title h2::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 7px;
  background-color: rgba(255, 106, 4, 0.7);
  z-index: -1;
}

@media (max-width: 992px) {
  .default-title.right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .default-title h1 {
    font-size: 22px;
  }
  .default-title h2 {
    font-size: 22px;
  }
}

/*#endregion -------------- Default Title */
/*#region ----------------- Features */
.features-content {
  padding: 90px 0;
}

.features-content .feature-inner {
  margin: 3rem 0 0 0;
}

.features-content .feature-inner .card-features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
      grid-template-columns: 100px auto;
  margin-top: 50px;
}

.features-content .feature-inner .card-features .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.features-content .feature-inner .card-features .icon img {
  width: 50px;
}

.features-content .feature-inner .card-features .icon.blue {
  background-color: rgba(50, 152, 255, 0.2);
  -webkit-box-shadow: 0 10px 30px rgba(50, 152, 255, 0.2);
          box-shadow: 0 10px 30px rgba(50, 152, 255, 0.2);
}

.features-content .feature-inner .card-features .icon.orange {
  background-color: rgba(255, 106, 4, 0.2);
  -webkit-box-shadow: 0 10px 30px rgba(255, 106, 4, 0.2);
          box-shadow: 0 10px 30px rgba(255, 106, 4, 0.2);
}

.features-content .feature-inner .card-features .icon.green {
  background-color: rgba(80, 196, 135, 0.2);
  -webkit-box-shadow: 0 10px 30px rgba(80, 196, 135, 0.2);
          box-shadow: 0 10px 30px rgba(80, 196, 135, 0.2);
}

.features-content .feature-inner .card-features .text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #353638;
}

.features-content .feature-inner .card-features .text p {
  font-size: 16px;
  font-weight: 300;
  color: #676869;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80%;
}

@media (max-width: 992px) {
  .features-content {
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .features-content .feature-inner .card-features .text h2 {
    font-size: 16px;
  }
  .features-content .feature-inner .card-features .text p {
    font-size: 14px;
  }
}

/*#endregion -------------- Features */
/*#region ----------------- About Us */
.about-us {
  background: url(../images/bg/image-bg-right.svg);
  background-repeat: no-repeat;
  background-size: 450px;
  background-position: right center;
  padding: 70px 0;
}

.about-us .about-cover {
  position: relative;
}

.about-us .about-cover img {
  width: 380px;
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
}

.about-us .about-text {
  margin-top: 2rem;
}

.about-us .about-text p {
  font-size: 16px;
  font-weight: 400;
  color: #676869;
  line-height: 26px;
  text-align: justify;
}

.about-us .about-text .link {
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .about-us {
    background-size: 300px;
    background-position: right top;
  }
  .about-us .about-cover {
    text-align: center;
    margin-bottom: 3rem;
  }
  .about-us .about-cover img {
    width: 320px;
  }
  .about-us .about-text .link {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .about-us .about-cover img {
    width: 100%;
  }
}

/*#endregion -------------- About Us */
/*#region ----------------- Status */
.status-content {
  margin: 50px 0 0 0;
  position: relative;
  top: 50px;
}

.status-content .status-inner {
  background-color: #FFFFFF;
  padding: 40px 20px 20px 20px;
  position: relative;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  border-radius: 10px;
}

.status-content .status-inner::before {
  content: '';
  background: url(../images/bg/dots.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 152px;
  position: absolute;
  left: -50px;
  top: -40px;
  z-index: -1;
}

.status-content .status-inner::after {
  content: '';
  background: url(../images/bg/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 40px;
  position: absolute;
  right: -50px;
  bottom: -70px;
}

.status-content .status-inner .card-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.status-content .status-inner .card-status .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.status-content .status-inner .card-status .icon .mdi {
  font-size: 40px;
}

.status-content .status-inner .card-status .icon img {
  width: 40px;
}

.status-content .status-inner .card-status .number {
  font-size: 36px;
  font-weight: 800;
  color: #353638;
  margin-top: 1rem;
}

.status-content .status-inner .card-status .text {
  font-size: 18px;
  font-weight: 400;
  color: #676869;
  text-align: center;
}

.status-content .status-inner .card-status.orange .icon {
  background-color: rgba(255, 106, 4, 0.2);
}

.status-content .status-inner .card-status.orange .icon .mdi {
  color: #FF6A04;
}

.status-content .status-inner .card-status.green .icon {
  background-color: rgba(80, 196, 135, 0.2);
}

.status-content .status-inner .card-status.green .icon .mdi {
  color: #50C487;
}

.status-content .status-inner .card-status.blue .icon {
  background-color: rgba(50, 152, 255, 0.2);
}

.status-content .status-inner .card-status.blue .icon .mdi {
  color: #3298FF;
}

.status-content .status-inner .card-status.purple .icon {
  background-color: rgba(135, 16, 142, 0.2);
}

.status-content .status-inner .card-status.purple .icon .mdi {
  color: #87108e;
}

@media (max-width: 575px) {
  .status-content .status-inner .card-status .number {
    font-size: 24px;
  }
  .status-content .status-inner .card-status .text {
    font-size: 14px;
  }
}

/*#endregion -------------- Status */
/*#region ----------------- App ScreenShots */
.app-screenshots {
  position: relative;
  padding: 110px 0 80px 0;
  overflow: hidden;
}

.app-screenshots::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  height: 500px;
  background: #ff9c59;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #ff9c59), color-stop(96%, #ff6a04));
  background: linear-gradient(to bottom, #ff9c59 27%, #ff6a04 96%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c59', endColorstr='#ff6a04',GradientType=0 );
  z-index: -1;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  border-radius: 50px;
  top: 50px;
}

.app-screenshots .default-title h1 {
  color: white;
}

.app-screenshots .default-title h2 {
  color: white;
}

.app-screenshots .default-title h2::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.app-screenshots .section-inner {
  margin-top: 5rem;
}

.app-screenshots .section-inner .screenshot-frame {
  position: absolute;
  top: 255px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 286px;
  height: 550px;
  z-index: 200;
}

.app-screenshots .section-inner .screenshot-frame img {
  width: 100%;
  height: 100%;
}

.app-screenshots .owl-carousel .owl-item .item {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.app-screenshots .owl-carousel .owl-item .item img {
  border-radius: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.1);
}

.app-screenshots .owl-carousel .owl-item.center .item {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.app-screenshots .owl-carousel .owl-item.center .item img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app-screenshots .see-more {
  text-align: center;
  padding: 50px 0 0 0;
}

.web-screenshots {
  padding: 70px 0;
}

.web-screenshots .section-inner {
  margin-top: 3rem;
}

.web-screenshots .card-screenshot {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 5px 30px 3px rgba(89, 69, 230, 0.1);
          box-shadow: 0 5px 30px 3px rgba(89, 69, 230, 0.1);
  border-radius: 20px;
  margin-top: 40px;
  padding: 8px;
  background: linear-gradient(45deg, #e7e6eb 0%, #ededf4 100%);
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.web-screenshots .card-screenshot .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 15px;
}

.web-screenshots .card-screenshot .overlay {
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.web-screenshots .card-screenshot .overlay h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  height: 30px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.web-screenshots .card-screenshot .overlay .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.web-screenshots .card-screenshot .overlay .more a {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid white;
  padding: 1px 10px 5px 10px;
  vertical-align: middle;
}

.web-screenshots .card-screenshot .overlay .more a:hover {
  background-color: #FF6A04;
  color: white;
  border-color: #FF6A04;
}

.web-screenshots .card-screenshot .overlay .more .mdi {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  color: white;
}

.web-screenshots .card-screenshot:hover .overlay {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.web-screenshots .see-more {
  text-align: center;
  padding: 50px 0 0 0;
}

.gps-screenshot {
  padding: 70px 0;
  position: relative;
  background: url(../images/bg/image-bg-left.svg);
  background-repeat: no-repeat;
  background-size: 450px;
  background-position: left center;
}

.gps-screenshot .gps-text {
  margin-top: 2rem;
}

.gps-screenshot .gps-text p {
  font-size: 16px;
  font-weight: 400;
  color: #676869;
  line-height: 26px;
  text-align: justify;
}

.gps-screenshot .gps-text .link {
  margin-top: 2rem;
}

.gps-screenshot .gps-cover {
  position: relative;
  text-align: left;
}

.gps-screenshot .gps-cover .cover-inner img {
  width: 90%;
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1400px) {
  .app-screenshots .section-inner .screenshot-frame {
    top: 260px;
    width: 245px;
    height: 473px;
  }
}

@media (max-width: 1200px) {
  .app-screenshots .section-inner .screenshot-frame {
    top: 258px;
    width: 258px;
    height: 498px;
  }
}

@media (max-width: 992px) {
  .app-screenshots .section-inner .screenshot-frame {
    display: none;
  }
  .gps-screenshot {
    background-size: 300px;
    background-position: left top;
  }
  .gps-screenshot .gps-cover {
    text-align: center;
    margin-top: 3rem;
  }
  .gps-screenshot .gps-cover .cover-inner img {
    width: 500px;
  }
  .gps-screenshot .gps-text .link {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .status-content .status-inner::before {
    left: -10px;
  }
  .gps-screenshot .gps-cover .cover-inner img {
    width: 70%;
  }
}

/*#endregion -------------- App ScreenShots */
/*#region ----------------- Products Levels */
.anime-2s {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-levels {
  padding: 80px 0;
  background-color: #FFFFFF;
  position: relative;
}

.products-levels::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  position: absolute;
  top: -50px;
  left: 0;
  width: 420px;
  height: 450px;
}

.products-levels .default-title h2::before {
  background-color: rgba(255, 106, 4, 0.7);
}

.products-levels .section-inner {
  margin-top: 2rem;
}

.products-levels .section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-levels .section-row .card-levels {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

.products-levels .card-levels {
  margin-top: 40px;
  position: relative;
  text-align: center;
  z-index: 20;
}

.products-levels .card-levels .icon {
  background-color: white;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  padding: 20px;
  width: 120px;
  height: 120px;
  margin: 0 auto 45px auto;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-levels .card-levels .icon .mdi {
  font-size: 44px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-levels .card-levels .icon:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-levels .card-levels .icon.purple:hover {
  background-color: #87108e;
}

.products-levels .card-levels .icon.purple:hover .mdi {
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-levels .card-levels .icon.purple .mdi {
  color: #87108e;
}

.products-levels .card-levels .icon.orange:hover {
  background-color: #FF6A04;
}

.products-levels .card-levels .icon.orange:hover .mdi {
  color: white;
}

.products-levels .card-levels .icon.orange .mdi {
  color: #FF6A04;
}

.products-levels .card-levels .icon.green:hover {
  background-color: #50C487;
}

.products-levels .card-levels .icon.green:hover .mdi {
  color: white;
}

.products-levels .card-levels .icon.green .mdi {
  color: #50C487;
}

.products-levels .card-levels .text h3 {
  font-size: 20px;
  font-weight: 800;
  color: #353638;
  margin-bottom: 15px;
}

.products-levels .card-levels .text p {
  font-size: 15px;
  color: #676869;
  font-weight: 400;
  min-height: 52px;
  margin-bottom: 0;
}

.products-levels .card-levels .line {
  position: absolute;
  top: 60px;
  left: 100%;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  height: 10px;
  width: 100%;
  line-height: 0;
  z-index: -1;
}

.products-levels .card-levels .line .dot {
  display: inline-block;
  vertical-align: middle;
  background-color: #e4e8f6;
  border-radius: 0;
  margin: 0 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.products-levels .card-levels .line .dot.dot-1 {
  width: 2px;
  height: 2px;
}

.products-levels .card-levels .line .dot.dot-2 {
  width: 4px;
  height: 4px;
}

.products-levels .card-levels .line .dot.dot-3 {
  width: 6px;
  height: 6px;
}

.products-levels .card-levels .line .dot.dot-4 {
  width: 8px;
  height: 8px;
}

.products-levels .card-levels .line .dot.dot-5 {
  width: 10px;
  height: 10px;
}

.products-levels .card-levels:first-child {
  z-index: 20;
}

@media (max-width: 992px) {
  .products-levels .section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-levels .section-row .card-levels {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .products-levels .card-levels .line {
    top: -40px;
    left: 50%;
  }
}

@media (max-width: 768px) {
  .products-levels {
    z-index: 5;
  }
  .products-levels::before {
    width: 280px;
    height: 300px;
    z-index: -1;
  }
}

/*#endregion -------------- Products Levels */
/*#region ----------------- Customer Content */
.costomer-content {
  background-color: #faf8fc;
  padding: 90px 0;
}

.costomer-content .section-inner {
  margin-top: 3rem;
}

.costomer-content .section-inner .item img {
  width: 100%;
}

/*#endregion -------------- Customer Content */
/*#region ----------------- Blogs */
.index-blog {
  background-color: white;
  padding: 70px 0;
}

.index-blog .blog-inner {
  margin-top: 50px;
}

.index-blog .card-blog {
  margin-bottom: 0;
}

.index-blog .see-more {
  margin-top: 50px;
  text-align: center;
}

.card-blog {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #d5d6d8;
  position: relative;
}

.card-blog:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-blog:hover .blog-pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
}

.card-blog a {
  display: block;
}

.card-blog .blog-pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin: 0;
}

.card-blog .blog-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card-blog .blog-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
}

.card-blog .card-b {
  padding: 15px;
}

.card-blog .card-b .titr {
  font-size: 14px;
  font-weight: 500;
  color: #353638;
  line-height: 24px;
  min-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}

.card-blog .card-b .desc {
  font-size: 13px;
  font-weight: 500;
  color: #676869;
  line-height: 24px;
  min-height: 48px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-blog .card-f {
  padding: 10px 15px;
}

.card-blog .card-f .status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.card-blog .card-f .status-list li {
  font-size: 12px;
  font-weight: 500;
  color: #979899;
  margin-right: 20px;
}

.card-blog .card-f .status-list li .mdi {
  font-size: 16px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

.card-blog .card-f .status-list li:first-child {
  margin: 0;
}

.card-blog .category {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #FF6A04;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 2px 10px;
  border-radius: 8px;
}

.card-blog-list {
  height: 100%;
}

.card-blog-list .list-inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px 15px;
  border: 1px solid #d5d6d8;
}

.card-blog-list .list-inner .item {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}

.card-blog-list .list-inner .item:last-child {
  border: none;
  padding: 10px 0 0 0;
}

.card-blog-list .list-inner .item:first-child {
  padding: 0 0 10px 0;
}

.card-blog-list .list-inner .item:hover .name h2 {
  color: #FF6A04;
}

.card-blog-list .list-inner .item a {
  display: block;
}

.card-blog-list .list-inner .item .name h2 {
  font-size: 13px;
  font-weight: 500;
  color: #353638;
  line-height: 23px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-blog-list .list-inner .item .date {
  font-size: 12px;
  font-weight: 500;
  color: #979899;
}

.blogindex-carousel .owl-item {
  padding: 0 5px;
}

.blog-grid-list {
  margin: 120px 0 60px 0;
  position: relative;
}

.blog-grid-list .grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
      grid-template-areas: "card-1 card-big card-big card-2" "card-3 card-big card-big card-4";
}

.blog-grid-list .grid-layout .card-grid-blog a {
  display: block;
  padding: 5px;
}

.blog-grid-list .grid-layout .card-grid-blog .image-content {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 0;
}

.blog-grid-list .grid-layout .card-grid-blog .image-content .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blog-grid-list .grid-layout .card-grid-blog .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
}

.blog-grid-list .grid-layout .card-grid-blog .blog-data {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  text-align: right;
  width: 100%;
  padding: 0 15px 10px 15px;
}

.blog-grid-list .grid-layout .card-grid-blog .blog-data h2 {
  font-size: 14px;
  font-weight: 600;
  color: white;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-grid-list .grid-layout .card-grid-blog .blog-data .status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog-grid-list .grid-layout .card-grid-blog .blog-data .status-list li {
  font-size: 12px;
  font-weight: 500;
  color: #ccc;
  margin-right: 20px;
}

.blog-grid-list .grid-layout .card-grid-blog .blog-data .status-list li .mdi {
  font-size: 16px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

.blog-grid-list .grid-layout .card-grid-blog .blog-data .status-list li:first-child {
  margin: 0;
}

.blog-grid-list .grid-layout .card-grid-blog .play-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-grid-list .grid-layout .card-grid-blog .play-icon .mdi {
  font-size: 24px;
  color: white;
}

.blog-grid-list .grid-layout .card-grid-blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, black), color-stop(70%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, black 10%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-grid-list .grid-layout .card-grid-blog .category {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #FF6A04;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 2px 10px;
  border-radius: 8px;
}

.blog-grid-list .grid-layout .card-grid-blog:hover .image-content img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-grid-list .grid-layout .card-grid-blog:hover .overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}

.blog-grid-list .grid-layout .card-grid-blog:hover .play-icon {
  background-color: #50c487;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 20;
}

.blog-grid-list .grid-layout .card-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: card-1;
}

.blog-grid-list .grid-layout .card-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: card-2;
}

.blog-grid-list .grid-layout .card-3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: card-3;
}

.blog-grid-list .grid-layout .card-4 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: card-4;
}

.blog-grid-list .grid-layout .card-big {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: card-big;
}

.blog-grid-list .grid-layout .card-big .image-content {
  width: 100%;
  height: 430px;
}

.blog-filter {
  background-color: #faf8fc;
  padding: 50px 0;
}

.blog-filter .blog-search .search-group {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.blog-filter .blog-search .search-group .input {
  width: 100%;
  height: 50px;
  border: 1px solid #d5d6d8;
  border-radius: 50px;
  padding: 0 20px 0 60px;
}

.blog-filter .blog-search .search-group .btn-search {
  padding: 0;
  min-width: unset;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF6A04;
}

.blog-filter .blog-search .search-group .btn-search::before, .blog-filter .blog-search .search-group .btn-search::after {
  display: none;
}

.blog-filter .blog-list-category {
  margin-top: 40px;
}

.blog-filter .blog-list-category .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-filter .blog-list-category .list-inner .item {
  margin: 0 20px 20px 20px;
}

.blog-filter .blog-list-category .list-inner .item a {
  display: block;
}

.blog-filter .blog-list-category .list-inner .item .image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 15px;
}

.blog-filter .blog-list-category .list-inner .item .image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-filter .blog-list-category .list-inner .item .text {
  font-size: 13px;
  font-weight: 500;
  color: #676869;
  text-align: center;
  margin-top: 10px;
}

.blog-filter .blog-list-category .list-inner .item:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-filter .blog-list-category .list-inner .item:hover .text {
  color: #FF6A04;
}

.blog-mainContent {
  padding-top: 30px;
}

.blog-mainContent .blog-main-inner {
  margin: 70px 0;
}

.blog-details-main-content {
  margin: 120px 0 60px 0;
}

.blog-details-main-content .category-list {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}

.blog-details-main-content .category-list .title {
  font-size: 16px;
  font-weight: 600;
  color: #353638;
  padding: 0 0 10px 10px;
  position: relative;
}

.blog-details-main-content .category-list .title .mdi {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 1px;
  color: #979899;
}

.blog-details-main-content .category-list .item-link a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto 40px;
      grid-template-columns: 20px auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  border-radius: 5px;
  padding: 5px 0;
}

.blog-details-main-content .category-list .item-link a:hover {
  background-color: #FF6A04;
}

.blog-details-main-content .category-list .item-link a:hover .text,
.blog-details-main-content .category-list .item-link a:hover .icon {
  color: #FFFFFF;
}

.blog-details-main-content .category-list .item-link .icon {
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #676869;
}

.blog-details-main-content .category-list .item-link .text {
  font-size: 14px;
  font-weight: 400;
  color: #353638;
}

.blog-details-main-content .last-articles {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}

.blog-details-main-content .last-articles .title {
  font-size: 16px;
  font-weight: 600;
  color: #353638;
  padding: 0 0 10px 10px;
  position: relative;
}

.blog-details-main-content .last-articles .title .mdi {
  margin-left: 10px;
  font-size: 20px;
  position: relative;
  top: 1px;
  color: #979899;
}

.blog-details-main-content .last-articles .article-inner .item {
  border-bottom: 1px solid #ededee;
  padding: 20px 0;
}

.blog-details-main-content .last-articles .article-inner .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px auto;
      grid-template-columns: 80px auto;
}

.blog-details-main-content .last-articles .article-inner .item:last-child {
  border: none;
}

.blog-details-main-content .last-articles .article-inner .item .article-pic {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin: 0;
}

.blog-details-main-content .last-articles .article-inner .item .article-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blog-details-main-content .last-articles .article-inner .item .article-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blog-details-main-content .last-articles .article-inner .item .text p {
  font-size: 13px;
  font-weight: 400;
  color: #676869;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 27px;
  max-height: 50px;
}

.blog-details-main-content .last-articles .article-inner .item .text .date {
  font-size: 11px;
  font-weight: 300;
  color: #979899;
}

.blog-details-main-content .last-articles .article-inner .item:hover .text p {
  color: #FF6A04;
}

.blog-details-main-content .last-articles .see-more {
  padding: 10px 10px 0 10px;
  text-align: center;
}

.blog-details-main-content .last-articles .see-more a {
  font-size: 13px;
  font-weight: 400;
  color: #50C487;
}

.blog-details-main-content .last-articles .see-more a .mdi {
  font-size: 16px;
  position: relative;
  right: 3px;
  top: 2px;
}

.blog-details {
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 30px;
}

.blog-details .blog-pic {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin: 0 0 2rem 0;
}

.blog-details .blog-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blog-details .blog-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.blog-details .blog-pic .blog-data {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
}

.blog-details .blog-pic .blog-data h2 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: right;
  line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-details .blog-pic .blog-data .blog-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-top: 10px;
}

.blog-details .blog-pic .blog-data .blog-status .seen,
.blog-details .blog-pic .blog-data .blog-status .time {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

.blog-details .blog-pic .blog-data .blog-status .seen .mdi,
.blog-details .blog-pic .blog-data .blog-status .time .mdi {
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.blog-details .blog-pic .blog-data .blog-status .seen {
  margin-left: 20px;
}

.blog-details .blog-description {
  margin-top: 2rem;
}

.blog-details .blog-description p {
  font-size: 16px;
  font-weight: 400;
  color: #676869;
  text-align: justify;
  line-height: 27px;
}

.blog-details .blog-tags {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto;
      grid-template-columns: 100px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.blog-details .blog-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details .blog-tags ul li {
  margin: 0 0 10px 10px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #676869;
  border: 1px solid #d5d6d8;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.blog-details .blog-tags ul li:hover {
  border-color: #FF6A04;
  color: #FF6A04;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blog-details .share-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.blog-details .share-blogs .list-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details .share-blogs .list-share li {
  margin: 0 0 10px 10px;
}

.blog-details .share-blogs .list-share li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d5d6d8;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 24px;
  color: #676869;
}

.blog-details .share-blogs .list-share li a:hover {
  color: #FF6A04;
  border-color: #FF6A04;
}

.blog-details .share-blogs .link-preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px;
      grid-template-columns: auto 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d5d6d8;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
}

.blog-details .share-blogs .link-preview .link {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.blog-details .share-blogs .link-preview .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-details .share-blogs .link-preview .icon .btn-copy {
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #FF6A04;
  font-size: 20px;
}

.blog-details .share-blogs .link-preview .icon .btn-copy:hover {
  background-color: #FF6A04;
  color: #FFFFFF;
}

.blog-comments {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
}

.blog-comments .send-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-comments .send-comment h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #353638;
}

.blog-comments .comments-list {
  margin-top: 30px;
}

.blog-comments .comments-list .comment-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
      grid-template-columns: 60px auto;
  padding-top: 20px;
}

.blog-comments .comments-list .comment-item:last-child .user-info {
  border: none;
}

.blog-comments .comments-list .comment-item .user-image {
  width: 50px;
  height: 50px;
}

.blog-comments .comments-list .comment-item .user-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blog-comments .comments-list .comment-item .user-info {
  border-bottom: 1px solid #d5d6d8;
  padding-bottom: 20px;
  position: relative;
}

.blog-comments .comments-list .comment-item .user-info .name {
  font-size: 14px;
  font-weight: 600;
  color: #353638;
}

.blog-comments .comments-list .comment-item .user-info .date {
  font-size: 12px;
  font-weight: 500;
  color: #979899;
}

.blog-comments .comments-list .comment-item .user-info .text {
  font-size: 14px;
  font-weight: 400;
  color: #676869;
  line-height: 24px;
  margin-top: 0.8rem;
}

.blog-comments .comments-list .comment-item .user-info .rate {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-comments .comments-list .comment-item .user-info .rate span {
  font-size: 13px;
  font-weight: 500;
  color: #979899;
}

.blog-comments .comments-list .comment-item .user-info .rate .mdi {
  color: #ffd800;
  position: relative;
  top: 1px;
}

.blog-comments .send-box {
  background-color: #faf8fc;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}

.blog-comments .send-box .send-title {
  font-size: 18px;
  font-weight: 600;
  color: #353638;
  margin-bottom: 1.2rem;
}

@media (max-width: 1199px) {
  .blog-details .blog-pic {
    height: 350px;
  }
}

@media (max-width: 992px) {
  .blog-grid-list .grid-layout {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
        grid-template-areas: "card-big card-big" "card-1 card-2" "card-3 card-4";
  }
  .blog-grid-list .grid-layout .card-big .image-content {
    height: 350px;
  }
  .blog-details {
    padding-left: 0;
  }
  .blog-details .blog-pic .blog-title h2 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .blogindex-carousel {
    margin-bottom: 30px;
  }
  .blog-grid-list .grid-layout .card-big .image-content {
    height: 270px;
  }
  .blog-filter .blog-search .search-group {
    width: 100%;
  }
  .blog-details .share-blogs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-details .share-blogs .list-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-details .share-blogs .link-preview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .blog-grid-list .grid-layout .card-grid-blog .image-content {
    height: 170px;
  }
  .blog-grid-list .grid-layout .card-grid-blog .blog-data h2 {
    font-size: 11px;
  }
  .blog-details .blog-pic {
    height: 270px;
  }
  .blog-details .blog-pic .blog-title h2 {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

/*#endregion -------------- Blogs */
/*#region ----------------- Footer */
.footer {
  padding: 70px 0 0 0;
  background-color: #353638;
  position: relative;
}

.footer::before {
  content: "";
  background: url(../images/bg/footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 250px;
  height: 250px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer .footer-logo {
  text-align: center;
  display: none;
}

.footer .footer-logo h2 {
  font-size: 28px;
  font-weight: 800;
  color: #FF6A04;
}

.footer .footer-info {
  margin-top: 3rem;
  padding-right: 200px;
}

.footer .footer-info .footer-box .title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.footer .footer-info .footer-box .list-links li {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
}

.footer .footer-info .footer-box .list-links li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #d5d6d8;
}

.footer .footer-info .footer-box .list-links li span {
  font-size: 16px;
  font-weight: 300;
  color: #d5d6d8;
}

.footer .footer-info .social .list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer .footer-info .social .list-icon li {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.footer .footer-info .social .list-icon li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-info .social .list-icon li a .mdi {
  font-size: 28px;
  color: white;
}

.footer .footer-info .social .request-project {
  margin-top: 2rem;
}

.footer .copyright {
  padding: 10px 0;
  color: white;
  text-align: center;
  background-color: #262728;
  margin-top: 60px;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .footer::before {
    display: none;
  }
  .footer .footer-logo {
    display: block;
  }
  .footer .footer-info {
    padding-right: 0;
  }
  .footer .footer-info .footer-box {
    margin-bottom: 50px;
  }
  .footer .footer-info .social .list-icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer-info .social .list-icon li:last-child {
    margin-left: 0;
  }
  .footer .footer-info .request-project {
    text-align: center;
  }
}

/*#endregion -------------- Footer */
/*#region ----------------- Products List */
.products-main-content .products-list {
  padding: 20px 0 100px 0;
}

.products-main-content .products-list .card-web-screenshot {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 5px 30px 3px rgba(89, 69, 230, 0.1);
          box-shadow: 0 5px 30px 3px rgba(89, 69, 230, 0.1);
  border: 4px solid white;
  margin-top: 40px;
  border-radius: 20px;
}

.products-main-content .products-list .card-web-screenshot .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 18px;
}

.products-main-content .products-list .card-web-screenshot .overlay {
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.products-main-content .products-list .card-web-screenshot .overlay h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  height: 30px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-main-content .products-list .card-web-screenshot .overlay .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.products-main-content .products-list .card-web-screenshot .overlay .more a {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid white;
  padding: 1px 10px 5px 10px;
  vertical-align: middle;
}

.products-main-content .products-list .card-web-screenshot .overlay .more a:hover {
  background-color: #FF6A04;
  color: white;
  border-color: #FF6A04;
}

.products-main-content .products-list .card-web-screenshot .overlay .more .mdi {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  color: white;
}

.products-main-content .products-list .card-web-screenshot:hover .overlay {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.products-main-content .products-list .card-app-screenshot {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
          box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
  padding: 8px;
  margin-top: 40px;
  border-radius: 30px;
  background: linear-gradient(45deg, #e7e6eb 0%, #ededf4 100%);
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.products-main-content .products-list .card-app-screenshot .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 24px;
}

.products-main-content .products-list .card-app-screenshot .overlay {
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.products-main-content .products-list .card-app-screenshot .overlay h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  height: 30px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products-main-content .products-list .card-app-screenshot .overlay .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.products-main-content .products-list .card-app-screenshot .overlay .more a {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid white;
  padding: 1px 10px 5px 10px;
  vertical-align: middle;
}

.products-main-content .products-list .card-app-screenshot .overlay .more a:hover {
  background-color: #FF6A04;
  color: white;
  border-color: #FF6A04;
}

.products-main-content .products-list .card-app-screenshot .overlay .more .mdi {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  color: white;
}

.products-main-content .products-list .card-app-screenshot:hover .overlay {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

/*#endregion -------------- Products List */
/*#region ----------------- Products List */
.apps-carousel .owl-stage-outer, .web-carousel .owl-stage-outer {
  padding: 30px 0 50px 0;
}

.products-details-content {
  padding-bottom: 70px;
}

.products-details-content .information {
  margin-top: 60px;
}

.products-details-content .information .desc {
  margin-top: 40px;
}

.products-details-content .information .desc p {
  font-size: 16px;
  font-weight: 400;
  color: #676869;
  line-height: 27px;
  text-align: justify;
}

.products-details-content .information .application-property {
  margin-top: 4rem;
}

.products-details-content .information .application-property .title {
  font-size: 24px;
  font-weight: 600;
  color: #353638;
  text-align: center;
}

.products-details-content .information .application-property .property-list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-details-content .information .application-property .property-list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.products-details-content .information .application-property .property-list .item .item-inner {
  border-radius: 20px;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.products-details-content .information .application-property .property-list .item .item-inner .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #FF6A04;
  border-radius: 18px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products-details-content .information .application-property .property-list .item .item-inner .icon .mdi {
  font-size: 24px;
  color: white;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products-details-content .information .application-property .property-list .item .item-inner .text {
  font-size: 16px;
  font-weight: 500;
  color: #676869;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products-details-content .information .application-property .property-list .item .item-inner:hover {
  background-color: #FF6A04;
}

.products-details-content .information .application-property .property-list .item .item-inner:hover .icon {
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products-details-content .information .application-property .property-list .item .item-inner:hover .icon .mdi {
  color: #FF6A04;
}

.products-details-content .information .application-property .property-list .item .item-inner:hover .text {
  color: white;
}

.products-details-content .information .request-app {
  margin-top: 3rem;
  text-align: center;
}

.products-details-content .information .tags {
  margin-top: 4rem;
}

.products-details-content .information .tags .title {
  font-size: 24px;
  font-weight: 600;
  color: #353638;
  text-align: center;
}

.products-details-content .information .tags ul {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-details-content .information .tags ul li {
  margin: 0 0 15px 15px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #979899;
}

.products-details-content .information .tags ul li:last-child {
  margin: 0;
}

.product-item-details {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
          box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
  padding: 8px;
  margin-top: 40px;
  border-radius: 30px;
  background: linear-gradient(45deg, #e7e6eb 0%, #ededf4 100%);
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.product-item-details .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 24px;
}

@media (max-width: 1199px) {
  .products-details-content .information .application-property .property-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .products-details-content .information .application-property .property-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

/*#endregion -------------- Products List */
/*#region ----------------- Page Section */
.page-section {
  padding: 90px 0;
}

.page-section .grid-layout.grid-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-section .about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.page-section .about-image .mobile-image {
  width: 250px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
          box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
  padding: 8px;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(45deg, #e7e6eb 0%, #ededf4 100%);
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.page-section .about-image .mobile-image .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 24px;
}

.page-section .about-image .web-image {
  width: 80%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
          box-shadow: 0 15px 30px -2px rgba(89, 69, 230, 0.1);
  padding: 8px;
  text-align: right;
  border-radius: 30px;
  background: linear-gradient(45deg, #e7e6eb 0%, #ededf4 100%);
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.page-section .about-image .web-image .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 24px;
}

.page-section .about-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.page-section .about-desc .text {
  margin-top: 2rem;
}

.page-section .about-desc .text p {
  font-size: 16px;
  font-weight: 400;
  color: #676869;
  line-height: 26px;
  text-align: justify;
}

.page-section .property-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.page-section .property-list .property-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.page-section .property-list .property-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  width: 80px;
  height: 80px;
}

.page-section .property-list .property-item .icon .mdi {
  font-size: 34px;
  color: #87108e;
}

.page-section .property-list .property-item .text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #676869;
}

.page-section .property-list .property-item:hover .icon {
  background-color: #87108e;
}

.page-section .property-list .property-item:hover .icon .mdi {
  color: white;
}

.profile-cover {
  padding: 70px 0;
  background-color: #faf8fc;
}

.profile-cover .default-title {
  margin-bottom: 4rem;
}

.profile-cover .card-profile {
  position: relative;
  margin-top: 2rem;
}

.profile-cover .card-profile .profile-pic {
  width: 100%;
  height: 290px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.profile-cover .card-profile .profile-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.profile-cover .card-profile .profile-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
}

.profile-cover .card-profile .list-social {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.profile-cover .card-profile .list-social .item {
  background-color: rgba(255, 106, 4, 0.8);
  width: 45px;
  height: 45px;
}

.profile-cover .card-profile .list-social .item:last-child {
  border-radius: 10px 0 0 10px;
}

.profile-cover .card-profile .list-social .item:first-child {
  border-radius: 0 10px 10px 0;
}

.profile-cover .card-profile .list-social .item:hover {
  background-color: #FF6A04;
}

.profile-cover .card-profile .list-social .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
}

.profile-cover .card-profile .list-social .item a .mdi {
  font-size: 24px;
}

.profile-cover .card-profile .names {
  margin-top: 20px;
}

.profile-cover .card-profile .names h2 {
  font-size: 18px;
  font-weight: 600;
  color: #353638;
}

.profile-cover .card-profile .names h4 {
  font-size: 16px;
  font-weight: 400;
  color: #676869;
}

.profile-cover .card-profile:hover .profile-pic {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.profile-cover .card-profile:hover .list-social {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-contact {
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  border-radius: 20px;
}

.form-contact p {
  font-size: 16px;
  color: #353638;
  margin-bottom: 1.5rem;
}

.contact-list {
  padding-right: 50px;
}

.contact-list .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contact-list .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
}

.contact-list .item .icon.orange {
  color: #FF6A04;
}

.contact-list .item .icon.blue {
  color: #3298FF;
}

.contact-list .item .icon.purple {
  color: #87108e;
}

.contact-list .item .icon.green {
  color: #50C487;
}

.contact-list .item .icon .mdi {
  font-size: 24px;
}

.contact-list .item .text {
  font-size: 16px;
  font-weight: 400;
  color: #353638;
}

.help-request {
  padding-right: 50px;
}

.help-request p {
  font-size: 18px;
  font-weight: 500;
  color: #353638;
  margin-bottom: 1.5rem;
}

.help-request ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .page-section.type-2 {
    padding-top: 70px;
  }
  .page-section.type-2 .grid-layout.grid-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-section.type-2 .grid-layout.grid-6 .about-image {
    margin-top: 70px;
  }
  .page-section .grid-layout.grid-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-section .about-image {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-section .about-image .web-image {
    width: 90%;
    margin: 0 auto;
  }
  .page-section .about-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .form-contact {
    margin-bottom: 50px;
  }
  .help-request, .contact-list {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .page-section .about-image .mobile-image {
    width: 80%;
  }
  .page-section .about-image .web-image {
    width: 100%;
  }
  .page-section .property-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

/*#endregion -------------- Page Section */
/*#region ----------------- Input Styles */
.myinput-gorup {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.myinput-gorup .myinput {
  width: 100%;
  height: 45px;
  border: 1px solid #d5d6d8;
  border-bottom: 3px solid #d5d6d8;
  padding: 5px 55px 5px 20px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px 8px 0 0;
}

.myinput-gorup .myinput:hover ~ .line, .myinput-gorup .myinput:focus ~ .line {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.myinput-gorup .myinput:hover ~ .icon, .myinput-gorup .myinput:focus ~ .icon {
  color: #FF6A04;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.myinput-gorup .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  color: #676869;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.myinput-gorup .icon .mdi {
  font-size: 22px;
}

.myinput-gorup .line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #FF6A04;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.checkgroup {
  margin-top: 20px;
}

.form-check {
  margin-bottom: 12px;
}

.form-check .form-check-label {
  font-size: 16px;
  color: #676869;
  margin-top: 3px;
}

.select-group {
  margin-bottom: 25px;
}

.form-textarea {
  margin-bottom: 25px;
}

.form-textarea .textarea {
  width: 100%;
  border-radius: 8px 8px 0 0;
  border: 1px solid #d5d6d8;
  border-bottom: 3px solid #d5d6d8;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  resize: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-textarea .textarea:hover, .form-textarea .textarea:focus {
  border-color: #FF6A04;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-send {
  padding-top: 30px;
  text-align: center;
}

/*#endregion -------------- Input Styles */
/*#region ----------------- Page Not Found */
.page-not-found {
  position: relative;
  background-image: url(../images/bg/404.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.page-not-found .page-inner {
  text-align: right;
  margin-top: 250px;
}

.page-not-found .page-inner .image img {
  width: 100%;
}

.page-not-found .page-inner .text {
  font-size: 120px;
  font-weight: 800;
  color: #FF6A04;
}

.page-not-found .page-inner .desc {
  font-size: 22px;
  color: #676869;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .page-not-found .page-inner {
    text-align: center;
    margin-top: 180px;
  }
}

@media (max-width: 575px) {
  .page-not-found {
    background-position: left;
  }
  .page-not-found .page-inner .text {
    color: white;
    font-size: 90px;
  }
}

/*#endregion -------------- Page Not Found */
/*#region ----------------- Learning */
.learning-index-page {
  background-image: url(../images/bg/89-1500x400.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
}

.learning-index-page .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.learning-index-page .text .text-inner {
  text-align: center;
}

.learning-index-page .text .text-inner h2 {
  font-size: 34px;
  font-weight: 800;
  color: white;
  margin-bottom: 0;
}

.learning-index-page .text .text-inner p {
  margin: 1rem 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.card-training {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #d5d6d8;
  position: relative;
}

.card-training:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.card-training:hover .blog-pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
}

.card-training .blog-pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin: 0;
}

.card-training .blog-pic .img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card-training .blog-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
}

.card-training .card-b {
  padding: 15px;
}

.card-training .card-b .titr {
  font-size: 14px;
  font-weight: 500;
  color: #353638;
  line-height: 24px;
  min-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}

.card-training .card-b .desc {
  font-size: 13px;
  font-weight: 500;
  color: #676869;
  line-height: 24px;
  min-height: 48px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-training .card-f {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-training .card-f .price h2 {
  font-size: 18px;
  color: #353638;
  margin-bottom: 0;
}

.card-training .card-f .price h2 span {
  font-size: 14px;
  margin-right: 5px;
  color: #676869;
}

@media (max-width: 768px) {
  .learning-index-page .text .text-inner h2 {
    font-size: 24px;
  }
  .learning-index-page .text .text-inner p {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .card-training .card-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-training .card-f .price {
    width: 100%;
    text-align: center;
  }
  .card-training .card-f .download {
    width: 100%;
    margin-top: 1rem;
  }
  .card-training .card-f .download .btn {
    width: 100%;
  }
}

/*#endregion -------------- Learning */
/*#region ----------------- Credits */
.package-index {
  background-image: url(../images/bg/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.package-index .overlay {
  background-color: rgba(255, 106, 4, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.package-index .inner {
  padding: 100px 0;
  position: relative;
  z-index: 50;
  text-align: center;
}

.package-index .inner h2 {
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: normal;
}

.package-index .inner h4 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  opacity: 0.8;
  line-height: normal;
}

.package-index .inner .button-group {
  margin-top: 2rem;
}

.package-index .inner .button-group .btn {
  margin: 1rem;
}

.credit-bg {
  background-image: url(../images/bg/257-1500x400.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
}

.credit-bg .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.credit-bg .text .text-inner {
  text-align: center;
}

.credit-bg .text .text-inner h2 {
  font-size: 34px;
  font-weight: 800;
  color: white;
  margin-bottom: 0;
}

.credit-bg .text .text-inner p {
  margin: 1rem 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.credits-content {
  margin: 50px 0;
}

.credits-content .grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.credits-content .grid-layout .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  padding: 10px;
}

.credits-content .card-credit {
  border-radius: 10px;
  padding: 1.5rem 10px;
  background-color: white;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  overflow: hidden;
  position: relative;
}

.credits-content .card-credit .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  height: 100%;
}

.credits-content .card-credit .radio-group .name {
  margin: 5px 0;
  font-weight: 600;
  font-size: 16px;
  color: #353638;
  margin-bottom: 1.5rem;
  height: 48px;
  text-align: center;
}

.credits-content .card-credit .radio-group .price {
  font-size: 28px;
  font-weight: 600;
  margin: 5px 0;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
}

.credits-content .card-credit .radio-group .price small {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}

.credits-content .card-credit .radio-group .msg {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  color: #979899;
}

.credits-content .card-credit .radio-group .text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  color: #676869;
}

.credits-content .card-credit .radio-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.credits-content .card-credit .radio-group input:checked ~ .checkmark {
  background-color: #FF6A04;
  border: 2px solid #FF6A04;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.credits-content .card-credit .radio-group input:checked ~ .checkmark:after {
  display: block;
}

.credits-content .card-credit .radio-group .checkmark {
  margin-top: 15px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #d5d6d8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.credits-content .card-credit .radio-group .checkmark:after {
  content: "\F012C";
  font-family: "Material Design Icons";
  position: relative;
  top: -4px;
  left: -1px;
  color: #fff;
  font-size: 24px;
}

.credits-content .card-credit .radio-group .checkmark:hover input ~ .checkmark {
  border: 2px solid #fff;
}

.credits-content .card-credit .icon {
  position: absolute;
  bottom: -60px;
  right: -30px;
  line-height: normal;
}

.credits-content .card-credit .icon .mdi {
  font-size: 120px;
  color: #faf8fc;
}

.credits-content .card-credit.orange .radio-group .price {
  background-color: rgba(255, 106, 4, 0.1);
  color: #FF6A04;
}

.credits-content .card-credit.orange .radio-group input:checked ~ .checkmark {
  background-color: #FF6A04;
  border: 2px solid #FF6A04;
}

.credits-content .card-credit.orange .radio-group input:checked ~ .text {
  color: #FF6A04;
}

.credits-content .card-credit.blue .radio-group .price {
  background-color: rgba(50, 152, 255, 0.1);
  color: #3298FF;
}

.credits-content .card-credit.blue .radio-group input:checked ~ .checkmark {
  background-color: #3298FF;
  border: 2px solid #3298FF;
}

.credits-content .card-credit.blue .radio-group input:checked ~ .text {
  color: #3298FF;
}

.credits-content .card-credit.green .radio-group .price {
  background-color: rgba(80, 196, 135, 0.1);
  color: #50C487;
}

.credits-content .card-credit.green .radio-group input:checked ~ .checkmark {
  background-color: #50C487;
  border: 2px solid #50C487;
}

.credits-content .card-credit.green .radio-group input:checked ~ .text {
  color: #50C487;
}

.credits-content .card-credit.pink .radio-group .price {
  background-color: rgba(250, 25, 117, 0.1);
  color: #fa1975;
}

.credits-content .card-credit.pink .radio-group input:checked ~ .checkmark {
  background-color: #fa1975;
  border: 2px solid #fa1975;
}

.credits-content .card-credit.pink .radio-group input:checked ~ .text {
  color: #fa1975;
}

.credits-content .card-credit.purple .radio-group .price {
  background-color: rgba(135, 16, 142, 0.1);
  color: #87108e;
}

.credits-content .card-credit.purple .radio-group input:checked ~ .checkmark {
  background-color: #87108e;
  border: 2px solid #87108e;
}

.credits-content .card-credit.purple .radio-group input:checked ~ .text {
  color: #87108e;
}

.credit-form {
  margin-top: 3rem;
  border-radius: 10px;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
          box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
}

.credit-form .form-inner {
  width: 800px;
  margin: 0 auto;
}

.credit-form p {
  font-size: 16px;
  font-weight: 600;
  color: #353638;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .credits-content .grid-layout .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .credit-form .form-inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .credits-content .grid-layout .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .credits-content .grid-layout .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

/*#endregion -------------- Credits */
/*#region ----------------- X - Catch Error */
.bred {
  border: 1px dashed red;
}

.bgreen {
  border: 1px dashed green;
}

.bblue {
  border: 1px dashed blue;
}

/*#endregion -------------- X - Catch Error */
