/*----------------------------------------------------

1. Global Area 
2. Header Section
3. Banner Section


22. Responsive Section

=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
.in-page-builder-content-2 .in-lan-woo-commerce .inner-item .w-icon i, .in-load-feature-item .inner-icon i, .in-demo-item .in-demo-area.upcoming-demo .coming-soon-text, .in-author-feature-item .inner-icon i, .in-lan-section-title .sub-title, .in-text-gradiant {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradiant-color-from)), to(var(--gradiant-color-to)));
  background-image: linear-gradient(to right, var(--gradiant-color-from), var(--gradiant-color-to));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in-lan-btn a, .in-inner-page-item .view-button a, .mobile_menu .in-m-search button, .in-header-section.header-style-landing .in-header-cta-btn a {
  background-size: 200%, 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0163ea), color-stop(50%, #00bcf9), to(#0163ea));
  background: linear-gradient(90deg, #0163ea 0%, #00bcf9 50%, #0163ea);
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-lan-btn a:hover, .in-inner-page-item .view-button a:hover, .mobile_menu .in-m-search button:hover, .in-header-section.header-style-landing .in-header-cta-btn a:hover {
  background-position: 120%;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: var(--body-color);
  font-family: var(--body-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1196px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000 url("../img/loader.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pera-content p {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: var(--base-color);
}

.scrollup i {
  color: #fff;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.in-slider-item {
  padding: 0px 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}
.in-pagination {
  margin-top: 35px;
}
.in-pagination a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 8px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dcdcdc;
}
.in-pagination a:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.in-lan-section-title {
  padding-bottom: 70px;
}
.in-lan-section-title .sub-title {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.in-lan-section-title h2 {
  color: var(--black-color);
  font-size: 52px;
  font-weight: 700;
}
.in-lan-section-title p {
  padding-top: 35px;
}

/*Header area*/
/*----------------------------------------------------*/
.in-header-section {
  top: 0;
  left: 0%;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.in-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #171717;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.in-header-section.sticky-on .in-header-top-content-area {
  display: none;
}
.in-header-section.sticky-on .in-header-top-content {
  display: none !important;
}
.in-header-section.sticky-on.header-style-one .sticky-logo {
  display: block;
  margin-right: 40px;
}
.in-header-section.header-style-landing.sticky-on .in-header-main-menu-wrapper {
  padding: 20px 30px;
}
.in-header-section .in-main-navigation-area .navbar-nav {
  display: inherit;
}
.in-header-section .in-main-navigation-area .dropdown {
  position: relative;
}
.in-header-section .in-main-navigation-area .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.in-header-section .in-main-navigation-area .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.in-header-section .in-main-navigation-area .dropdown-menu .dropdown-menu {
  top: 30px;
  left: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0 !important;
}
.in-header-section .in-main-navigation-area .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 400;
  color: var(--black-color);
}
.in-header-section .in-main-navigation-area .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.in-header-section .in-main-navigation-area .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.in-header-section .in-main-navigation-area .dropdown-menu li:last-child {
  border-bottom: none;
}
.in-header-section .in-main-navigation-area .dropdown-menu li:after {
  display: none;
}
.in-header-section .in-main-navigation-area .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1 !important;
}
.in-header-section .in-main-navigation-area .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: var(--black-color) !important;
  font-size: 15px !important;
}
.in-header-section .in-main-navigation-area .dropdown-menu a:before {
  display: none;
}
.in-header-section .in-main-navigation-area .dropdown-menu a:hover {
  color: var(--base-color-1) !important;
}
.in-header-section .in-megamenu {
  position: static !important;
}
.in-header-section .in-megamenu .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1170px;
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item {
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item .in-megamenu-item-btn:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item:hover .in-megamenu-item-btn:before {
  opacity: 1;
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item:hover .in-menu-btn-grp {
  top: 50%;
  opacity: 1;
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp {
  left: 0;
  top: 60%;
  right: 0;
  z-index: 2;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp a {
  width: 100px;
  color: #fff !important;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  background: var(--base-color);
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp a:hover {
  color: #fff !important;
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp a:last-child {
  margin-bottom: 0;
}
.in-header-section.header-style-landing .in-header-main-menu-wrapper {
  padding: 40px 60px;
}
.in-header-section.header-style-landing .in-header-cta-btn a {
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
}
.in-header-section.header-style-landing .in-header-cta-btn a i {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-header-section.header-style-landing .in-header-cta-btn a:hover i {
  margin-left: 5px;
}

.in-main-navigation-area li {
  margin-right: 65px;
}
.in-main-navigation-area li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 40px;
}

/*Mobile area*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -40px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .in-m-search {
  position: relative;
  margin-bottom: 35px;
}
.mobile_menu .in-m-search input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #d5d5d5;
}
.mobile_menu .in-m-search button {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 3px;
  right: 0;
  height: 30px;
  color: #000;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
}

.in-header-section .mobile_menu .in-megamenu {
  position: relative !important;
}

.in-header-section .mobile_menu .in-megamenu .dropdown-menu .in-megamenu-item h3 {
  color: #000;
}

/*Feature area*/
/*----------------------------------------------------*/
.in-lan-keyfeature-section {
  padding: 90px 0px 60px;
  overflow: hidden;
  background: var(--base-color);
}

.in-lan-keyfeature-item {
  margin-bottom: 30px;
}
.in-lan-keyfeature-item .inner-icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.in-lan-keyfeature-item .inner-text {
  color: #fff;
  width: 115px;
  font-size: 18px;
  font-weight: 500;
}

.in-author-feature-section {
  padding: 100px 0px 90px;
}

.in-author-feature-item .inner-icon {
  margin-bottom: 30px;
}
.in-author-feature-item .inner-icon i {
  font-size: 45px;
}
.in-author-feature-item .inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}
.in-author-feature-item .inner-text p {
  color: #fff;
  font-weight: 500;
}
.in-author-feature-item .inner-text p a {
  position: relative;
}
.in-author-feature-item .inner-text p a:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  height: 1px;
  bottom: -5px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.in-author-feature-item .inner-text p a:hover {
  color: var(--main-color);
}
.in-author-feature-item .inner-text p a:hover:before {
  width: 100%;
}

.in-theme-feature-section {
  padding: 120px 0px 20px;
}
.in-theme-feature-section .in-lan-section-title {
  margin: 0 auto;
  max-width: 710px;
}

.in-theme-ft-item {
  margin-bottom: 100px;
}
.in-theme-ft-item .inner-icon {
  width: 95px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 21px 0px rgba(85, 85, 85, 0.11);
          box-shadow: 0px 9px 21px 0px rgba(85, 85, 85, 0.11);
}
.in-theme-ft-item .inner-text {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
}

/*Demo area*/
/*----------------------------------------------------*/
.in-demo-section {
  overflow: hidden;
  padding: 120px 0px 80px;
}

.in-demo-content {
	padding: 0px 200px;
}

.in-demo-item {
  margin: 0 auto;
  /* overflow: hidden; */
  max-width: 560px;
  margin-bottom: 40px;
  border-radius: 5px;
  background-color: rgb(241, 242, 247);
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 14, 32, 0.05);
          box-shadow: 0px 0px 21px 0px rgba(0, 14, 32, 0.05);
}
.in-demo-item .in-demo-area:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.in-demo-item .in-demo-area .demo-btn-grp {
  left: 0;
  top: 65%;
  right: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-demo-item .in-demo-area .demo-btn-grp a {
  z-index: 1;
  height: 65px;
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  background: #fff;
  margin: 15px auto;
  overflow: hidden;
  border-radius: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--black-color);
}
.in-demo-item .in-demo-area .demo-btn-grp a:before {
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  border-radius: 40px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.in-demo-item .in-demo-area .demo-btn-grp a:hover {
  color: #fff;
}
.in-demo-item .in-demo-area .demo-btn-grp a:hover:before {
  width: 100%;
}
.in-demo-item .in-demo-area.upcoming-demo:before {
  display: none;
}
.in-demo-item .in-demo-area.upcoming-demo:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
}
.in-demo-item .in-demo-area.upcoming-demo .coming-soon-text {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.in-demo-item .inner-text {
  font-size: 24px;
  font-weight: 700;
  padding: 38px 15px;
  color: var(--black-color);
  background-color: #f1f2f7;
}
.in-demo-item:hover .in-demo-area:before {
  height: 100%;
}
.in-demo-item:hover .in-demo-area .demo-btn-grp {
  top: 50%;
  opacity: 1;
}

/*Page Load area*/
/*----------------------------------------------------*/
.in-page-load-section {
  z-index: 1;
  padding-top: 120px;
}
.in-page-load-section:before {
  bottom: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 130px;
  position: absolute;
  background-color: #fff;
}

.in-page-load-content h2 {
  color: #fff;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 675px;
  text-align: center;
  padding-bottom: 65px;
}

.in-page-load-circle-progess .counter-boxed .count-box {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.in-page-load-circle-progess .counter-boxed h3 {
  top: 57%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  position: absolute;
}

.in-page-load-feature {
  margin-top: 90px;
  border-radius: 5px;
  padding: 90px 100px;
  background: var(--base-color);
}

.in-load-feature-item .inner-icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #fff;
}
.in-load-feature-item .inner-icon i {
  font-size: 30px;
}
.in-load-feature-item .inner-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 110px;
}

/*Inner Page area*/
/*----------------------------------------------------*/
.in-inner-page-demo-section {
  padding: 120px 0px;
  overflow: hidden;
}

.in-inner-page-item {
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 14, 32, 0.05);
          box-shadow: 0px 0px 21px 0px rgba(0, 14, 32, 0.05);
}
.in-inner-page-item:before {
  top: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.in-inner-page-item .view-button {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-inner-page-item .view-button a {
  color: #fff;
  width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.in-inner-page-item:hover:before {
  opacity: 1;
}
.in-inner-page-item:hover .view-button {
  top: 50%;
  opacity: 1;
}

.inner-page-slider .slick-list {
  overflow: visible;
}
.inner-page-slider .slick-slide {
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.inner-page-slider .slick-slide.slick-active {
  opacity: 1;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;  
  background-color: #fff;
}
.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #015fea;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*Page Build area*/
/*----------------------------------------------------*/
.in-page-builder-section {
  overflow: hidden;
  padding-bottom: 145px;
}

.in-page-builder-img-wrapper .inner-circle {
  left: -105px;
}
.in-page-builder-img-wrapper .build-img {
  top: 80px;
  right: 0;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 14, 32, 0.05);
          box-shadow: 0px 0px 21px 0px rgba(0, 14, 32, 0.05);
}
.in-page-builder-img-wrapper .in-element-item-wrap {
  top: 0px;
  right: 25px;
}
.in-page-builder-img-wrapper .in-element-item {
  height: 65px;
  width: 130px;
  padding-top: 10px;
  margin-right: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 121px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 121px 0px rgba(0, 0, 0, 0.12);
}
.in-page-builder-img-wrapper .in-element-item .in-element-num h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
}
.in-page-builder-img-wrapper .in-element-item .in-element-num p {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

.in-page-builder-text {
  padding-top: 10px;
  padding-left: 30px;
}
.in-page-builder-text .in-lan-section-title {
  padding-bottom: 50px;
}

.in-lan-btn a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 22px 50px;
  border-radius: 40px;
}

.in-page-builder-content-2 {
  padding-top: 120px;
}
.in-page-builder-content-2 .in-page-builder-text {
  padding-left: 0;
  padding-top: 50px;
}
.in-page-builder-content-2 .inner-shop {
  right: -120px;
}
.in-page-builder-content-2 .in-page-builder-text .in-lan-section-title {
  padding-bottom: 35px;
}
.in-page-builder-content-2 .in-lan-section-title p {
  padding-top: 15px;
}
.in-page-builder-content-2 .in-lan-woo-commerce {
  margin-bottom: 35px;
}
.in-page-builder-content-2 .in-lan-woo-commerce .inner-item {
  width: 90px;
  margin-right: 70px;
}
.in-page-builder-content-2 .in-lan-woo-commerce .inner-item .w-icon {
  width: 60px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 10px 0px rgba(0, 2, 43, 0.1);
          box-shadow: 0px 15px 10px 0px rgba(0, 2, 43, 0.1);
}
.in-page-builder-content-2 .in-lan-woo-commerce .inner-item .w-icon i {
  font-size: 28px;
}
.in-page-builder-content-2 .in-lan-woo-commerce .inner-item .inner-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
}

/*Testimonial area*/
/*----------------------------------------------------*/
.in-lan-testimonial-section {
  padding: 120px 0px;
  overflow: hidden;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes marquee2 {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee2 {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.thx-testimonial-review-area {
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
}

.thx-testimonial-review-area-2 {
  -webkit-animation: marquee2 32s linear infinite;
          animation: marquee2 32s linear infinite;
}

.thx-testimonial-review-item {
  float: left;
  margin: 15px;
  padding: 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(56, 93, 101, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(56, 93, 101, 0.06);
}
.thx-testimonial-review-item .thx-item-img {
  width: 65px;
  height: 80px;
  margin-right: 15px;
}
.thx-testimonial-review-item .thx-item-text {
  width: 250px;
}
.thx-testimonial-review-item .thx-item-text li {
  color: #328eff;
}
.thx-testimonial-review-item .thx-item-text .qut-text {
  color: #777777;
  font-size: 16px;
  margin: 8px 0px;
}
.thx-testimonial-review-item .thx-item-text .author {
  color: var(--black-color);
  font-size: 15px;
}
.thx-testimonial-review-item .thx-item-text .author span {
  color: #222222;
  font-weight: 500;
}

/*Footer area*/
/*----------------------------------------------------*/
.in-lan-footer-section {
  padding-top: 120px;
}

.in-lan-footer-content {
  margin: 0 auto;
  max-width: 750px;
  padding-bottom: 115px;
}
.in-lan-footer-content h3 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  padding-bottom: 30px;
}
.in-lan-footer-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 55px;
}

.in-lan-footer-copyright {
  color: #fff;
  padding: 15px 0px;
  background-color: #324052;
}
.in-lan-footer-copyright .copy-right-social a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main-color);
  background-color: #fff;
}
.in-lan-footer-copyright .copy-right-social a:hover {
  color: #fff;
  background-color: var(--main-color);
}

/*Responsive area*/


@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .in-demo-content {
    padding: 0px 100px;
  }
}



/*----------------------------------------------------*/
@media screen and (max-width: 1100px) {
  .header-style-landing .in-main-navigation-area li {
    margin: 0px 15px;
  }
  .in-header-section.header-style-landing .in-header-main-menu-wrapper {
    padding: 20px 25px;
  }
  .in-header-section.header-style-landing .in-header-cta-btn a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .in-demo-content {
    padding: 0px 15px;
  }
  .in-page-load-feature {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 991px) {
  .header-style-landing .in-main-navigation-area li {
    display: none;
  }
  .header-style-landing .in-header-cta-btn {
    margin-right: 40px;
  }
  .header-style-landing .mobile_menu_button {
    display: block;
  }
  .in-page-load-circle-progess .counter-boxed {
    margin-bottom: 30px;
  }
  .in-load-feature-item {
    margin-bottom: 30px;
  }
  .in-page-builder-img-wrapper {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }
  .in-page-builder-text {
    margin: 0 auto;
    padding-left: 0;
    max-width: 570px;
  }
  .in-author-feature-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 570px) {
  .header-style-landing .in-header-cta-btn {
    display: none;
  }
  .header-style-landing .mobile_menu_button {
    top: -34px;
  }
  .in-lan-section-title h2 {
    font-size: 30px;
  }
  .in-demo-section {
    padding: 60px 0px 20px;
  }
  .in-lan-section-title {
    padding-bottom: 40px;
  }
  .in-page-load-content h2 {
    font-size: 30px;
  }
  .in-page-load-feature {
    margin-top: 40px;
  }
  .in-page-builder-img-wrapper .in-element-item-wrap {
    top: 0;
  }
  .in-lan-woo-commerce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .in-page-builder-content-2 .inner-shop {
    right: 0;
    margin-top: 50px;
  }
  .in-page-builder-section {
    padding-bottom: 50px;
  }
  .in-lan-btn a {
    padding: 15px 30px;
  }
  .in-lan-footer-content h3 {
    font-size: 30px;
  }
  .in-lan-footer-copyright-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .in-lan-footer-copyright-content .copy-right-text {
    width: 100%;
    text-align: center;
  }
  .in-lan-footer-copyright-content .copy-right-social {
    padding: 10px 0px;
  }
}

.new-badge {
	top: -15px;
	right: 15px;
	color: #fff;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 5px;
	position: absolute;
	background-color: #db072a;
	-webkit-box-shadow: 0 12px 10px 0 rgba(219,7,42,.16);
	box-shadow: 0 12px 10px rgba(219,7,42,.16);
}